Author: hboutemy
Date: Thu May 12 21:40:24 2016
New Revision: 1743580

URL: http://svn.apache.org/viewvc?rev=1743580&view=rev
Log:
[MPOM-60] add DEPENDENCIES file to the exclude rule for apache-rat-plugin

Modified:
    maven/pom/trunk/asf/pom.xml

Modified: maven/pom/trunk/asf/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?rev=1743580&r1=1743579&r2=1743580&view=diff
==============================================================================
--- maven/pom/trunk/asf/pom.xml (original)
+++ maven/pom/trunk/asf/pom.xml Thu May 12 21:40:24 2016
@@ -262,6 +262,16 @@ under the License.
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
           <version>0.11</version>
+          <configuration>
+            <!--
+              The following configuration is needed, otherwise a release 
source package can't be
+              built without changing its content: 
https://issues.apache.org/jira/browse/RAT-184
+              TODO: remove when upgrading to 0.12
+            -->
+            <excludes>
+              <exclude>DEPENDENCIES</exclude>
+            </excludes>
+          </configuration>
           <dependencies><!-- TODO: remove when upgrading to 0.12, see 
https://issues.apache.org/jira/browse/RAT-158 -->
             <dependency>
               <groupId>org.apache.maven.doxia</groupId>


Reply via email to