From e5be7dbe814b9259d403dbfb15b1f2afbc982390 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Thu, 30 Oct 2014 15:55:46 -0700 Subject: [PATCH] [Build] Initial build script Pull in initial Maven build script from prototype. Part of setting up initial branches and builds for WTD-519. --- pom.xml | 134 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000000..ff28746334 --- /dev/null +++ b/pom.xml @@ -0,0 +1,134 @@ + + + 4.0.0 + gov.nasa.arc.wtd + open-mct-web + 0.2.0-SNAPSHOT + VISTA Visualization Client + war + + + UTF-8 + + + + + + + + org.apache.maven.plugins + maven-war-plugin + 2.4 + + . + + index.html, + *.json, + **/src/*, + **/res/*, + **/bundle.json + + false + + + + + + com.github.klieber + phantomjs-maven-plugin + 0.2.1 + + + + install + + + + + 1.9.2 + + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.1 + + + + Jasmine Specs + test + + exec + + + + . + + platform/framework/test/lib/run_jasmine_test.coffee + test.html + ${project.build.directory}/platform-test-results.html + + + + + + + ${phantomjs.binary} + + + + + + + maven-resources-plugin + 2.6 + + + copy-resources + test + + copy-resources + + + ${project.build.directory}/platform/framework/test/lib + + + platform/framework/test/lib + false + + + + + + + + + + org.codehaus.mojo + jslint-maven-plugin + 1.0.1 + + ${basedir} + + **/lib/** + + + + + + jslint + + + + + + + + + +