You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2016/05/12 21:41:06 UTC

svn commit: r1743581 - /maven/pom/trunk/maven/pom.xml

Author: hboutemy
Date: Thu May 12 21:41:06 2016
New Revision: 1743581

URL: http://svn.apache.org/viewvc?rev=1743581&view=rev
Log:
[MPOM-60] removed configuration that is now in ASF 18 parent pom

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=1743581&r1=1743580&r2=1743581&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Thu May 12 21:41:06 2016
@@ -1054,17 +1054,6 @@ 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>