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

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

Author: hboutemy
Date: Thu Jul  7 21:47:23 2011
New Revision: 1144063

URL: http://svn.apache.org/viewvc?rev=1144063&view=rev
Log:
moved org.codehaus.sonar-plugins:maven-report to reporting profile

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=1144063&r1=1144062&r2=1144063&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Thu Jul  7 21:47:23 2011
@@ -659,16 +659,6 @@ 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>
@@ -836,6 +826,11 @@ under the License.
             <artifactId>findbugs-maven-plugin</artifactId>
             <version>2.3.2</version>
           </plugin>
+          <plugin>
+            <groupId>org.codehaus.sonar-plugins</groupId>
+            <artifactId>maven-report</artifactId>
+            <version>0.1</version>
+          </plugin>
         </plugins>
       </reporting>
     </profile>