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 16:53:24 UTC

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

Author: cwiklik
Date: Fri Nov  8 15:53:24 2013
New Revision: 1540092

URL: http://svn.apache.org/r1540092
Log:
UIMA-3419 modified rat excludes

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=1540092&r1=1540091&r2=1540092&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 15:53:24 2013
@@ -778,7 +778,7 @@
 			      <execution> 
 			           <id>default-cli</id> 
 			           <configuration> 
-			              <failOnError>false</failOnError>
+			              
 			              <excludes combine.children="append"> 
      				        <!-- workaround https://issues.apache.org/jira/browse/RAT-97 -->
      				        <exclude>**/.settings/*</exclude>
@@ -798,7 +798,7 @@
      				        <exclude>uima-ducc-spawn/**</exclude> 
      				        <exclude>uima-ducc-transport/**</exclude> 
      				        <exclude>uima-ducc-web/**</exclude> 
-     				        <exclude>**/uima-ducc-web/src/main/webapp/root/opensources/**/*</exclude> 
+     				        <exclude>uima-ducc-web/src/main/webapp/root/opensources/**</exclude> 
 				          </excludes> 
 				       </configuration> 
 				    </execution>