Author: tchemit Date: 2012-10-26 11:59:53 +0200 (Fri, 26 Oct 2012) New Revision: 1354 Url: http://nuiton.org/repositories/revision/mavenpom/1354 Log: fixes #2360: Use Sonar Maven Report Plugin Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-10-26 09:34:44 UTC (rev 1353) +++ trunk/pom.xml 2012-10-26 09:59:53 UTC (rev 1354) @@ -1231,6 +1231,9 @@ <groupId>org.codehaus.sonar-plugins</groupId> <artifactId>maven-report</artifactId> <version>${sonarReportPluginVersion}</version> + <configuration> + <sonarHostURL>${qa.host.url}</sonarHostURL> + </configuration> </plugin> <plugin>
participants (1)
-
tchemit@users.nuiton.org