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/03 15:30:38 UTC

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

Author: cwiklik
Date: Tue Dec  3 14:30:38 2013
New Revision: 1547405

URL: http://svn.apache.org/r1547405
Log:
UIMA-2881 reverted the id of the assembly-plugin to be the same as the plugin defined in uima-parent pom

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=1547405&r1=1547404&r2=1547405&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/pom.xml Tue Dec  3 14:30:38 2013
@@ -300,7 +300,6 @@
 				plugin Version 2.4 fixes a bug http://jira.codehaus.org/browse/PLXCOMP-176 -->
 			<plugin>
 				<artifactId>maven-assembly-plugin</artifactId>
-				<version>2.4</version>
 				<executions>
 					<execution>
 						<id>default-cli</id>
@@ -311,7 +310,10 @@
 						</configuration>
 					</execution>
 					<execution>
-						<id>uima-ducc-distr</id>
+					    <!-- keep the id of this plugin the same as in the uima-parent's pom.
+					         Otherwise, maven will run this plugin and the parents plugin 
+					         and will build ducc's tgz twice  -->
+						<id>uima-distr</id>
 						<phase>integration-test</phase>
 						<goals>
 							<goal>single</goal>