]> source.dussan.org Git - archiva.git/commitdiff
avoid recursion in the archiva-docs module
authorBrett Porter <brett@apache.org>
Mon, 17 Mar 2008 00:22:49 +0000 (00:22 +0000)
committerBrett Porter <brett@apache.org>
Mon, 17 Mar 2008 00:22:49 +0000 (00:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@637693 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index e865433816aae52082cb0557ae8c7a8b48951811..361f6ee1526631cedf53435ebbece4c442f18da3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <aggregate>true</aggregate>
         </configuration>
       </plugin>
+<!--
+  Disabled until we can make it not appear in the docs, since that causes brutal build recursion
       <plugin>
         <artifactId>maven-surefire-report-plugin</artifactId>
         <version>2.4.1</version>
       </plugin>
+-->
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.2</version>
+        <version>2.4</version>
         <configuration>
           <source>1.5</source>
           <aggregate>true</aggregate>