X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=1f38b119461501d9761c06686d25ed104ae1554e;hb=139f3dc60fb1a679c636d9dcc36faeb8400fa165;hp=1e849578ae11284dcb66b44553a0d1dcc4b04d35;hpb=7967465800f4235b769e7151d5986ca92fc2a0ff;p=website diff --git a/pom.xml b/pom.xml index 1e849578..1f38b119 100644 --- a/pom.xml +++ b/pom.xml @@ -161,31 +161,14 @@ true - - org.lesscss - lesscss-maven-plugin - 1.7.0.1.1 - - - - compile - - - - - - base.less - screen.less - print.less - - ${project.basedir}/src/main/webapp/less - ${project.build.directory}/${project.build.finalName}/css - - maven-war-plugin - less/** + + + src/main/frontend/dist + + @@ -207,10 +190,11 @@ + src/main/frontend/dist src/main/webapp - target/${project.build.finalName} + true @@ -227,6 +211,35 @@ appengine-maven-plugin 1.8.2 + + com.github.eirslett + frontend-maven-plugin + 0.0.25 + + + install node and npm + + install-node-and-npm + + + v0.10.18 + 1.3.8 + + + + npm install + + npm + + + + grunt build + + grunt + + + +