Author: mmalina
Date: 2012-08-07 10:41:42 -0400 (Tue, 07 Aug 2012)
New Revision: 42886
Modified:
branches/jbosstools-3.3.x/as/tests/org.jboss.ide.eclipse.as.ui.bot.test/pom.xml
Log:
Added missing config for maven-download-plugin
Modified: branches/jbosstools-3.3.x/as/tests/org.jboss.ide.eclipse.as.ui.bot.test/pom.xml
===================================================================
---
branches/jbosstools-3.3.x/as/tests/org.jboss.ide.eclipse.as.ui.bot.test/pom.xml 2012-08-07
14:34:05 UTC (rev 42885)
+++
branches/jbosstools-3.3.x/as/tests/org.jboss.ide.eclipse.as.ui.bot.test/pom.xml 2012-08-07
14:41:42 UTC (rev 42886)
@@ -13,6 +13,7 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
+ <requirementsDirectory>${project.build.directory}/requirements</requirementsDirectory>
<jbosstools.test.jboss-as-7.1.home>${requirementsDirectory}/jboss-as-7.1.1.Final</jbosstools.test.jboss-as-7.1.home>
<
jbosstools.test.jboss-as-7.1.url>http://download.jboss.org/jbossas/7.1...
<jbosstools.test.jboss-as-7.1.md5>175c92545454f4e7270821f4b8326c4e</jbosstools.test.jboss-as-7.1.md5>
@@ -50,6 +51,11 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>maven-download-plugin</artifactId>
+ <version>0.2-SNAPSHOT</version>
+ <configuration>
+ <skip>${skipRequirements}</skip>
+ <outputDirectory>${requirementsDirectory}</outputDirectory>
+ </configuration>
<executions>
<execution>
<id>install-as-7.1.1</id>