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:47:01 UTC

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

Author: cwiklik
Date: Fri Nov  8 17:47:00 2013
New Revision: 1540139

URL: http://svn.apache.org/r1540139
Log:
UIMA-3419 enable rat in install phase

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=1540139&r1=1540138&r2=1540139&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:47:00 2013
@@ -823,6 +823,7 @@
 			  <version>0.10</version>
 			  <executions> 
 			      <execution> 
+			           <phase>install</phase>
 			           <id>default-cli</id> 
 			           <configuration> 
 			              
@@ -834,7 +835,6 @@
      				        <exclude>uima-ducc-cli/**</exclude> 
      				        <exclude>uima-ducc-common/**</exclude> 
      				        <exclude>uima-ducc-duccdocs/**</exclude> 
-     				        <exclude>**/*.tex</exclude>
      				        <exclude>**/*.dict</exclude>
      				        <exclude>uima-ducc-examples/**</exclude> 
      				        <exclude>uima-ducc-jd/**</exclude>