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/08 20:17:03 UTC

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

Author: pottlinger
Date: Mon Oct  8 20:17:02 2018
New Revision: 1843197

URL: http://svn.apache.org/viewvc?rev=1843197&view=rev
Log:
Reenable RAT self-check with hard-coded release version

As release plugin has problems with the property placeholder version.

Modified:
    creadur/rat/trunk/pom.xml

Modified: creadur/rat/trunk/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1843197&r1=1843196&r2=1843197&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Mon Oct  8 20:17:02 2018
@@ -327,12 +327,11 @@ agnostic home for software distribution
             <relativizeDecorationLinks>false</relativizeDecorationLinks>
           </configuration>
         </plugin>
-<!-- DISABLED due to release-plugin problems
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
-          <version>${previousRatVersion}</version>
-          <dependencies>TODO remove exclusion when upgrading to new ASF parent or doxia release (RAT-158) 
+          <version>0.12</version>
+          <dependencies><!--TODO remove exclusion when upgrading to new ASF parent or doxia release (RAT-158) -->
             <dependency>
               <groupId>org.apache.maven.doxia</groupId>
               <artifactId>doxia-core</artifactId>
@@ -347,10 +346,10 @@ agnostic home for software distribution
           </dependencies>
           <configuration>
             <excludes>
-              TODO This file only describes how to build the project and it has no license header 
+              <!-- This file only describes how to build the project and it has no license header -->
               <exclude>.travis.yml</exclude>
               <exclude>BUILD.txt</exclude>
-              TODO rat:check does not seem to use exclusions from modules 
+              <!-- rat:check does not seem to use exclusions from modules -->
               <exclude>apache-rat/README*.txt</exclude>
               <exclude>apache-rat-core/src/test/resources/**</exclude>
               <exclude>apache-rat*/target/**</exclude>
@@ -360,7 +359,7 @@ agnostic home for software distribution
               <exclude>**/iso-8859-1.html</exclude>
             </excludes>
           </configuration>
-        </plugin-->
+        </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-scm-publish-plugin</artifactId>