From 7b3deb6184a6dbe11d1813de4a461566f53f7789 Mon Sep 17 00:00:00 2001 From: John Ferguson Smart Date: Sun, 6 Nov 2011 22:03:38 +1300 Subject: [PATCH] Cloudbees integration --- gameoflife-web/pom.xml | 8 ++ pom.xml | 289 +++++++++++++++++++++-------------------- 2 files changed, 155 insertions(+), 142 deletions(-) diff --git a/gameoflife-web/pom.xml b/gameoflife-web/pom.xml index c4c0735dd4..8936975567 100644 --- a/gameoflife-web/pom.xml +++ b/gameoflife-web/pom.xml @@ -137,6 +137,13 @@ + + com.cloudbees + bees-maven-plugin + + 8085 + + @@ -221,6 +228,7 @@ javax.servlet servlet-api 2.5 + provided org.mockito diff --git a/pom.xml b/pom.xml index 67187ef1e5..872b24760c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 com.wakaleo.gameoflife gameoflife - 0.7.49-SNAPSHOT + 0.7.49-SNAPSHOT pom - gameoflife + gameoflife https://github.com/wakaleo/game-of-life UTF-8 @@ -14,7 +15,7 @@ 1.6 wakaleo - + scm:git:git@github.com:${github.account}/game-of-life.git @@ -22,136 +23,136 @@ scm:git:git@github.com:${github.account}/game-of-life.git - - - org.apache.maven.plugins - maven-compiler-plugin - 2.3.2 - - 1.6 - 1.6 - - - - maven-deploy-plugin - 2.5 - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.9 - - - **/Copy*.java - **/When*.java - **/*Test.java - - classes - 4 - true - - - - org.codehaus.mojo - cobertura-maven-plugin - ${cobertura.version} - - - html - xml - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - 2.6 - - - com.wakaleo.gameoflife - gameoflife-build - ${project.version} - - - - - maven-release-plugin - 2.2 - - clean install - - - - org.codehaus.mojo - sonar-maven-plugin - 1.0-beta-2 - - - org.codehaus.mojo - findbugs-maven-plugin - 2.3.2 - - Max - true - - - - - - - - org.easyb - maven-easyb-plugin - ${easyb.version} - - - - test - - - - - html - ${basedir}/target/easyb/easyb-report.html - - - - - - - - - - org.easyb - easyb-core - ${easyb.version} - test - - - - - - junit - junit - 4.8.2 - test - - - org.hamcrest - hamcrest-all - 1.1 - test - - + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.6 + 1.6 + + + + maven-deploy-plugin + 2.5 + - - gameoflife-build - gameoflife-core - gameoflife-web - gameoflife-webservice - gameoflife-cli - + + org.apache.maven.plugins + maven-surefire-plugin + 2.9 + + + **/Copy*.java + **/When*.java + **/*Test.java + + classes + 4 + true + + + + org.codehaus.mojo + cobertura-maven-plugin + ${cobertura.version} + + + html + xml + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.6 + + + com.wakaleo.gameoflife + gameoflife-build + ${project.version} + + + + + maven-release-plugin + 2.2 + + clean install + + + + org.codehaus.mojo + sonar-maven-plugin + 1.0-beta-2 + + + org.codehaus.mojo + findbugs-maven-plugin + 2.3.2 + + Max + true + + + + + + + + org.easyb + maven-easyb-plugin + ${easyb.version} + + + + test + + + + + html + ${basedir}/target/easyb/easyb-report.html + + + + + + + + + + org.easyb + easyb-core + ${easyb.version} + test + + + + + + junit + junit + 4.8.2 + test + + + org.hamcrest + hamcrest-all + 1.1 + test + + + + + gameoflife-build + gameoflife-core + gameoflife-web + gameoflife-webservice + gameoflife-cli + releases @@ -340,7 +341,7 @@ xml /pmd-rules.xml - + 20 true @@ -398,14 +399,18 @@ + + + bees-plugins-snapshots + http://repository-cloudbees.forge.cloudbees.com/public-snapshot/ + + false + + + true + + + - - - - wakaleo-releases - Wakaleo Releases - http://maven.wakaleo.com/releases/ - -