mirror of
https://github.com/apache/archiva.git
synced 2025-02-07 18:49:48 +00:00
exclude reports on the branch due to OOME in docs build
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches@644323 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
74adedbe13
commit
b97f9e8185
@ -698,6 +698,7 @@
|
||||
</dependencyManagement>
|
||||
<reporting>
|
||||
<plugins>
|
||||
<!-- TODO: OOME
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>cobertura-maven-plugin</artifactId>
|
||||
@ -710,13 +711,11 @@
|
||||
<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>
|
||||
@ -755,11 +754,11 @@
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-pmd-plugin</artifactId>
|
||||
<!-- TODO: choose appropriate rulesets -->
|
||||
<configuration>
|
||||
<targetJdk>1.5</targetJdk>
|
||||
</configuration>
|
||||
</plugin>
|
||||
-->
|
||||
</plugins>
|
||||
</reporting>
|
||||
<profiles>
|
||||
|
Loading…
x
Reference in New Issue
Block a user