You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ga...@apache.org on 2016/03/31 18:42:10 UTC

svn commit: r1737257 - /xmlgraphics/fop/trunk/fop-core/pom.xml

Author: gadams
Date: Thu Mar 31 16:42:09 2016
New Revision: 1737257

URL: http://svn.apache.org/viewvc?rev=1737257&view=rev
Log:
Revert CS/FB changes to build plugins, leave runFindbugs profile in place.

Modified:
    xmlgraphics/fop/trunk/fop-core/pom.xml

Modified: xmlgraphics/fop/trunk/fop-core/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/pom.xml?rev=1737257&r1=1737256&r2=1737257&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/pom.xml (original)
+++ xmlgraphics/fop/trunk/fop-core/pom.xml Thu Mar 31 16:42:09 2016
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org