[jbosstools-commits] JBoss Tools SVN: r42321 - trunk/build/results.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Jun 29 13:19:24 EDT 2012


Author: nickboldt
Date: 2012-06-29 13:19:24 -0400 (Fri, 29 Jun 2012)
New Revision: 42321

Modified:
   trunk/build/results/pom.xml
Log:
use antrun 1.7 instead of 1.3 to hopefully work around 'Execution install of goal org.apache.maven.plugins:maven-antrun-plugin:1.3:run failed: An API incompatibility was encountered while executing org.apache.maven.plugins:maven-antrun-plugin:1.3:run: java.lang.NoSuchMethodError: org.apache.tools.ant.launch.Locator.fromJarURI(Ljava/lang/String;)Ljava/lang/String'

Modified: trunk/build/results/pom.xml
===================================================================
--- trunk/build/results/pom.xml	2012-06-29 17:13:38 UTC (rev 42320)
+++ trunk/build/results/pom.xml	2012-06-29 17:19:24 UTC (rev 42321)
@@ -31,6 +31,7 @@
 		<plugins>
 			<plugin>
 				<artifactId>maven-antrun-plugin</artifactId>
+				<version>1.7</version>
 				<inherited>false</inherited>
 				<executions>
 					<execution>
@@ -57,11 +58,6 @@
 				</executions>
 				<dependencies>
 					<dependency>
-						<groupId>org.apache.ant</groupId>
-						<artifactId>ant</artifactId>
-						<version>1.8.2</version>
-					</dependency>
-					<dependency>
 						<groupId>commons-net</groupId>
 						<artifactId>commons-net</artifactId>
 						<version>1.4.1</version>
@@ -69,27 +65,27 @@
 					<dependency>
 						<groupId>org.apache.ant</groupId>
 						<artifactId>ant</artifactId>
-						<version>1.7.1</version>
+						<version>1.8.2</version>
 					</dependency>
 					<dependency>
 						<groupId>org.apache.ant</groupId>
 						<artifactId>ant-nodeps</artifactId>
-						<version>1.7.1</version>
+						<version>1.8.1</version>
 					</dependency>
 					<dependency>
 						<groupId>org.apache.ant</groupId>
 						<artifactId>ant-trax</artifactId>
-						<version>1.7.1</version>
+						<version>1.8.0</version>
 					</dependency>
 					<dependency>
 						<groupId>org.apache.ant</groupId>
 						<artifactId>ant-commons-net</artifactId>
-						<version>1.7.1</version>
+						<version>1.8.2</version>
 					</dependency>
 					<dependency>
 						<groupId>org.apache.ant</groupId>
 						<artifactId>ant-apache-regexp</artifactId>
-						<version>1.7.1</version>
+						<version>1.8.2</version>
 					</dependency>
 					<dependency>
 						<groupId>ant-contrib</groupId>



More information about the jbosstools-commits mailing list