You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by dw...@apache.org on 2010/05/26 14:31:00 UTC

svn commit: r948408 - /incubator/bval/trunk/pom.xml

Author: dwoods
Date: Wed May 26 12:30:59 2010
New Revision: 948408

URL: http://svn.apache.org/viewvc?rev=948408&view=rev
Log:
BVAL-62 Remove some unneeded apache-rat-plugin excludes

Modified:
    incubator/bval/trunk/pom.xml

Modified: incubator/bval/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bval/trunk/pom.xml?rev=948408&r1=948407&r2=948408&view=diff
==============================================================================
--- incubator/bval/trunk/pom.xml (original)
+++ incubator/bval/trunk/pom.xml Wed May 26 12:30:59 2010
@@ -381,18 +381,11 @@
                         <excludeSubProjects>false</excludeSubProjects>
                         <numUnapprovedLicenses>0</numUnapprovedLicenses>
                         <excludes>
-                            <!--
-                                comments are unsupported by Java service
-                                descriptors
-                            -->
-                            <exclude>**/javax.validation.spi.ValidationProvider</exclude>
                             <!-- General informational files -->
                             <exclude>README.txt</exclude>
                             <exclude>CHANGES.txt</exclude>
                             <!-- generated content -->
                             <exclude>**/.*/**</exclude>
-                            <exclude>**/*.ftl</exclude>
-                            <exclude>**/*.iml</exclude>
                             <exclude>**/*.log</exclude>
                             <exclude>**/maven-eclipse.xml</exclude>
                             <exclude>**/rat.txt</exclude>