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:20:40 UTC

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

Author: cwiklik
Date: Fri Nov  8 17:20:40 2013
New Revision: 1540129

URL: http://svn.apache.org/r1540129
Log:
UIMA-3419 updated to run rat

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

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml?rev=1540129&r1=1540128&r2=1540129&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml Fri Nov  8 17:20:40 2013
@@ -764,12 +764,12 @@
  
 	</dependencies>
 
-	<profiles>
+	<!-- profiles>
 		<profile>
 			<id>apache-release</id>
 			<build>
 				<plugins>
-							<!-- run Release Audit Tool (RAT) on src and bin distrs -->
+							
 			<plugin> 
 			  <groupId>org.apache.rat</groupId> 
 			  <artifactId>apache-rat-plugin</artifactId> 
@@ -780,7 +780,7 @@
 			           <configuration> 
 			              
 			              <excludes combine.children="append"> 
-     				        <!-- workaround https://issues.apache.org/jira/browse/RAT-97 -->
+     				        
      				        <exclude>**/.settings/*</exclude>
      				        <exclude>**/keystore</exclude>
      				        <exclude>**/*.job</exclude>
@@ -809,7 +809,7 @@
 				</plugins>
 			</build>
 		</profile>
-	</profiles>			
+	</profiles -->			
 
 
 	<build>