You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2009/07/31 19:46:07 UTC

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

Author: schor
Date: Fri Jul 31 17:46:07 2009
New Revision: 799671

URL: http://svn.apache.org/viewvc?rev=799671&view=rev
Log:
[UIMA-1473] remove non-working hack that is now causing error in assembly step

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

Modified: incubator/uima/uimaj/trunk/uimaj-distr/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-distr/pom.xml?rev=799671&r1=799670&r2=799671&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-distr/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj-distr/pom.xml Fri Jul 31 17:46:07 2009
@@ -181,7 +181,7 @@
 						</configuration>
 					</execution>
 				</executions>
-			</plugin>
+		</plugin>
       			<plugin>
 				<artifactId>maven-assembly-plugin</artifactId>
                 <version>2.2-beta-2</version>
@@ -193,31 +193,10 @@
 					<finalName>uimaj-${uimaj-release-version}</finalName>
                     <tarLongFileMode>gnu</tarLongFileMode>
 				</configuration>
-			</plugin>
+	  </plugin>
 			
-            <plugin>
+      <plugin>
         <artifactId>maven-antrun-plugin</artifactId>
-        <dependencies>
-        	<!-- Ant -->
-            <!-- these next 2 dependencies don't seem to be a reliable way to
-                 set the Ant dependency.  To do it for sure, go to the 
-                 org\apache\maven\plugins\maven-antrun-plugin\1.1\maven-antrun-plugin-1.1.pom 
-                 entry in your local repo, and change the
-                 dependency on ant from 1.6.5 to 1.7.0 - 
-                 NOTE YOU ALSO HAVE TO
-                 change the groupId from "ant" to "org.apache.ant"
-              -->
-            <dependency>
-            	<groupId>org.apache.ant</groupId>
-                <artifactId>ant</artifactId>
-                <version>1.7.0</version>
-            </dependency>
-            <dependency>
-            	<groupId>org.apache.ant</groupId>
-                <artifactId>ant-launcher</artifactId>
-                <version>1.7.0</version>
-            </dependency>
-		      </dependencies>
         <executions>
           <execution>
             <phase>package</phase>
@@ -272,6 +251,6 @@
         </executions>
       </plugin>
       
-		</plugins>
+	</plugins>
 	</build>	
 </project>
\ No newline at end of file