diff --git a/pom.xml b/pom.xml index eccd2068..d775643d 100644 --- a/pom.xml +++ b/pom.xml @@ -1,220 +1,185 @@ - - - 4.0.0 - - com.example.maven-project - maven-project - pom - 1.0-SNAPSHOT - Maven Project - Sample Maven project with a working, deployable site. - http://www.example.com - - - utf-8 - utf-8 - - - - server - webapp - - - - - site-server - Test Project Site - file:///tmp/maven-project-site - - - - - - - maven-compiler-plugin - - 1.6 - 1.6 - - - - - maven-release-plugin - - true - - - - - maven-site-plugin - - + + + 4.0.0 + + com.example.maven-project + maven-project + 1.0-SNAPSHOT + pom + + Maven Project + Sample Maven project with a working, deployable site. + http://www.example.com + + + + UTF-8 + UTF-8 + + + 1.8 + 1.8 + + + 3.11.0 + 3.0.1 + + + + server + webapp + + + + + site-server + Test Project Site + file:///tmp/maven-project-site + + + + + + - maven-checkstyle-plugin + maven-compiler-plugin + ${maven.compiler.plugin.version} + + ${maven.compiler.source} + ${maven.compiler.target} + - maven-jxr-plugin + maven-release-plugin + ${maven.release.plugin.version} + + true + - - - maven-javadoc-plugin - - - - maven-pmd-plugin - - - - maven-surefire-report-plugin - - - - org.codehaus.mojo - findbugs-maven-plugin - - - - org.codehaus.mojo - taglist-maven-plugin - - - - - - - - - - maven-checkstyle-plugin - 2.8 - - - - maven-compiler-plugin - 2.3.2 - - - - maven-javadoc-plugin - 2.8 - - - - maven-jxr-plugin - 2.3 - - - - maven-pmd-plugin - 2.6 - - - - maven-project-info-reports-plugin - 2.4 - - - - maven-release-plugin - 2.2.1 - - - - maven-resources-plugin - 2.5 - - - - maven-site-plugin - 3.0 - - - - maven-surefire-report-plugin - 2.11 - - - - maven-surefire-plugin - 2.11 - - - - org.codehaus.mojo - findbugs-maven-plugin - 2.3.3 - - - - org.codehaus.mojo - taglist-maven-plugin - 2.4 - - - - org.mortbay.jetty - jetty-maven-plugin - 8.0.0.M1 - - - - - - - - - javax.servlet - servlet-api - 2.5 - - - - javax.servlet.jsp - jsp-api - 2.2 - - - - junit - junit-dep - 4.10 - test - - - - org.hamcrest - hamcrest-core - 1.2.1 - test - - - - org.hamcrest - hamcrest-library - 1.2.1 - test - - - - org.mockito - mockito-core - 1.8.5 - test - - - - - - scm:git:git@github.com:jleetutorial/maven-project.git - scm:git:git@github.com:jleetutorial/maven-project.git - HEAD - http://github.com/jleetutorial/maven-project - - - - 3.0.3 - + + + + + + + maven-checkstyle-plugin + 2.8 + + + + maven-javadoc-plugin + 2.8 + + + + maven-jxr-plugin + 2.3 + + + + maven-pmd-plugin + 2.6 + + + + maven-project-info-reports-plugin + 2.4 + + + + maven-resources-plugin + 2.5 + + + + maven-site-plugin + 3.0 + + + + maven-surefire-plugin + 2.11 + + + + maven-surefire-report-plugin + 2.11 + + + + org.codehaus.mojo + findbugs-maven-plugin + 2.3.3 + + + + org.codehaus.mojo + taglist-maven-plugin + 2.4 + + + + org.mortbay.jetty + jetty-maven-plugin + 8.0.0.M1 + + + + + + + + + javax.servlet + servlet-api + 2.5 + + + + javax.servlet.jsp + jsp-api + 2.2 + + + + junit + junit-dep + 4.10 + test + + + + org.hamcrest + hamcrest-core + 1.2.1 + test + + + + org.hamcrest + hamcrest-library + 1.2.1 + test + + + + org.mockito + mockito-core + 1.8.5 + test + + + + + + scm:git:git@github.com:jleetutorial/maven-project.git + scm:git:git@github.com:jleetutorial/maven-project.git + HEAD + http://github.com/jleetutorial/maven-project +