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 15:56:57 UTC

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

Author: cwiklik
Date: Fri Nov  8 14:56:57 2013
New Revision: 1540061

URL: http://svn.apache.org/r1540061
Log:
UIMA-2881 exclude settings from 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=1540061&r1=1540060&r2=1540061&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/pom.xml Fri Nov  8 14:56:57 2013
@@ -395,6 +395,7 @@
 			           <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> 
      				        <exclude>uima-ducc-common/**</exclude>