X-Git-Url: https://juplo.de/gitweb/?p=percentcodec;a=blobdiff_plain;f=accelerator-examples%2Fpom.xml;fp=accelerator-examples%2Fpom.xml;h=fcd9e1d9f9d34229f598becc2349aeac5a9d0e9b;hp=0000000000000000000000000000000000000000;hb=a6e0e65cce68acb20abc6ca935471611a740c342;hpb=1d395c6002486d485bde0d5dc713886d70bd3f8a diff --git a/accelerator-examples/pom.xml b/accelerator-examples/pom.xml new file mode 100644 index 00000000..fcd9e1d9 --- /dev/null +++ b/accelerator-examples/pom.xml @@ -0,0 +1,202 @@ + + + + 4.0.0 + + de.juplo + juplo-accelerator-examples + Juplo - Accelerator-Examples + 0.1-SNAPSHOT + pom + http://www.juplo.de/accelerator-examples + + + 2.0.6 + + + + + kai + Kai Moritz + kai@juplo.de + + + + + jsp + static + servlet + spring + + + + + UTF-8 + + 1.6.11 + 1.3.2 + 6.0.29 + 1.0 + 1.2 + 4.8.1 + 1.0 + 0.1-SNAPSHOT + 1.2.16 + 2.5 + slf4j-log4j12 + 1.6.1 + 3.0.6.RELEASE + + + + + + de.juplo + juplo-accelerator + ${juplo-accelerator.version} + + + + 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 + + + + de.juplo + juplo-testingtools + ${juplo-testingtools.version} + + + org.apache.tomcat + jasper + ${jasper.version} + test + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.6 + 1.6 + utf8 + true + + + + org.mortbay.jetty + jetty-maven-plugin + + + + 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 + + + + + + + + + maven-changes-plugin + + + maven-checkstyle-plugin + + + org.codehaus.mojo + cobertura-maven-plugin + 2.0 + + + maven-javadoc-plugin + + + maven-jxr-plugin + + + maven-pmd-plugin + + true + 1.5 + + + + maven-surefire-report-plugin + 2.7.2 + + + + +