You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2013/11/08 18:25:49 UTC

svn commit: r1540131 - /uima/sandbox/uima-ducc/trunk/pom.xml

Author: cwiklik
Date: Fri Nov  8 17:25:49 2013
New Revision: 1540131

URL: http://svn.apache.org/r1540131
Log:
UIMA-3419 disable rat

Modified:
    uima/sandbox/uima-ducc/trunk/pom.xml

Modified: uima/sandbox/uima-ducc/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/pom.xml?rev=1540131&r1=1540130&r2=1540131&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/pom.xml Fri Nov  8 17:25:49 2013
@@ -385,7 +385,7 @@
 					</plugin>
 
 			<!-- run Release Audit Tool (RAT) on src and bin distrs -->
-			<plugin> 
+			<!-- plugin> 
 			  <groupId>org.apache.rat</groupId> 
 			  <artifactId>apache-rat-plugin</artifactId> 
 			  <version>0.10</version>
@@ -394,7 +394,6 @@
 			           <id>default-cli</id> 
 			           <configuration> 
 			              <excludes combine.children="append"> 
-     				        <!-- workaround https://issues.apache.org/jira/browse/RAT-97 -->
      				        <exclude>**/.settings/*</exclude>
      				        <exclude>uima-ducc-agent/**</exclude> 
      				        <exclude>uima-ducc-cli/**</exclude> 
@@ -417,7 +416,7 @@
 				       </configuration> 
 				    </execution> 
 				</executions> 
-				</plugin>
+				</plugin-->
 
 				</plugins>
 			</build>