X-Git-Url: https://juplo.de/gitweb/?p=juplo-dialect;a=blobdiff_plain;f=pom.xml;fp=pom.xml;h=25050cc09f0cc9e7e26d92fb36922365444fbb2a;hp=c74c7dfb6cd834c4c55f926f8ee81db92b1a8148;hb=8bd67cd7210f2b9b012c656be9b30fc16b7b7dc8;hpb=9304f728ccd9e2359c9a82fa5d387422579ca52c diff --git a/pom.xml b/pom.xml index c74c7df..25050cc 100644 --- a/pom.xml +++ b/pom.xml @@ -6,6 +6,37 @@ juplo-dialect 1.0-SNAPSHOT + Juplo Thymeleaf-Dialect + A thymeleaf-dialect, that collects some usefull utils, missing in the thymeleaf-distribution + http://juplo.de/juplo-dialect/index.html + + + scm:git:http://juplo.de/git/juplo-dialect + scm:git:ssh://juplo.de:/var/lib/git/juplo/juplo-dialect + http://juplo.de/gitweb/?p=juplo-dialect;a=summary + + + + + kai + Kai Moritz + kai@juplo.de + + + + + juplo + http://juplo.de + + + + + GNU Lesser General Public License, Version 3.0 + http://www.gnu.org/licenses/lgpl-3.0.en.html + repo + + + UTF-8 1.8 @@ -65,7 +96,102 @@ ${java.version} + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + attach-sources + verify + + jar + + + + + + org.apache.maven.plugins + maven-resources-plugin + 2.7 + + + org.apache.maven.shared + maven-filtering + 1.3 + + + + + copy-resources + pre-site + + copy-resources + + + ${project.build.directory}/filtered-site + + + src/site + true + + + + + + + + + + maven-site-plugin + 3.5.1 + + ${project.build.directory}/filtered-site + + + + + + + + org.apache.maven.plugins + maven-changes-plugin + 2.11 + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.7 + + -Xdoclint:none + + + + org.apache.maven.plugins + maven-jxr-plugin + 2.5 + + + org.apache.maven.plugins + maven-pmd-plugin + 3.4 + + true + 1.5 + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.9 + + true + + + + +