You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by al...@apache.org on 2007/05/11 20:22:03 UTC

svn commit: r537256 - /incubator/uima/uimaj/trunk/uimaj/pom.xml

Author: alally
Date: Fri May 11 11:22:03 2007
New Revision: 537256

URL: http://svn.apache.org/viewvc?view=rev&rev=537256
Log:
Require assembly plugin v2.1, because v2.2 is broken.
UIMA-392: http://issues.apache.org/jira/browse/UIMA-392

Modified:
    incubator/uima/uimaj/trunk/uimaj/pom.xml

Modified: incubator/uima/uimaj/trunk/uimaj/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj/pom.xml?view=diff&rev=537256&r1=537255&r2=537256
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj/pom.xml Fri May 11 11:22:03 2007
@@ -54,7 +54,13 @@
 					<artifactId>maven-javadoc-plugin</artifactId>
 					<version>2.1</version>
 				</plugin>
-			</plugins>
+        <!-- Require v2.1 of assembly plugin because v2.2 doesn't seem to correctly unpack zip files.
+             It creates an extra top-level directory with the same name as the zip file. -->
+				<plugin>
+					<artifactId>maven-assembly-plugin</artifactId>
+					<version>2.1</version>
+				</plugin>
+ 			</plugins>
 		</pluginManagement>
 		<plugins>
 			<plugin>