X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=7d35979bc7c75791dfb2966faa69203bfd6f5434;hb=1e489c1a5891883d2677c9531c2874ab7dec5ea0;hp=ad1f8f6941043a4d8449477841beae9bc7c7c824;hpb=12aae24ef4ad214414d89f0b2b8bdd7484847163;p=website diff --git a/pom.xml b/pom.xml index ad1f8f69..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 @@ -46,6 +47,7 @@ 4.0.6.RELEASE 2.1.3.RELEASE 1.2.5 + 2.1.1.RELEASE @@ -84,6 +86,12 @@ ${thymeleaf-layout-dialect.version} runtime + + org.thymeleaf.extras + thymeleaf-extras-conditionalcomments + ${thymeleaf-extras-conditionalcomments.version} + runtime + @@ -142,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 + + @@ -200,10 +191,11 @@ + src/main/frontend/dist src/main/webapp - target/${project.build.finalName} + true @@ -220,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 + + + +