You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2011/07/07 22:32:05 UTC

svn commit: r1144024 - /maven/pom/trunk/maven/pom.xml

Author: olamy
Date: Thu Jul  7 20:32:05 2011
New Revision: 1144024

URL: http://svn.apache.org/viewvc?rev=1144024&view=rev
Log:
add sonar maven report to display link to sonar in reports

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1144024&r1=1144023&r2=1144024&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Thu Jul  7 20:32:05 2011
@@ -607,6 +607,10 @@ under the License.
     </site>
   </distributionManagement>
 
+  <properties>
+    <sonar.host.url>https://analysis.apache.org/</sonar.host.url>
+  </properties>
+
   <build>
     <pluginManagement>
       <plugins>
@@ -654,6 +658,16 @@ under the License.
     </pluginManagement>
   </build>
 
+  <reporting>
+    <plugins>
+    <plugin>
+      <groupId>org.codehaus.sonar-plugins</groupId>
+      <artifactId>maven-report</artifactId>
+      <version>0.1</version>
+    </plugin>
+    </plugins>
+  </reporting>
+
   <profiles>
     <profile>
       <id>quality-checks</id>