You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by br...@apache.org on 2008/04/03 16:11:43 UTC

svn commit: r644323 - /archiva/branches/archiva-1.0.x/pom.xml

Author: brett
Date: Thu Apr  3 07:11:42 2008
New Revision: 644323

URL: http://svn.apache.org/viewvc?rev=644323&view=rev
Log:
exclude reports on the branch due to OOME in docs build

Modified:
    archiva/branches/archiva-1.0.x/pom.xml

Modified: archiva/branches/archiva-1.0.x/pom.xml
URL: http://svn.apache.org/viewvc/archiva/branches/archiva-1.0.x/pom.xml?rev=644323&r1=644322&r2=644323&view=diff
==============================================================================
--- archiva/branches/archiva-1.0.x/pom.xml (original)
+++ archiva/branches/archiva-1.0.x/pom.xml Thu Apr  3 07:11:42 2008
@@ -698,6 +698,7 @@
   </dependencyManagement>
   <reporting>
     <plugins>
+<!-- TODO: OOME
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
@@ -710,13 +711,11 @@
           <configLocation>config/maven_checks.xml</configLocation>
         </configuration>
       </plugin>
-<!-- TODO: OOME
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
         <version>1.1.1</version>
       </plugin>
--->
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>changelog-maven-plugin</artifactId>
@@ -755,11 +754,11 @@
       </plugin>
       <plugin>
         <artifactId>maven-pmd-plugin</artifactId>
-        <!-- TODO: choose appropriate rulesets -->
         <configuration>
           <targetJdk>1.5</targetJdk>
         </configuration>
       </plugin>
+-->
     </plugins>
   </reporting>
   <profiles>