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 2015/09/28 21:25:59 UTC

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

Author: pottlinger
Date: Mon Sep 28 19:25:59 2015
New Revision: 1705748

URL: http://svn.apache.org/viewvc?rev=1705748&view=rev
Log:
RAT-163: Temporarily removed gradle-plugin submodule to enable green builds again.


Modified:
    creadur/rat/trunk/pom.xml

Modified: creadur/rat/trunk/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1705748&r1=1705747&r2=1705748&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Mon Sep 28 19:25:59 2015
@@ -310,6 +310,7 @@ agnostic home for software distribution
               <!-- 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-gradle/**</exclude>
               <exclude>apache-rat/README*.txt</exclude>
               <exclude>apache-rat-core/src/test/resources/**</exclude>
               <exclude>apache-rat*/target/**</exclude>
@@ -603,7 +604,9 @@ agnostic home for software distribution
     <module>apache-rat-api</module>
     <module>apache-rat-core</module>
     <module>apache-rat-plugin</module>
+    <!-- RAT-163: current patch uses a JDK7-compiled test dependencies; thus fails our JDK5 compliance
     <module>apache-rat-gradle</module>
+    -->
     <module>apache-rat-tasks</module>
     <module>apache-rat</module>
   </modules>