Author: olamy Date: Thu Sep 15 21:14:04 2011 New Revision: 1171277 URL: http://svn.apache.org/viewvc?rev=1171277&view=rev Log: fix sonar link
Modified: maven/indexer/trunk/pom.xml Modified: maven/indexer/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/indexer/trunk/pom.xml?rev=1171277&r1=1171276&r2=1171277&view=diff ============================================================================== --- maven/indexer/trunk/pom.xml (original) +++ maven/indexer/trunk/pom.xml Thu Sep 15 21:14:04 2011 @@ -110,6 +110,8 @@ under the License. <plexus-component-metadata.version>1.5.5</plexus-component-metadata.version> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <surefire.redirectTestOutputToFile>false</surefire.redirectTestOutputToFile> + <!-- remove with upgrade to parent 21 --> + <sonar.host.url>https://analysis.apache.org/</sonar.host.url> </properties> <dependencyManagement> @@ -268,6 +270,7 @@ under the License. <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> </plugin> + <!-- remove with upgrade to parent 21 --> <plugin> <groupId>org.codehaus.sonar-plugins</groupId> <artifactId>maven-report</artifactId>