From b38798f836ef707f12317423cf6d41b64b8b301e Mon Sep 17 00:00:00 2001 From: Godin Date: Thu, 23 Sep 2010 16:46:14 +0000 Subject: [PATCH] integration tests : upgrade to sonar-dev-maven-plugin 0.5 --- pom.xml | 2 +- tests/integration/tests/pom.xml | 12 ++++++------ tests/volume/pom.xml | 12 ++++-------- 3 files changed, 11 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index 9e88a67420a..93c7d02ba24 100644 --- a/pom.xml +++ b/pom.xml @@ -186,7 +186,7 @@ org.codehaus.sonar sonar-dev-maven-plugin - 0.3 + 0.5 org.codehaus.sonar diff --git a/tests/integration/tests/pom.xml b/tests/integration/tests/pom.xml index 782984b59cc..df45a9f794b 100644 --- a/tests/integration/tests/pom.xml +++ b/tests/integration/tests/pom.xml @@ -27,16 +27,16 @@ org.codehaus.sonar sonar-dev-maven-plugin - 0.4 + 0.5 start-server pre-integration-test - true - ${basedir}/target/extensions - ${basedir}/src/it/integration-tests-backup.xml - true + true + ${basedir}/target/extensions + ${basedir}/src/it/integration-tests-backup.xml + true start-war @@ -46,7 +46,7 @@ analyze-projects pre-integration-test - ${basedir}/maven-projects + ${basedir}/maven-projects analyze diff --git a/tests/volume/pom.xml b/tests/volume/pom.xml index ba88a14a9ba..e228e9b6961 100644 --- a/tests/volume/pom.xml +++ b/tests/volume/pom.xml @@ -63,16 +63,15 @@ org.codehaus.sonar sonar-dev-maven-plugin - 0.3 + 0.5 start-server pre-integration-test - true - ${sonar.runtimeVersion} - false - ${basedir}/target/extensions + true + false + ${basedir}/target/extensions start-war @@ -84,9 +83,6 @@ stop-war - - ${sonar.runtimeVersion} - -- 2.39.5