X-Git-Url: http://juplo.de/gitweb/?p=examples%2Fmaven-grunt-integration;a=blobdiff_plain;f=pom.xml;h=243cbf81900d9012c17bb17795ff2ba4885cae25;hp=3cb5566712bdd14465b2c7aab82cd5011810948b;hb=52f64d1ab3592ec9b17eab45b0d5260444f69834;hpb=49c05eefab554f1fe6a2eaa0c11774d0f4c9cae4 diff --git a/pom.xml b/pom.xml index 3cb5566..243cbf8 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ de.juplo maven-grunt-integration Juplo - Example Integration of Maven and Grunt - 0.1 + 1.0.0 war http://www.juplo.de/maven-grunt-integration @@ -134,6 +134,18 @@ true + + org.apache.maven.plugins + maven-war-plugin + 2.6 + + + + src/main/frontend/dist + + + + org.apache.maven.plugins maven-source-plugin @@ -153,9 +165,44 @@ jetty-maven-plugin 9.2.13.v20150730 + + + src/main/frontend/dist + src/main/webapp + + true + + com.github.eirslett + frontend-maven-plugin + 0.0.24 + + + install node and npm + + install-node-and-npm + + + v0.10.18 + 1.3.8 + + + + npm install + + npm + + + + grunt build + + grunt + + + +