diff --git a/website/pom.xml b/website/pom.xml new file mode 100644 index 000000000000..84544d618d33 --- /dev/null +++ b/website/pom.xml @@ -0,0 +1,109 @@ + + + + + + + 4.0.0 + + druid-website + druid-website + Website for druid.apache.org + + + org.apache.druid + druid + 28.0.0-SNAPSHOT + + + + v16.17.0 + 8.15.0 + + + + + + com.github.eirslett + frontend-maven-plugin + + + install-node-and-npm + + install-node-and-npm + + + ${node.version} + ${npm.version} + ${project.build.directory} + ${project.build.directory} + + + + npm-install + + npm + + + ci + ${project.build.directory} + + + + spellcheck + + npm + + test + + run spellcheck + ${project.build.directory} + + + + + + org.codehaus.mojo + exec-maven-plugin + + + npm-run-build + compile + + exec + + + npm + + run + build + + + + + + + + \ No newline at end of file