X-Git-Url: https://juplo.de/gitweb/?p=percentcodec;a=blobdiff_plain;f=examples%2Fpom.xml;fp=examples%2Fpom.xml;h=28a64a6bd897dbccbb5182e8d781529c17904bc2;hp=0000000000000000000000000000000000000000;hb=e7c72fc7ecbc9211a6f97c7869ba3439cf4fa33f;hpb=52c46d3394a9523725085abf9f60d8e54fb3518e diff --git a/examples/pom.xml b/examples/pom.xml new file mode 100644 index 00000000..28a64a6b --- /dev/null +++ b/examples/pom.xml @@ -0,0 +1,137 @@ + + + + 4.0.0 + + + de.halbekunst + juplo + 2.0-SNAPSHOT + + + juplo-examples + pom + Juplo - Examples + + + jsp + + + + + + + ${pom.parent.groupId} + juplo-cachecontrol + ${pom.parent.version} + runtime + + + + + javax.servlet + jstl + ${jstl.version} + runtime + + + + + org.springframework + spring-webmvc + ${springframework.version} + runtime + + + org.springframework + spring-context + ${springframework.version} + runtime + + + + commons-logging + commons-logging + + + + + org.springframework + spring-aspects + ${springframework.version} + runtime + + + org.aspectj + aspectjrt + ${aspectj.version} + runtime + + + + + org.slf4j + ${slf4j.binding} + ${slf4j.version} + runtime + + + + + + ${pom.parent.groupId} + juplo-test + ${pom.parent.version} + + + org.apache.tomcat + jasper + ${jasper.version} + test + + + + + + + + org.mortbay.jetty + jetty-maven-plugin + 8.0.1.v20110908 + + + + 0.0.0.0 + 8080 + 2 + + + 0 + + + ${project.basedir}/src/main/webapp/WEB-INF + + **/*.jsp + + + **/*.properties + **/*.xml + + + + + + + org.codehaus.mojo + tomcat-maven-plugin + 1.1 + + / + UTF-8 + + + + + +