X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=pom.xml;h=7d35979bc7c75791dfb2966faa69203bfd6f5434;hb=c0e0f978a9647ee8ca69562f3dea8ed32b8a0597;hp=1e849578ae11284dcb66b44553a0d1dcc4b04d35;hpb=4e18dd333d44513a1b51aeb8ef4cd6ee4f911b2b;p=website diff --git a/pom.xml b/pom.xml index 1e849578..7d35979b 100644 --- a/pom.xml +++ b/pom.xml @@ -5,11 +5,12 @@ de.juplo - branding - Juplo - branding + website + Juplo - Website + WAR, that deliveres one ore more statically defined websites with thymeleaf-power layout-sugar 1.0-SNAPSHOT war - http://www.juplo.de/branding + http://www.juplo.de/website @@ -18,9 +19,9 @@ - scm:git:http://juplo.de/git/branding - scm:git:ssh://juplo.de:/var/lib/git/juplo/branding - http://juplo.de/gitweb/?p=branding;a=summary + scm:git:http://juplo.de/git/website + scm:git:ssh://juplo.de:/var/lib/git/juplo/website + http://juplo.de/gitweb/?p=website;a=summary @@ -149,43 +150,26 @@ - branding + website org.apache.maven.plugins maven-compiler-plugin - 1.6 - 1.6 + 1.8 + 1.8 utf8 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 +191,11 @@ + src/main/frontend/dist src/main/webapp - target/${project.build.finalName} + true @@ -227,6 +212,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 + + + +