mirror of https://github.com/apache/archiva.git
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:
parent
f4b5bbc447
commit
d277a2af08
5
pom.xml
5
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue