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/09/15 22:59:09 UTC

svn commit: r1171272 - /maven/indexer/trunk/pom.xml

Author: olamy
Date: Thu Sep 15 20:59:09 2011
New Revision: 1171272

URL: http://svn.apache.org/viewvc?rev=1171272&view=rev
Log:
use parent 20 as profile reporting failed during findbug execution with maven3

Modified:
    maven/indexer/trunk/pom.xml

Modified: maven/indexer/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/pom.xml?rev=1171272&r1=1171271&r2=1171272&view=diff
==============================================================================
--- maven/indexer/trunk/pom.xml (original)
+++ maven/indexer/trunk/pom.xml Thu Sep 15 20:59:09 2011
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>21</version>
+    <version>20</version>
   </parent>
 
   <groupId>org.apache.maven.indexer</groupId>
@@ -263,12 +263,15 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-checkstyle-plugin</artifactId>
-            <version>2.6</version>
           </plugin>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>
-            <version>2.8</version>
+          </plugin>
+          <plugin>
+            <groupId>org.codehaus.sonar-plugins</groupId>
+            <artifactId>maven-report</artifactId>
+            <version>0.1</version>
           </plugin>
         </plugins>
       </reporting>