[jbosstools-commits] JBoss Tools SVN: r41029 - trunk/central/tests/org.jboss.tools.central.test.ui.bot.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue May 15 10:37:32 EDT 2012


Author: mickael_istria
Date: 2012-05-15 10:37:31 -0400 (Tue, 15 May 2012)
New Revision: 41029

Removed:
   trunk/central/tests/org.jboss.tools.central.test.ui.bot/requirements.properties
Modified:
   trunk/central/tests/org.jboss.tools.central.test.ui.bot/pom.xml
Log:
JBIDE-11714 Central



Modified: trunk/central/tests/org.jboss.tools.central.test.ui.bot/pom.xml
===================================================================
--- trunk/central/tests/org.jboss.tools.central.test.ui.bot/pom.xml	2012-05-15 13:52:06 UTC (rev 41028)
+++ trunk/central/tests/org.jboss.tools.central.test.ui.bot/pom.xml	2012-05-15 14:37:31 UTC (rev 41029)
@@ -14,7 +14,7 @@
 	<packaging>eclipse-test-plugin</packaging>
 	<properties>
 		<additionalSystemProperties></additionalSystemProperties>
-		<jbosstools.test.jbossas.home>${requirement.build.root}/jboss-as-7.1.1.Final</jbosstools.test.jbossas.home>
+		<jbosstools.test.jbossas.home>${project.build.directory}/requirements/jboss-as-7.1.1.Final</jbosstools.test.jbossas.home>
 		<!-- for debugging ucomment and comment next line <systemProperties>-Xdebug -Xrunjdwp:transport=dt_socket,address=8001,server=y,suspend=y -Djbosstools.test.jbossas.home=${jbosstools.test.jbossas.home}  -Dswtbot.test.properties.file=${swtbot.properties}</systemProperties> -->
 		<systemProperties>${additionalSystemProperties} -Djbosstools.test.jbossas.home=${jbosstools.test.jbossas.home} -Dswtbot.test.properties.file=${swtbot.properties}</systemProperties>
 	</properties>
@@ -31,6 +31,31 @@
 	<build>
 		<plugins>
 			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-dependency-plugin</artifactId>
+				<version>2.4</version>
+				<executions>
+					<execution>
+						<id>unpack</id>
+						<phase>pre-integration-test</phase>
+						<goals>
+							<goal>unpack</goal>
+						</goals>
+						<configuration>
+							<artifactItems>
+								<artifactItem>
+									<groupId>org.jboss.as</groupId>
+									<artifactId>jboss-as-dist</artifactId>
+									<version>7.1.1.Final</version>
+									<type>zip</type>
+								</artifactItem>
+							</artifactItems>
+							<outputDirectory>${project.build.directory}/requirements</outputDirectory>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
 				<groupId>org.eclipse.tycho</groupId>
 				<artifactId>tycho-surefire-plugin</artifactId>
 				<configuration>

Deleted: trunk/central/tests/org.jboss.tools.central.test.ui.bot/requirements.properties
===================================================================
--- trunk/central/tests/org.jboss.tools.central.test.ui.bot/requirements.properties	2012-05-15 13:52:06 UTC (rev 41028)
+++ trunk/central/tests/org.jboss.tools.central.test.ui.bot/requirements.properties	2012-05-15 14:37:31 UTC (rev 41029)
@@ -1 +0,0 @@
-requirements=jbossas-7.1.1.Final
\ No newline at end of file



More information about the jbosstools-commits mailing list