aboutsummaryrefslogtreecommitdiffstats
path: root/tests/integration/tests/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/tests/build.xml')
-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 1b21d45cdca..df51a1ce847 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="org.codehaus.mojo:sonar-maven-plugin:1.0-beta-1:sonar @{args} -B -e"/>
+ <arg line="sonar: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="org.codehaus.mojo:sonar-maven-plugin:1.0-beta-1:sonar @{args} -B -e"/>
+ <arg line="sonar:sonar @{args} -B -e"/>
<arg line="-f @{pom}"/>
<arg value='-Dsonar.jdbc.url=${sonar.jdbc.url}'/>
<arg value="-Dsonar.jdbc.driver=${sonar.jdbc.driver}"/>