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:45:31 UTC

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

Author: cwiklik
Date: Fri Nov  8 14:45:31 2013
New Revision: 1540058

URL: http://svn.apache.org/r1540058
Log:
UIMA-2881 removed rat plugin

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

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/pom.xml?rev=1540058&r1=1540057&r2=1540058&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/pom.xml Fri Nov  8 14:45:31 2013
@@ -100,25 +100,7 @@
                     -->
                 </executions>
             </plugin>
-            
-            <plugin> 
-			  <groupId>org.apache.rat</groupId> 
-			  <artifactId>apache-rat-plugin</artifactId> 
-			  <version>0.10</version>
-			  <executions> 
-			      <execution> 
-			           <id>default-cli</id> 
-			           <configuration> 
-			              <excludes combine.children="append"> 
-     				        <!-- workaround https://issues.apache.org/jira/browse/RAT-97 -->
-     				        <exclude>uima-ducc-duccdocs/**</exclude> 
-     				        <exclude>**/*.tex</exclude>
-     				        <exclude>**/*.dict</exclude>
-				          </excludes> 
-				       </configuration> 
-				    </execution> 
-				</executions> 
-			</plugin>
+
         </plugins>
       </build>