Author: veithen
Date: Sat May 29 15:45:08 2010
New Revision: 949404

URL: http://svn.apache.org/viewvc?rev=949404&view=rev
Log:
Fixed RAT configuration broken in r948612.

Modified:
    webservices/commons/trunk/modules/axiom/pom.xml

Modified: webservices/commons/trunk/modules/axiom/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/pom.xml?rev=949404&r1=949403&r2=949404&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/pom.xml Sat May 29 15:45:08 2010
@@ -552,7 +552,6 @@
                 <groupId>org.apache.rat</groupId>
                 <artifactId>apache-rat-plugin</artifactId>
                 <version>0.6</version>
-                <inherited>false</inherited>
                 <executions>
                     <execution>
                         <phase>verify</phase>
@@ -570,8 +569,8 @@
                         <!-- We can't add license headers to test resources -->
                         <exclude>src/test/resources/**</exclude>
                         <!-- TODO: These are indeed copies of classes from 
Jaxen -->
-                        <exlucde>src/main/resources/xml/**</exlucde>
-                        <exlucde>src/main/java/org/jaxen/test/**</exlucde>
+                        <exclude>src/main/resources/xml/**</exclude>
+                        <exclude>src/main/java/org/jaxen/test/**</exclude>
                         <!-- TODO: This is related to the previous one an 
needs to be investigated -->
                         <exclude>legal/jaxen-LICENSE.txt</exclude>
                         <!-- Files used by various developer tools -->


Reply via email to