You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-commits@xmlgraphics.apache.org by ss...@apache.org on 2017/09/11 13:52:02 UTC

svn commit: r1808027 - /xmlgraphics/batik/trunk/pom.xml

Author: ssteiner
Date: Mon Sep 11 13:52:02 2017
New Revision: 1808027

URL: http://svn.apache.org/viewvc?rev=1808027&view=rev
Log:
Add checkstyle to mvn

Modified:
    xmlgraphics/batik/trunk/pom.xml

Modified: xmlgraphics/batik/trunk/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/pom.xml?rev=1808027&r1=1808026&r2=1808027&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/pom.xml (original)
+++ xmlgraphics/batik/trunk/pom.xml Mon Sep 11 13:52:02 2017
@@ -143,6 +143,16 @@
           <artifactId>findbugs-maven-plugin</artifactId>
           <version>${findbugs.version}</version>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-checkstyle-plugin</artifactId>
+          <version>${checkstyle.version}</version>
+          <configuration>
+            <configLocation>checkstyle.xml</configLocation>
+            <violationSeverity>warning</violationSeverity>
+            <includeResources>false</includeResources>
+          </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>