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>
|
<aggregate>true</aggregate>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<!--
|
||||||
|
Disabled until we can make it not appear in the docs, since that causes brutal build recursion
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-surefire-report-plugin</artifactId>
|
<artifactId>maven-surefire-report-plugin</artifactId>
|
||||||
<version>2.4.1</version>
|
<version>2.4.1</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
-->
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-javadoc-plugin</artifactId>
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
<version>2.2</version>
|
<version>2.4</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>1.5</source>
|
<source>1.5</source>
|
||||||
<aggregate>true</aggregate>
|
<aggregate>true</aggregate>
|
||||||
|
|
Loading…
Reference in New Issue