Author: veithen
Date: Sun Jun 13 16:54:36 2010
New Revision: 954261
URL: http://svn.apache.org/viewvc?rev=954261&view=rev
Log:
Added an exclusion to the RAT plugin configuration for a file generated by
maven-release-plugin.
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=954261&r1=954260&r2=954261&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/pom.xml Sun Jun 13 16:54:36 2010
@@ -530,6 +530,8 @@
<exclude>legal/jaxen-LICENSE.txt</exclude>
<!-- Files used by various developer tools -->
<exclude>*.sonarj</exclude>
+ <!-- File generated by maven-release-plugin -->
+ <exclude>release.properties</exclude>
</excludes>
</configuration>
</plugin>