You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2018/10/10 18:46:05 UTC

svn commit: r1843484 - /creadur/rat/trunk/pom.xml

Author: pottlinger
Date: Wed Oct 10 18:46:05 2018
New Revision: 1843484

URL: http://svn.apache.org/viewvc?rev=1843484&view=rev
Log:
Rollback disabling RAT in pom.xml

Setting rat.skip in settings.xml does the same trick :-)

Modified:
    creadur/rat/trunk/pom.xml

Modified: creadur/rat/trunk/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1843484&r1=1843483&r2=1843484&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Wed Oct 10 18:46:05 2018
@@ -264,13 +264,11 @@ agnostic home for software distribution
           </reportSet>
         </reportSets>
       </plugin>
-<!-- DISABLED before Release
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
         <version>${previousRatVersion}</version>
       </plugin>
--->
     </plugins>
   </reporting>
   <build>
@@ -330,7 +328,7 @@ agnostic home for software distribution
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
-          <version>0.12</version>
+          <version>${previousRatVersion}</version>
           <dependencies><!--TODO remove exclusion when upgrading to new ASF parent or doxia release (RAT-158) -->
             <dependency>
               <groupId>org.apache.maven.doxia</groupId>