You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2015/12/15 12:49:27 UTC

svn commit: r1720128 - /santuario/xml-security-java/trunk/pom.xml

Author: coheigea
Date: Tue Dec 15 11:49:27 2015
New Revision: 1720128

URL: http://svn.apache.org/viewvc?rev=1720128&view=rev
Log:
Updating PMD plugin

Modified:
    santuario/xml-security-java/trunk/pom.xml

Modified: santuario/xml-security-java/trunk/pom.xml
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/trunk/pom.xml?rev=1720128&r1=1720127&r2=1720128&view=diff
==============================================================================
--- santuario/xml-security-java/trunk/pom.xml (original)
+++ santuario/xml-security-java/trunk/pom.xml Tue Dec 15 11:49:27 2015
@@ -111,12 +111,13 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-pmd-plugin</artifactId>
-                <version>3.4</version>
+                <version>3.5</version>
                 <configuration>
                     <linkXRef>false</linkXRef>
-                    <sourceEncoding>utf-8</sourceEncoding>
+                    <sourceEncoding>UTF-8</sourceEncoding>
                     <failOnViolation>true</failOnViolation>
                     <verbose>true</verbose>
+                    <!--<includeTests>true</includeTests>-->
                     <targetJdk>${targetJdk}</targetJdk>
                 </configuration>
                 <executions>