You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by rm...@apache.org on 2016/02/03 09:38:51 UTC

svn commit: r1728271 - /bval/trunk/pom.xml

Author: rmannibucau
Date: Wed Feb  3 08:38:51 2016
New Revision: 1728271

URL: http://svn.apache.org/viewvc?rev=1728271&view=rev
Log:
removing duplicate and upgrading rat

Modified:
    bval/trunk/pom.xml

Modified: bval/trunk/pom.xml
URL: http://svn.apache.org/viewvc/bval/trunk/pom.xml?rev=1728271&r1=1728270&r2=1728271&view=diff
==============================================================================
--- bval/trunk/pom.xml (original)
+++ bval/trunk/pom.xml Wed Feb  3 08:38:51 2016
@@ -478,7 +478,7 @@
                 <plugin>
                     <groupId>org.apache.rat</groupId>
                     <artifactId>apache-rat-plugin</artifactId>
-                    <version>0.10</version>
+                    <version>0.11</version>
                     <executions>
                         <execution>
                             <phase>verify</phase>
@@ -509,7 +509,6 @@
                             <exclude>**/*.iml</exclude>
                             <exclude>**/*.ipr</exclude>
                             <exclude>**/*.iws</exclude>
-                            <exclude>.idea</exclude>
                             <exclude>**/META-INF/services/*</exclude> <!-- depending service loader it can fail if a comment is added -->
                         </excludes>
                     </configuration>