X-Git-Url: https://juplo.de/gitweb/?p=examples%2Fmaven-grunt-integration;a=blobdiff_plain;f=pom.xml;fp=pom.xml;h=7cfed12fc7e1ee6d8e869845c3972ae336aea0be;hp=3cb5566712bdd14465b2c7aab82cd5011810948b;hb=052d5a501799aa007e5ae4490651e923ba6f9b72;hpb=f30a436f80b983bd9afb1f9964161a8d56204e9b diff --git a/pom.xml b/pom.xml index 3cb5566..7cfed12 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 + 2.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 + + + +