Author: khmarbaise
Date: Sat Nov  1 18:47:36 2014
New Revision: 1636011

URL: http://svn.apache.org/r1636011
Log:
[MPOM-60]
 - Added apache-rat-plugin configuration to exclude
   DEPENDENCIES.

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

Modified: maven/pom/trunk/maven/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1636011&r1=1636010&r2=1636011&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Sat Nov  1 18:47:36 2014
@@ -977,6 +977,17 @@ under the License.
             <goals>
               <goal>check</goal>
             </goals>
+            <!--
+                 The following configuration is needed otherwise 
+                 a release source package can't be built without
+                 changing it.
+                 https://issues.apache.org/jira/browse/RAT-184
+            -->
+            <configuration>
+              <excludes>
+                <exclude>DEPENDENCIES</exclude>
+              </excludes>
+            </configuration>
           </execution>
         </executions>
       </plugin>      


Reply via email to