Author: hboutemy
Date: Mon Apr 21 14:13:09 2008
New Revision: 650271

URL: http://svn.apache.org/viewvc?rev=650271&view=rev
Log:
commented out lock down of reporting plugins waiting for MNG-3385 to be fixed

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=650271&r1=650270&r2=650271&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Mon Apr 21 14:13:09 2008
@@ -203,6 +203,7 @@
           <version>2.4.2</version>
         </plugin>
         <!-- set versions of common reporting plugins for site 
reproducibility, ordered alphabetically -->
+        <!-- won't help until MNG-3385 is fixed
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
@@ -247,7 +248,7 @@
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>taglist-maven-plugin</artifactId>
           <version>2.2</version>
-        </plugin>
+        </plugin>-->
       </plugins>
     </pluginManagement>
   </build>


Reply via email to