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/12/18 17:33:48 UTC

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

Author: cwiklik
Date: Wed Dec 18 16:33:48 2013
New Revision: 1552011

URL: http://svn.apache.org/r1552011
Log:
UIMA-2881 disabled ant plugin 

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=1552011&r1=1552010&r2=1552011&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/pom.xml Wed Dec 18 16:33:48 2013
@@ -415,7 +415,7 @@
 						</executions>
 					</plugin>
 					<!-- need this plugin to rename source zip file -->
-					<plugin>
+					<!-- plugin>
 						<groupId>org.apache.maven.plugins</groupId>
 						<artifactId>maven-antrun-plugin</artifactId>
 						<executions>
@@ -436,7 +436,7 @@
 							</execution>
 						</executions>
 
-					</plugin>
+					</plugin -->
 					<!-- plugin>
 						<artifactId>maven-deploy-plugin</artifactId>
 						<configuration>