]> source.dussan.org Git - archiva.git/commitdiff
exclude reports on the branch due to OOME in docs build
authorBrett Porter <brett@apache.org>
Thu, 3 Apr 2008 14:11:42 +0000 (14:11 +0000)
committerBrett Porter <brett@apache.org>
Thu, 3 Apr 2008 14:11:42 +0000 (14:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches@644323 13f79535-47bb-0310-9956-ffa450edef68

archiva-1.0.x/pom.xml

index 7c5d33d4bece62159e4bad219ce3a273652ff3a7..72fdf9d82fb0a60e57f39c04e1d5c602e045b7a6 100644 (file)
   </dependencyManagement>
   <reporting>
     <plugins>
+<!-- TODO: OOME
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
           <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>
       </plugin>
       <plugin>
         <artifactId>maven-pmd-plugin</artifactId>
-        <!-- TODO: choose appropriate rulesets -->
         <configuration>
           <targetJdk>1.5</targetJdk>
         </configuration>
       </plugin>
+-->
     </plugins>
   </reporting>
   <profiles>