Author: jochen
Date: Tue May 10 11:19:19 2016
New Revision: 1743151

URL: http://svn.apache.org/viewvc?rev=1743151&view=rev
Log:
Disabling Rat checks for the release build. (Sounds strange, but that's how to 
get it work.)

Modified:
    creadur/rat/branches/0.12-release/pom.xml

Modified: creadur/rat/branches/0.12-release/pom.xml
URL: 
http://svn.apache.org/viewvc/creadur/rat/branches/0.12-release/pom.xml?rev=1743151&r1=1743150&r2=1743151&view=diff
==============================================================================
--- creadur/rat/branches/0.12-release/pom.xml (original)
+++ creadur/rat/branches/0.12-release/pom.xml Tue May 10 11:19:19 2016
@@ -331,38 +331,6 @@ agnostic home for software distribution
           </configuration>
         </plugin>
         <plugin>
-          <groupId>org.apache.rat</groupId>
-          <artifactId>apache-rat-plugin</artifactId>
-          <!-- Must use previous version, to avoid a cyclic reference -->
-          <version>0.11</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>
-              <version>1.2</version>
-              <exclusions>
-                <exclusion>
-                  <groupId>xerces</groupId>
-                  <artifactId>xercesImpl</artifactId>
-                </exclusion>
-              </exclusions>
-            </dependency>
-          </dependencies>
-          <configuration>
-            <excludes>
-              <!-- This file only describes how to build the project and it 
has no license header -->
-              <exclude>BUILD.txt</exclude>
-              <!-- 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>
-              <exclude>apache-rat-plugin/src/test/resources/**</exclude>
-              <exclude>apache-rat-plugin/src/it/**</exclude>
-              <exclude>apache-rat-tasks/src/test/resources/**</exclude>
-            </excludes>
-          </configuration>
-        </plugin>
-        <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-scm-publish-plugin</artifactId>
           <version>1.0</version>
@@ -459,17 +427,6 @@ agnostic home for software distribution
         </dependencies>
       </plugin>
       <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>check</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>animal-sniffer-maven-plugin</artifactId>
         <version>1.11</version>


Reply via email to