X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=8a51c8546c2f8c4481d6e7dda944996c551fd65b;hb=refs%2Fheads%2Fwebsite;hp=8af44c82c0617aa07557391c729aeb4de0a8ce59;hpb=0aae9ac342885e8ae9681e758c793b704d175987;p=website diff --git a/pom.xml b/pom.xml index 8af44c82..8a51c854 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 @@ -41,10 +42,14 @@ 2.2.1 1.2 + 1.0.0 3.0.1 - 1.5.8 - 3.2.4.RELEASE - 3.0.1 + 1.6.1 + 4.0.6.RELEASE + 3.0.3.RELEASE + 2.2.0 + 2.1.1.RELEASE + 1.0.0 @@ -56,19 +61,49 @@ org.springframework spring-webmvc ${springframework.version} + + + commons-logging + commons-logging + + - + - org.apache.tiles - tiles-core - ${tiles.version} + org.thymeleaf + thymeleaf + ${thymeleaf.version} runtime - org.apache.tiles - tiles-jsp - ${tiles.version} + org.thymeleaf + thymeleaf-spring4 + ${thymeleaf.version} + runtime + + + nz.net.ultraq.thymeleaf + thymeleaf-layout-dialect + ${thymeleaf-layout-dialect.version} + runtime + + + org.thymeleaf.extras + thymeleaf-extras-conditionalcomments + ${thymeleaf-extras-conditionalcomments.version} + runtime + + + de.juplo + thymeproxy + ${thymeproxy.version} + runtime + + + de.juplo.thymeleaf + juplo-dialect + ${juplo-dialect.version} runtime @@ -104,6 +139,12 @@ ${slf4j.version} runtime + + org.slf4j + jcl-over-slf4j + ${slf4j.version} + runtime + @@ -123,29 +164,27 @@ - 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.3.3 - - - - compile - - - + maven-war-plugin + + + + src/main/frontend/dist + + + org.apache.maven.plugins @@ -163,6 +202,15 @@ org.eclipse.jetty jetty-maven-plugin + + + + src/main/frontend/dist + src/main/webapp + + + true + org.codehaus.mojo