You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2016/07/01 13:40:05 UTC

svn commit: r1750928 - /maven/pom/trunk/asf/pom.xml

Author: khmarbaise
Date: Fri Jul  1 13:40:05 2016
New Revision: 1750928

URL: http://svn.apache.org/viewvc?rev=1750928&view=rev
Log:
[MPOM-129] Upgrade apache-rat-plugin to 0.12
 o Removed supplemental excludes for DEPENDENCIES (RAT-184)
 o Remvoed supplemental dependencies to doxia-core (RAT-158, DOXIA-526)

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=1750928&r1=1750927&r2=1750928&view=diff
==============================================================================
--- maven/pom/trunk/asf/pom.xml (original)
+++ maven/pom/trunk/asf/pom.xml Fri Jul  1 13:40:05 2016
@@ -265,30 +265,7 @@ under the License.
         <plugin>
           <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>
-              <artifactId>doxia-core</artifactId>
-              <version>1.2</version>
-              <exclusions>
-                <exclusion><!-- see https://issues.apache.org/jira/browse/DOXIA-526 -->
-                  <groupId>xerces</groupId>
-                  <artifactId>xercesImpl</artifactId>
-                </exclusion>
-              </exclusions>
-            </dependency>
-          </dependencies>
+          <version>0.12</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>