avoid recursion in the archiva-docs module

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@637693 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2008-03-17 00:22:49 +00:00
parent f4b5bbc447
commit d277a2af08
1 changed files with 4 additions and 1 deletions

View File

@ -772,13 +772,16 @@
<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>