aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2010-11-26 09:54:28 +0000
committersimonbrandhof <simon.brandhof@gmail.com>2010-11-26 09:54:28 +0000
commit33fe1a9edbef6982cd539026aba6b5827edb03b5 (patch)
tree86810702236777b39ea99337194ec7250b941a98 /tests
parent55480d19e772c86f65982a76a22f3b76aabf07aa (diff)
downloadsonarqube-33fe1a9edbef6982cd539026aba6b5827edb03b5.tar.gz
sonarqube-33fe1a9edbef6982cd539026aba6b5827edb03b5.zip
fix IT with maven 2.0.x
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/tests/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/tests/build.xml b/tests/integration/tests/build.xml
index df51a1ce847..72c069bf991 100644
--- a/tests/integration/tests/build.xml
+++ b/tests/integration/tests/build.xml
@@ -163,7 +163,7 @@
<sequential>
<exec failonerror="@{failonerror}" executable="${maven.home}/bin/mvn.bat" osfamily="Windows">
- <arg line="sonar:sonar @{args} -B -e"/>
+ <arg line="org.codehaus.mojo:sonar-maven-plugin:1.0-beta-2:sonar @{args} -B -e"/>
<arg line="-f @{pom}"/>
<arg value='-Dsonar.jdbc.url="${sonar.jdbc.url}"'/>
<arg value="-Dsonar.jdbc.driver=${sonar.jdbc.driver}"/>
@@ -171,7 +171,7 @@
<arg value="-Dsonar.jdbc.password=${sonar.jdbc.password}"/>
</exec>
<exec failonerror="@{failonerror}" executable="${maven.home}/bin/mvn" osfamily="unix">
- <arg line="sonar:sonar @{args} -B -e"/>
+ <arg line="org.codehaus.mojo:sonar-maven-plugin:1.0-beta-2:sonar @{args} -B -e"/>
<arg line="-f @{pom}"/>
<arg value='-Dsonar.jdbc.url=${sonar.jdbc.url}'/>
<arg value="-Dsonar.jdbc.driver=${sonar.jdbc.driver}"/>