You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2012/12/02 16:06:01 UTC

svn commit: r1416187 - /webservices/commons/trunk/modules/axiom/pom.xml

Author: veithen
Date: Sun Dec  2 15:06:00 2012
New Revision: 1416187

URL: http://svn.apache.org/viewvc?rev=1416187&view=rev
Log:
Avoid RAT failure.

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=1416187&r1=1416186&r2=1416187&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/pom.xml Sun Dec  2 15:06:00 2012
@@ -486,6 +486,8 @@
                                 <exclude>**/*.svg</exclude>
                                 <!-- License file from Jaxen (see LEGAL-74 & WSCOMMONS-545) -->
                                 <exclude>legal/jaxen-LICENSE.txt</exclude>
+                                <!-- BSD style license -->
+                                <exclude>legal/stax2-api-LICENSE.txt</exclude>
                                 <!-- Files used by various developer tools -->
                                 <exclude>*.sonarj</exclude>
                                 <!-- File generated by maven-release-plugin -->