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 2015/09/06 11:58:00 UTC

svn commit: r1701455 - /webservices/woden/trunk/java/pom.xml

Author: veithen
Date: Sun Sep  6 09:58:00 2015
New Revision: 1701455

URL: http://svn.apache.org/r1701455
Log:
Clean up the RAT configuration.

Modified:
    webservices/woden/trunk/java/pom.xml

Modified: webservices/woden/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/pom.xml?rev=1701455&r1=1701454&r2=1701455&view=diff
==============================================================================
--- webservices/woden/trunk/java/pom.xml (original)
+++ webservices/woden/trunk/java/pom.xml Sun Sep  6 09:58:00 2015
@@ -159,17 +159,8 @@
                     <version>0.11</version>
                     <configuration>
                         <excludes>
-                            <exclude>legal/LICENSE.xerces</exclude>
-                            <exclude>legal/LICENSE.dom</exclude>
-                            <exclude>legal/LICENSE.sax</exclude>
-                            <exclude>legal/LICENSE.wsdl4j.html</exclude>
+                            <exclude>legal/**</exclude>
                             <exclude>src/site/markdown/release-notes/**</exclude>
-                            <exclude>woden-1.0.0M6-test-results.html</exclude>
-                            <exclude>ant-test/validation-results.xml</exclude>
-                            <exclude>ant-test/documents-bad-report.xml</exclude>
-                            <exclude>ant-test/documents-good-report.xml</exclude>
-                            <exclude>ant-test/validation-results-without-ids.xml</exclude>
-                            <exclude>ant-test/test-suite-results.zip</exclude>
                             <exclude>**/META-INF/MANIFEST.MF</exclude>
                             <exclude>**/about-this-package</exclude>
                         </excludes>