]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Revert CS/FB changes to build plugins, leave runFindbugs profile in place.
authorGlenn Adams <gadams@apache.org>
Thu, 31 Mar 2016 16:42:09 +0000 (16:42 +0000)
committerGlenn Adams <gadams@apache.org>
Thu, 31 Mar 2016 16:42:09 +0000 (16:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1737257 13f79535-47bb-0310-9956-ffa450edef68

fop-core/pom.xml

index 794ce86e51a674ffda81628744053995f90e6313..22d921dc33362e138fb34da3900ad76840707bb4 100644 (file)
           <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>
       </build>
     </profile>
   </profiles>
+
 </project>