X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=ce43e83325ed6eea79b5cdffad78ad71dd7412c6;hb=cad9765ac28b46e57562c45808bcc19865812e01;hp=b18c330c1100b7e716e02e5df2b601452b48ce16;hpb=c9ad3b4040b832b3b0f37e62a011939332d379a7;p=website diff --git a/pom.xml b/pom.xml index b18c330c..ce43e833 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 @@ -37,10 +38,114 @@ UTF-8 + + + 2.2.1 + 1.2 + 1.0.0 + 3.0.1 + 1.6.1 + 4.0.6.RELEASE + 2.1.3.RELEASE + 1.2.5 + 2.1.1.RELEASE + 1.1.0 + + + + + org.springframework + spring-webmvc + ${springframework.version} + + + commons-logging + commons-logging + + + + + + + org.thymeleaf + thymeleaf + ${thymeleaf.version} + runtime + + + 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 + + + + + javax.servlet + javax.servlet-api + ${servlet-api.version} + provided + + + javax.servlet.jsp + javax.servlet.jsp-api + ${jsp-api.version} + provided + + + javax.servlet + jstl + ${jstl.version} + runtime + + + + + org.slf4j + slf4j-api + ${slf4j.version} + + + org.slf4j + slf4j-log4j12 + ${slf4j.version} + runtime + + + org.slf4j + jcl-over-slf4j + ${slf4j.version} + runtime + + @@ -59,19 +164,27 @@ - branding + website - org.lesscss - lesscss-maven-plugin - 1.3.3 - - - - compile - - - + org.apache.maven.plugins + maven-compiler-plugin + + 1.8 + 1.8 + utf8 + true + + + + maven-war-plugin + + + + src/main/frontend/dist + + + org.apache.maven.plugins @@ -89,6 +202,15 @@ org.eclipse.jetty jetty-maven-plugin + + + + src/main/frontend/dist + src/main/webapp + + + true + org.codehaus.mojo @@ -99,6 +221,11 @@ UTF-8 + + com.google.appengine + appengine-maven-plugin + 1.8.2 +