Browse Source

Revert CS/FB changes to build plugins, leave runFindbugs profile in place.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1737257 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-2_2
Glenn Adams 8 years ago
parent
commit
6888fd9ce3
1 changed files with 12 additions and 9 deletions
  1. 12
    9
      fop-core/pom.xml

+ 12
- 9
fop-core/pom.xml View File

@@ -312,15 +312,17 @@
<suppressionsLocation>${project.baseUri}src/tools/resources/checkstyle/suppressions.xml</suppressionsLocation>
<violationSeverity>warning</violationSeverity>
</configuration>
<executions>
<execution>
<id>validate</id>
<phase>validate</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- code analysis - checkstyle -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>${findbugs.plugin.version}</version>
<configuration>
<excludeFilterFile>src/tools/resources/findbugs/exclusions.xml</excludeFilterFile>
<effort>Max</effort>
<threshold>Low</threshold>
</configuration>
</plugin>
</plugins>
<resources>
@@ -374,4 +376,5 @@
</build>
</profile>
</profiles>

</project>

Loading…
Cancel
Save