diff --git a/README.md b/README.md index 274780d8a5..90206d04ef 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,6 @@ Source code for James Lee's Jenkins course. Check out our Latest DevOps PDF book. +testing developer branch + https://www.level-up.one/devops-pdf-book diff --git a/pom.xml b/pom.xml index eccd206883..8b13789179 100644 --- a/pom.xml +++ b/pom.xml @@ -1,220 +1 @@ - - 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 - - - - maven-checkstyle-plugin - - - - maven-jxr-plugin - - - - 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 - - -