[jbosstools-commits] JBoss Tools SVN: r42082 - in trunk/seam/tests: org.jboss.tools.seam201GA.ui.test and 16 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Jun 19 10:15:21 EDT 2012


Author: mickael_istria
Date: 2012-06-19 10:15:20 -0400 (Tue, 19 Jun 2012)
New Revision: 42082

Removed:
   trunk/seam/tests/org.jboss.tools.seam201GA.core.test/requirements.properties
   trunk/seam/tests/org.jboss.tools.seam201GA.ui.test/requirements.properties
   trunk/seam/tests/org.jboss.tools.seam202SP1.core.test/requirements.properties
   trunk/seam/tests/org.jboss.tools.seam202SP1.ui.test/requirements.properties
   trunk/seam/tests/org.jboss.tools.seam203CR1.core.test/requirements.properties
   trunk/seam/tests/org.jboss.tools.seam211GA.core.test/requirements.properties
   trunk/seam/tests/org.jboss.tools.seam211GA.ui.test/requirements.properties
   trunk/seam/tests/org.jboss.tools.seam212GA.core.test/requirements.properties
   trunk/seam/tests/org.jboss.tools.seam212GA.ui.test/requirements.properties
   trunk/seam/tests/org.jboss.tools.seam220CR1.core.test/requirements.properties
   trunk/seam/tests/org.jboss.tools.seam220CR1.ui.test/requirements.properties
   trunk/seam/tests/org.jboss.tools.seam220GA.core.test/requirements.properties
   trunk/seam/tests/org.jboss.tools.seam220GA.ui.test/requirements.properties
   trunk/seam/tests/org.jboss.tools.seam221GA.core.test/requirements.properties
   trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/requirements.properties
   trunk/seam/tests/org.jboss.tools.seam230.core.test/requirements.properties
   trunk/seam/tests/org.jboss.tools.seam230.ui.test/requirements.properties
Modified:
   trunk/seam/tests/org.jboss.tools.seam201GA.core.test/pom.xml
   trunk/seam/tests/org.jboss.tools.seam201GA.ui.test/pom.xml
   trunk/seam/tests/org.jboss.tools.seam202SP1.core.test/pom.xml
   trunk/seam/tests/org.jboss.tools.seam202SP1.ui.test/pom.xml
   trunk/seam/tests/org.jboss.tools.seam203CR1.core.test/pom.xml
   trunk/seam/tests/org.jboss.tools.seam203CR1.ui.test/pom.xml
   trunk/seam/tests/org.jboss.tools.seam211GA.core.test/pom.xml
   trunk/seam/tests/org.jboss.tools.seam211GA.ui.test/pom.xml
   trunk/seam/tests/org.jboss.tools.seam212GA.core.test/pom.xml
   trunk/seam/tests/org.jboss.tools.seam212GA.ui.test/pom.xml
   trunk/seam/tests/org.jboss.tools.seam220CR1.core.test/pom.xml
   trunk/seam/tests/org.jboss.tools.seam220CR1.ui.test/pom.xml
   trunk/seam/tests/org.jboss.tools.seam220GA.core.test/pom.xml
   trunk/seam/tests/org.jboss.tools.seam220GA.ui.test/pom.xml
   trunk/seam/tests/org.jboss.tools.seam221GA.core.test/pom.xml
   trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/pom.xml
   trunk/seam/tests/org.jboss.tools.seam230.core.test/pom.xml
   trunk/seam/tests/org.jboss.tools.seam230.ui.test/pom.xml
Log:
JBIDE-11714
Use maven-download-plugin for most seam tests

Modified: trunk/seam/tests/org.jboss.tools.seam201GA.core.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam201GA.core.test/pom.xml	2012-06-19 13:41:38 UTC (rev 42081)
+++ trunk/seam/tests/org.jboss.tools.seam201GA.core.test/pom.xml	2012-06-19 14:15:20 UTC (rev 42082)
@@ -12,7 +12,7 @@
 	<packaging>eclipse-test-plugin</packaging>
 
 	<properties>
-		<systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirement.build.root}/jboss-seam-2.0.1.GA</systemProperties>
+		<systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.0.1.GA</systemProperties>
 		<coverage.filter>org.jboss.tools.seam*</coverage.filter>
 		<emma.instrument.bundles>org.jboss.tools.seam.core</emma.instrument.bundles>
 	</properties>
@@ -20,6 +20,26 @@
 	<build>
 		<plugins>
 			<plugin>
+				<groupId>com.googlecode.maven-download-plugin</groupId>
+				<artifactId>maven-download-plugin</artifactId>
+				<version>0.2-SNAPSHOT</version>
+				<executions>
+					<execution>
+						<id>install-seam</id>
+						<phase>pre-integration-test</phase>
+						<goals>
+							<goal>wget</goal>
+						</goals>
+						<configuration>
+							<url>http://repository.jboss.org/sourceforge/jboss-seam-2.0.1.GA.zip</url>
+							<unpack>true</unpack>
+							<outputDirectory>${project.build.directory}</outputDirectory>
+							<md5>0a1accf94fd37e40ab1091ee593b8b75</md5>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
 				<groupId>org.eclipse.tycho</groupId>
 				<artifactId>tycho-surefire-plugin</artifactId>
 				<configuration>

Deleted: trunk/seam/tests/org.jboss.tools.seam201GA.core.test/requirements.properties
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam201GA.core.test/requirements.properties	2012-06-19 13:41:38 UTC (rev 42081)
+++ trunk/seam/tests/org.jboss.tools.seam201GA.core.test/requirements.properties	2012-06-19 14:15:20 UTC (rev 42082)
@@ -1 +0,0 @@
-requirements=seam-2.0.1.GA
\ No newline at end of file

Modified: trunk/seam/tests/org.jboss.tools.seam201GA.ui.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam201GA.ui.test/pom.xml	2012-06-19 13:41:38 UTC (rev 42081)
+++ trunk/seam/tests/org.jboss.tools.seam201GA.ui.test/pom.xml	2012-06-19 14:15:20 UTC (rev 42082)
@@ -12,7 +12,7 @@
 	<packaging>eclipse-test-plugin</packaging>
 	
 	<properties>
-		<systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirement.build.root}/jboss-seam-2.0.1.GA</systemProperties>
+		<systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.0.1.GA</systemProperties>
 		<coverage.filter>org.jboss.tools.seam*</coverage.filter>
 		<emma.instrument.bundles>org.jboss.tools.seam.ui,org.jboss.tools.seam.core</emma.instrument.bundles>
 	</properties>
@@ -20,6 +20,26 @@
 	<build>
 		<plugins>
 			<plugin>
+				<groupId>com.googlecode.maven-download-plugin</groupId>
+				<artifactId>maven-download-plugin</artifactId>
+				<version>0.2-SNAPSHOT</version>
+				<executions>
+					<execution>
+						<id>install-seam</id>
+						<phase>pre-integration-test</phase>
+						<goals>
+							<goal>wget</goal>
+						</goals>
+						<configuration>
+							<url>http://repository.jboss.org/sourceforge/jboss-seam-2.0.1.GA.zip</url>
+							<unpack>true</unpack>
+							<outputDirectory>${project.build.directory}</outputDirectory>
+							<md5>0a1accf94fd37e40ab1091ee593b8b75</md5>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
 				<groupId>org.eclipse.tycho</groupId>
 				<artifactId>tycho-surefire-plugin</artifactId>
 				<configuration>

Deleted: trunk/seam/tests/org.jboss.tools.seam201GA.ui.test/requirements.properties
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam201GA.ui.test/requirements.properties	2012-06-19 13:41:38 UTC (rev 42081)
+++ trunk/seam/tests/org.jboss.tools.seam201GA.ui.test/requirements.properties	2012-06-19 14:15:20 UTC (rev 42082)
@@ -1 +0,0 @@
-requirements=seam-2.0.1.GA
\ No newline at end of file

Modified: trunk/seam/tests/org.jboss.tools.seam202SP1.core.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam202SP1.core.test/pom.xml	2012-06-19 13:41:38 UTC (rev 42081)
+++ trunk/seam/tests/org.jboss.tools.seam202SP1.core.test/pom.xml	2012-06-19 14:15:20 UTC (rev 42082)
@@ -12,7 +12,7 @@
 	<packaging>eclipse-test-plugin</packaging>
 
 	<properties>
-		<systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirement.build.root}/jboss-seam-2.0.2.SP1</systemProperties>
+		<systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.0.2.SP1</systemProperties>
 		<coverage.filter>org.jboss.tools.seam*</coverage.filter>
 		<emma.instrument.bundles>org.jboss.tools.seam.core</emma.instrument.bundles>
 	</properties>
@@ -20,6 +20,26 @@
 	<build>
 		<plugins>
 			<plugin>
+				<groupId>com.googlecode.maven-download-plugin</groupId>
+				<artifactId>maven-download-plugin</artifactId>
+				<version>0.2-SNAPSHOT</version>
+				<executions>
+					<execution>
+						<id>install-seam</id>
+						<phase>pre-integration-test</phase>
+						<goals>
+							<goal>wget</goal>
+						</goals>
+						<configuration>
+							<url>http://repository.jboss.org/sourceforge/jboss-seam-2.0.2.SP1.zip</url>
+							<unpack>true</unpack>
+							<outputDirectory>${project.build.directory}</outputDirectory>
+							<md5>ddbd3d0e9f566249aa9c28371ab44adf</md5>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
 				<groupId>org.eclipse.tycho</groupId>
 				<artifactId>tycho-surefire-plugin</artifactId>
 				<configuration>

Deleted: trunk/seam/tests/org.jboss.tools.seam202SP1.core.test/requirements.properties
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam202SP1.core.test/requirements.properties	2012-06-19 13:41:38 UTC (rev 42081)
+++ trunk/seam/tests/org.jboss.tools.seam202SP1.core.test/requirements.properties	2012-06-19 14:15:20 UTC (rev 42082)
@@ -1 +0,0 @@
-requirements=seam-2.0.2.SP1
\ No newline at end of file

Modified: trunk/seam/tests/org.jboss.tools.seam202SP1.ui.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam202SP1.ui.test/pom.xml	2012-06-19 13:41:38 UTC (rev 42081)
+++ trunk/seam/tests/org.jboss.tools.seam202SP1.ui.test/pom.xml	2012-06-19 14:15:20 UTC (rev 42082)
@@ -12,7 +12,7 @@
 	<packaging>eclipse-test-plugin</packaging>
 	
 	<properties>
-		<systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirement.build.root}/jboss-seam-2.0.2.SP1</systemProperties>
+		<systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.0.2.SP1</systemProperties>
 		<coverage.filter>org.jboss.tools.seam*</coverage.filter>
 		<emma.instrument.bundles>org.jboss.tools.seam.ui,org.jboss.tools.seam.core</emma.instrument.bundles>
 	</properties>
@@ -20,6 +20,26 @@
 	<build>
 		<plugins>
 			<plugin>
+				<groupId>com.googlecode.maven-download-plugin</groupId>
+				<artifactId>maven-download-plugin</artifactId>
+				<version>0.2-SNAPSHOT</version>
+				<executions>
+					<execution>
+						<id>install-seam</id>
+						<phase>pre-integration-test</phase>
+						<goals>
+							<goal>wget</goal>
+						</goals>
+						<configuration>
+							<url>http://repository.jboss.org/sourceforge/jboss-seam-2.0.2.SP1.zip</url>
+							<unpack>true</unpack>
+							<outputDirectory>${project.build.directory}</outputDirectory>
+							<md5>ddbd3d0e9f566249aa9c28371ab44adf</md5>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
 				<groupId>org.eclipse.tycho</groupId>
 				<artifactId>tycho-surefire-plugin</artifactId>
 				<configuration>

Deleted: trunk/seam/tests/org.jboss.tools.seam202SP1.ui.test/requirements.properties
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam202SP1.ui.test/requirements.properties	2012-06-19 13:41:38 UTC (rev 42081)
+++ trunk/seam/tests/org.jboss.tools.seam202SP1.ui.test/requirements.properties	2012-06-19 14:15:20 UTC (rev 42082)
@@ -1 +0,0 @@
-requirements=seam-2.0.2.SP1
\ No newline at end of file

Modified: trunk/seam/tests/org.jboss.tools.seam203CR1.core.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam203CR1.core.test/pom.xml	2012-06-19 13:41:38 UTC (rev 42081)
+++ trunk/seam/tests/org.jboss.tools.seam203CR1.core.test/pom.xml	2012-06-19 14:15:20 UTC (rev 42082)
@@ -12,7 +12,7 @@
 	<packaging>eclipse-test-plugin</packaging>
 
 	<properties>
-		<systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirement.build.root}/jboss-seam-2.0.3.CR1</systemProperties>
+		<systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.0.3.CR1</systemProperties>
 		<coverage.filter>org.jboss.tools.seam*</coverage.filter>
 		<emma.instrument.bundles>org.jboss.tools.seam.core</emma.instrument.bundles>
 	</properties>
@@ -20,6 +20,26 @@
 	<build>
 		<plugins>
 			<plugin>
+				<groupId>com.googlecode.maven-download-plugin</groupId>
+				<artifactId>maven-download-plugin</artifactId>
+				<version>0.2-SNAPSHOT</version>
+				<executions>
+					<execution>
+						<id>install-seam</id>
+						<phase>pre-integration-test</phase>
+						<goals>
+							<goal>wget</goal>
+						</goals>
+						<configuration>
+							<url>http://repository.jboss.org/sourceforge/jboss-seam-2.0.3.CR1.zip</url>
+							<unpack>true</unpack>
+							<outputDirectory>${project.build.directory}</outputDirectory>
+							<md5>b7faa04030fd54211418eb81eca24338</md5>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
 				<groupId>org.eclipse.tycho</groupId>
 				<artifactId>tycho-surefire-plugin</artifactId>
 				<configuration>

Deleted: trunk/seam/tests/org.jboss.tools.seam203CR1.core.test/requirements.properties
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam203CR1.core.test/requirements.properties	2012-06-19 13:41:38 UTC (rev 42081)
+++ trunk/seam/tests/org.jboss.tools.seam203CR1.core.test/requirements.properties	2012-06-19 14:15:20 UTC (rev 42082)
@@ -1 +0,0 @@
-requirements=seam-2.0.3.CR1
\ No newline at end of file

Modified: trunk/seam/tests/org.jboss.tools.seam203CR1.ui.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam203CR1.ui.test/pom.xml	2012-06-19 13:41:38 UTC (rev 42081)
+++ trunk/seam/tests/org.jboss.tools.seam203CR1.ui.test/pom.xml	2012-06-19 14:15:20 UTC (rev 42082)
@@ -12,7 +12,7 @@
 	<packaging>eclipse-test-plugin</packaging>
 	
 	<properties>
-		<systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirement.build.root}/jboss-seam-2.0.3.CR1</systemProperties>
+		<systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.0.3.CR1</systemProperties>
 		<coverage.filter>org.jboss.tools.seam*</coverage.filter>
 		<emma.instrument.bundles>org.jboss.tools.seam.ui,org.jboss.tools.seam.core</emma.instrument.bundles>
 	</properties>
@@ -20,6 +20,26 @@
 	<build>
 		<plugins>
 			<plugin>
+				<groupId>com.googlecode.maven-download-plugin</groupId>
+				<artifactId>maven-download-plugin</artifactId>
+				<version>0.2-SNAPSHOT</version>
+				<executions>
+					<execution>
+						<id>install-seam</id>
+						<phase>pre-integration-test</phase>
+						<goals>
+							<goal>wget</goal>
+						</goals>
+						<configuration>
+							<url>http://repository.jboss.org/sourceforge/jboss-seam-2.0.3.CR1.zip</url>
+							<unpack>true</unpack>
+							<outputDirectory>${project.build.directory}</outputDirectory>
+							<md5>b7faa04030fd54211418eb81eca24338</md5>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
 				<groupId>org.eclipse.tycho</groupId>
 				<artifactId>tycho-surefire-plugin</artifactId>
 				<configuration>

Modified: trunk/seam/tests/org.jboss.tools.seam211GA.core.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam211GA.core.test/pom.xml	2012-06-19 13:41:38 UTC (rev 42081)
+++ trunk/seam/tests/org.jboss.tools.seam211GA.core.test/pom.xml	2012-06-19 14:15:20 UTC (rev 42082)
@@ -12,7 +12,7 @@
 	<packaging>eclipse-test-plugin</packaging>
 
 	<properties>
-		<systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirement.build.root}/jboss-seam-2.1.1.GA</systemProperties>
+		<systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.1.1.GA</systemProperties>
 		<coverage.filter>org.jboss.tools.seam*</coverage.filter>
 		<emma.instrument.bundles>org.jboss.tools.seam.core</emma.instrument.bundles>
 	</properties>
@@ -20,6 +20,26 @@
 	<build>
 		<plugins>
 			<plugin>
+				<groupId>com.googlecode.maven-download-plugin</groupId>
+				<artifactId>maven-download-plugin</artifactId>
+				<version>0.2-SNAPSHOT</version>
+				<executions>
+					<execution>
+						<id>install-seam</id>
+						<phase>pre-integration-test</phase>
+						<goals>
+							<goal>wget</goal>
+						</goals>
+						<configuration>
+							<url>http://repository.jboss.org/sourceforge/jboss-seam-2.1.1.GA.zip</url>
+							<unpack>true</unpack>
+							<outputDirectory>${project.build.directory}</outputDirectory>
+							<md5>e0c30e4f129a699ff4106eb84cc1220e</md5>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
 				<groupId>org.eclipse.tycho</groupId>
 				<artifactId>tycho-surefire-plugin</artifactId>
 				<configuration>

Deleted: trunk/seam/tests/org.jboss.tools.seam211GA.core.test/requirements.properties
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam211GA.core.test/requirements.properties	2012-06-19 13:41:38 UTC (rev 42081)
+++ trunk/seam/tests/org.jboss.tools.seam211GA.core.test/requirements.properties	2012-06-19 14:15:20 UTC (rev 42082)
@@ -1 +0,0 @@
-requirements=seam-2.1.1.GA
\ No newline at end of file

Modified: trunk/seam/tests/org.jboss.tools.seam211GA.ui.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam211GA.ui.test/pom.xml	2012-06-19 13:41:38 UTC (rev 42081)
+++ trunk/seam/tests/org.jboss.tools.seam211GA.ui.test/pom.xml	2012-06-19 14:15:20 UTC (rev 42082)
@@ -12,7 +12,7 @@
 	<packaging>eclipse-test-plugin</packaging>
 	
 	<properties>
-		<systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirement.build.root}/jboss-seam-2.1.1.GA</systemProperties>
+		<systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.1.1.GA</systemProperties>
 		<coverage.filter>org.jboss.tools.seam*</coverage.filter>
 		<emma.instrument.bundles>org.jboss.tools.seam.ui,org.jboss.tools.seam.core</emma.instrument.bundles>
 	</properties>
@@ -20,6 +20,26 @@
 	<build>
 		<plugins>
 			<plugin>
+				<groupId>com.googlecode.maven-download-plugin</groupId>
+				<artifactId>maven-download-plugin</artifactId>
+				<version>0.2-SNAPSHOT</version>
+				<executions>
+					<execution>
+						<id>install-seam</id>
+						<phase>pre-integration-test</phase>
+						<goals>
+							<goal>wget</goal>
+						</goals>
+						<configuration>
+							<url>http://repository.jboss.org/sourceforge/jboss-seam-2.1.1.GA.zip</url>
+							<unpack>true</unpack>
+							<outputDirectory>${project.build.directory}</outputDirectory>
+							<md5>e0c30e4f129a699ff4106eb84cc1220e</md5>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
 				<groupId>org.eclipse.tycho</groupId>
 				<artifactId>tycho-surefire-plugin</artifactId>
 				<configuration>

Deleted: trunk/seam/tests/org.jboss.tools.seam211GA.ui.test/requirements.properties
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam211GA.ui.test/requirements.properties	2012-06-19 13:41:38 UTC (rev 42081)
+++ trunk/seam/tests/org.jboss.tools.seam211GA.ui.test/requirements.properties	2012-06-19 14:15:20 UTC (rev 42082)
@@ -1 +0,0 @@
-requirements=seam-2.1.1.GA
\ No newline at end of file

Modified: trunk/seam/tests/org.jboss.tools.seam212GA.core.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam212GA.core.test/pom.xml	2012-06-19 13:41:38 UTC (rev 42081)
+++ trunk/seam/tests/org.jboss.tools.seam212GA.core.test/pom.xml	2012-06-19 14:15:20 UTC (rev 42082)
@@ -12,7 +12,7 @@
 	<packaging>eclipse-test-plugin</packaging>
 
 	<properties>
-		<systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirement.build.root}/jboss-seam-2.1.2</systemProperties>
+		<systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.1.2</systemProperties>
 		<coverage.filter>org.jboss.tools.seam*</coverage.filter>
 		<emma.instrument.bundles>org.jboss.tools.seam.core</emma.instrument.bundles>
 	</properties>
@@ -20,6 +20,26 @@
 	<build>
 		<plugins>
 			<plugin>
+				<groupId>com.googlecode.maven-download-plugin</groupId>
+				<artifactId>maven-download-plugin</artifactId>
+				<version>0.2-SNAPSHOT</version>
+				<executions>
+					<execution>
+						<id>install-seam</id>
+						<phase>pre-integration-test</phase>
+						<goals>
+							<goal>wget</goal>
+						</goals>
+						<configuration>
+							<url>http://repository.jboss.org/sourceforge/jboss-seam-2.1.2.zip</url>
+							<unpack>true</unpack>
+							<outputDirectory>${project.build.directory}</outputDirectory>
+							<md5>9c95a9160b2f52776aa414aad2c05e7a</md5>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
 				<groupId>org.eclipse.tycho</groupId>
 				<artifactId>tycho-surefire-plugin</artifactId>
 				<configuration>

Deleted: trunk/seam/tests/org.jboss.tools.seam212GA.core.test/requirements.properties
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam212GA.core.test/requirements.properties	2012-06-19 13:41:38 UTC (rev 42081)
+++ trunk/seam/tests/org.jboss.tools.seam212GA.core.test/requirements.properties	2012-06-19 14:15:20 UTC (rev 42082)
@@ -1 +0,0 @@
-requirements=seam-2.1.2.GA
\ No newline at end of file

Modified: trunk/seam/tests/org.jboss.tools.seam212GA.ui.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam212GA.ui.test/pom.xml	2012-06-19 13:41:38 UTC (rev 42081)
+++ trunk/seam/tests/org.jboss.tools.seam212GA.ui.test/pom.xml	2012-06-19 14:15:20 UTC (rev 42082)
@@ -12,7 +12,7 @@
 	<packaging>eclipse-test-plugin</packaging>
 	
 	<properties>
-		<systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirement.build.root}/jboss-seam-2.1.2</systemProperties>
+		<systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.1.2</systemProperties>
 		<coverage.filter>org.jboss.tools.seam*</coverage.filter>
 		<emma.instrument.bundles>org.jboss.tools.seam.ui,org.jboss.tools.seam.core</emma.instrument.bundles>
 	</properties>
@@ -20,6 +20,26 @@
 	<build>
 		<plugins>
 			<plugin>
+				<groupId>com.googlecode.maven-download-plugin</groupId>
+				<artifactId>maven-download-plugin</artifactId>
+				<version>0.2-SNAPSHOT</version>
+				<executions>
+					<execution>
+						<id>install-seam</id>
+						<phase>pre-integration-test</phase>
+						<goals>
+							<goal>wget</goal>
+						</goals>
+						<configuration>
+							<url>http://repository.jboss.org/sourceforge/jboss-seam-2.1.2.zip</url>
+							<unpack>true</unpack>
+							<outputDirectory>${project.build.directory}</outputDirectory>
+							<md5>9c95a9160b2f52776aa414aad2c05e7a</md5>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
 				<groupId>org.eclipse.tycho</groupId>
 				<artifactId>tycho-surefire-plugin</artifactId>
 				<configuration>

Deleted: trunk/seam/tests/org.jboss.tools.seam212GA.ui.test/requirements.properties
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam212GA.ui.test/requirements.properties	2012-06-19 13:41:38 UTC (rev 42081)
+++ trunk/seam/tests/org.jboss.tools.seam212GA.ui.test/requirements.properties	2012-06-19 14:15:20 UTC (rev 42082)
@@ -1 +0,0 @@
-requirements=seam-2.1.2.GA
\ No newline at end of file

Modified: trunk/seam/tests/org.jboss.tools.seam220CR1.core.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam220CR1.core.test/pom.xml	2012-06-19 13:41:38 UTC (rev 42081)
+++ trunk/seam/tests/org.jboss.tools.seam220CR1.core.test/pom.xml	2012-06-19 14:15:20 UTC (rev 42082)
@@ -12,7 +12,7 @@
 	<packaging>eclipse-test-plugin</packaging>
 
 	<properties>
-		<systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirement.build.root}/jboss-seam-2.2.0.CR1</systemProperties>
+		<systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.2.0.CR1</systemProperties>
 		<coverage.filter>org.jboss.tools.seam*</coverage.filter>
 		<emma.instrument.bundles>org.jboss.tools.seam.core</emma.instrument.bundles>
 	</properties>
@@ -20,6 +20,26 @@
 	<build>
 		<plugins>
 			<plugin>
+				<groupId>com.googlecode.maven-download-plugin</groupId>
+				<artifactId>maven-download-plugin</artifactId>
+				<version>0.2-SNAPSHOT</version>
+				<executions>
+					<execution>
+						<id>install-seam</id>
+						<phase>pre-integration-test</phase>
+						<goals>
+							<goal>wget</goal>
+						</goals>
+						<configuration>
+							<url>http://repository.jboss.org/sourceforge/jboss-seam-2.2.0.CR1.zip</url>
+							<unpack>true</unpack>
+							<outputDirectory>${project.build.directory}</outputDirectory>
+							<md5>b6c95b7e97e73e149031434b34c482d7</md5>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
 				<groupId>org.eclipse.tycho</groupId>
 				<artifactId>tycho-surefire-plugin</artifactId>
 				<configuration>

Deleted: trunk/seam/tests/org.jboss.tools.seam220CR1.core.test/requirements.properties
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam220CR1.core.test/requirements.properties	2012-06-19 13:41:38 UTC (rev 42081)
+++ trunk/seam/tests/org.jboss.tools.seam220CR1.core.test/requirements.properties	2012-06-19 14:15:20 UTC (rev 42082)
@@ -1 +0,0 @@
-requirements=seam-2.2.0.CR1
\ No newline at end of file

Modified: trunk/seam/tests/org.jboss.tools.seam220CR1.ui.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam220CR1.ui.test/pom.xml	2012-06-19 13:41:38 UTC (rev 42081)
+++ trunk/seam/tests/org.jboss.tools.seam220CR1.ui.test/pom.xml	2012-06-19 14:15:20 UTC (rev 42082)
@@ -12,7 +12,7 @@
 	<packaging>eclipse-test-plugin</packaging>
 	
 	<properties>
-		<systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirement.build.root}/jboss-seam-2.2.0.CR1</systemProperties>
+		<systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.2.0.CR1</systemProperties>
 		<coverage.filter>org.jboss.tools.seam*</coverage.filter>
 		<emma.instrument.bundles>org.jboss.tools.seam.ui,org.jboss.tools.seam.core</emma.instrument.bundles>
 	</properties>
@@ -20,6 +20,27 @@
 	<build>
 		<plugins>
 			<plugin>
+				<groupId>com.googlecode.maven-download-plugin</groupId>
+				<artifactId>maven-download-plugin</artifactId>
+				<version>0.2-SNAPSHOT</version>
+				<executions>
+					<execution>
+						<id>install-seam</id>
+						<phase>pre-integration-test</phase>
+						<goals>
+							<goal>wget</goal>
+						</goals>
+						<configuration>
+							<url>http://repository.jboss.org/sourceforge/jboss-seam-2.2.0.CR1.zip</url>
+							<unpack>true</unpack>
+							<outputDirectory>${project.build.directory}</outputDirectory>
+							<md5>b6c95b7e97e73e149031434b34c482d7</md5>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+		
+			<plugin>
 				<groupId>org.eclipse.tycho</groupId>
 				<artifactId>tycho-surefire-plugin</artifactId>
 				<configuration>

Deleted: trunk/seam/tests/org.jboss.tools.seam220CR1.ui.test/requirements.properties
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam220CR1.ui.test/requirements.properties	2012-06-19 13:41:38 UTC (rev 42081)
+++ trunk/seam/tests/org.jboss.tools.seam220CR1.ui.test/requirements.properties	2012-06-19 14:15:20 UTC (rev 42082)
@@ -1 +0,0 @@
-requirements=seam-2.2.0.CR1
\ No newline at end of file

Modified: trunk/seam/tests/org.jboss.tools.seam220GA.core.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam220GA.core.test/pom.xml	2012-06-19 13:41:38 UTC (rev 42081)
+++ trunk/seam/tests/org.jboss.tools.seam220GA.core.test/pom.xml	2012-06-19 14:15:20 UTC (rev 42082)
@@ -12,7 +12,7 @@
 	<packaging>eclipse-test-plugin</packaging>
 
 	<properties>
-		<systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirement.build.root}/jboss-seam-2.2.0.GA</systemProperties>
+		<systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.2.0.GA</systemProperties>
 		<coverage.filter>org.jboss.tools.seam*</coverage.filter>
 		<emma.instrument.bundles>org.jboss.tools.seam.core</emma.instrument.bundles>
 	</properties>
@@ -20,6 +20,26 @@
 	<build>
 		<plugins>
 			<plugin>
+				<groupId>com.googlecode.maven-download-plugin</groupId>
+				<artifactId>maven-download-plugin</artifactId>
+				<version>0.2-SNAPSHOT</version>
+				<executions>
+					<execution>
+						<id>install-seam</id>
+						<phase>pre-integration-test</phase>
+						<goals>
+							<goal>wget</goal>
+						</goals>
+						<configuration>
+							<url>http://repository.jboss.org/sourceforge/jboss-seam-2.2.0.GA.zip</url>
+							<unpack>true</unpack>
+							<outputDirectory>${project.build.directory}</outputDirectory>
+							<md5>febaf032f989240fe3828a8f0f7fe98a</md5>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
 				<groupId>org.eclipse.tycho</groupId>
 				<artifactId>tycho-surefire-plugin</artifactId>
 				<configuration>

Deleted: trunk/seam/tests/org.jboss.tools.seam220GA.core.test/requirements.properties
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam220GA.core.test/requirements.properties	2012-06-19 13:41:38 UTC (rev 42081)
+++ trunk/seam/tests/org.jboss.tools.seam220GA.core.test/requirements.properties	2012-06-19 14:15:20 UTC (rev 42082)
@@ -1 +0,0 @@
-requirements=seam-2.2.0.GA
\ No newline at end of file

Modified: trunk/seam/tests/org.jboss.tools.seam220GA.ui.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam220GA.ui.test/pom.xml	2012-06-19 13:41:38 UTC (rev 42081)
+++ trunk/seam/tests/org.jboss.tools.seam220GA.ui.test/pom.xml	2012-06-19 14:15:20 UTC (rev 42082)
@@ -12,7 +12,7 @@
 	<packaging>eclipse-test-plugin</packaging>
 	
 	<properties>
-		<systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirement.build.root}/jboss-seam-2.2.0.GA</systemProperties>
+		<systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.2.0.GA</systemProperties>
 		<coverage.filter>org.jboss.tools.seam*</coverage.filter>
 		<emma.instrument.bundles>org.jboss.tools.seam.ui,org.jboss.tools.seam.core</emma.instrument.bundles>
 	</properties>
@@ -20,6 +20,26 @@
 	<build>
 		<plugins>
 			<plugin>
+				<groupId>com.googlecode.maven-download-plugin</groupId>
+				<artifactId>maven-download-plugin</artifactId>
+				<version>0.2-SNAPSHOT</version>
+				<executions>
+					<execution>
+						<id>install-seam</id>
+						<phase>pre-integration-test</phase>
+						<goals>
+							<goal>wget</goal>
+						</goals>
+						<configuration>
+							<url>http://repository.jboss.org/sourceforge/jboss-seam-2.2.0.GA.zip</url>
+							<unpack>true</unpack>
+							<outputDirectory>${project.build.directory}</outputDirectory>
+							<md5>febaf032f989240fe3828a8f0f7fe98a</md5>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
 				<groupId>org.eclipse.tycho</groupId>
 				<artifactId>tycho-surefire-plugin</artifactId>
 				<configuration>

Deleted: trunk/seam/tests/org.jboss.tools.seam220GA.ui.test/requirements.properties
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam220GA.ui.test/requirements.properties	2012-06-19 13:41:38 UTC (rev 42081)
+++ trunk/seam/tests/org.jboss.tools.seam220GA.ui.test/requirements.properties	2012-06-19 14:15:20 UTC (rev 42082)
@@ -1 +0,0 @@
-requirements=seam-2.2.0.GA
\ No newline at end of file

Modified: trunk/seam/tests/org.jboss.tools.seam221GA.core.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam221GA.core.test/pom.xml	2012-06-19 13:41:38 UTC (rev 42081)
+++ trunk/seam/tests/org.jboss.tools.seam221GA.core.test/pom.xml	2012-06-19 14:15:20 UTC (rev 42082)
@@ -12,7 +12,7 @@
 	<packaging>eclipse-test-plugin</packaging>
 
 	<properties>
-		<systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirement.build.root}/jboss-seam-2.2.1.Final</systemProperties>
+		<systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.2.1.Final</systemProperties>
 		<coverage.filter>org.jboss.tools.seam*</coverage.filter>
 		<emma.instrument.bundles>org.jboss.tools.seam.core</emma.instrument.bundles>
 	</properties>
@@ -20,6 +20,26 @@
 	<build>
 		<plugins>
 			<plugin>
+				<groupId>com.googlecode.maven-download-plugin</groupId>
+				<artifactId>maven-download-plugin</artifactId>
+				<version>0.2-SNAPSHOT</version>
+				<executions>
+					<execution>
+						<id>install-seam</id>
+						<phase>pre-integration-test</phase>
+						<goals>
+							<goal>wget</goal>
+						</goals>
+						<configuration>
+							<url>http://downloads.sourceforge.net/project/jboss/JBoss%20Seam/2.2.1.Final/jboss-seam-2.2.1.Final.zip</url>
+							<unpack>true</unpack>
+							<outputDirectory>${project.build.directory}</outputDirectory>
+							<md5>b490d794e805aef78cb9fee510073850</md5>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
 				<groupId>org.eclipse.tycho</groupId>
 				<artifactId>tycho-surefire-plugin</artifactId>
 				<configuration>

Deleted: trunk/seam/tests/org.jboss.tools.seam221GA.core.test/requirements.properties
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam221GA.core.test/requirements.properties	2012-06-19 13:41:38 UTC (rev 42081)
+++ trunk/seam/tests/org.jboss.tools.seam221GA.core.test/requirements.properties	2012-06-19 14:15:20 UTC (rev 42082)
@@ -1 +0,0 @@
-requirements=seam-2.2.1.Final
\ No newline at end of file

Modified: trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/pom.xml	2012-06-19 13:41:38 UTC (rev 42081)
+++ trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/pom.xml	2012-06-19 14:15:20 UTC (rev 42082)
@@ -12,7 +12,7 @@
 	<packaging>eclipse-test-plugin</packaging>
 	
 	<properties>
-		<systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirement.build.root}/jboss-seam-2.2.1.Final</systemProperties>
+		<systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.2.1.Final</systemProperties>
 		<coverage.filter>org.jboss.tools.seam*</coverage.filter>
 		<emma.instrument.bundles>org.jboss.tools.seam.ui,org.jboss.tools.seam.core</emma.instrument.bundles>
 	</properties>
@@ -20,6 +20,26 @@
 	<build>
 		<plugins>
 			<plugin>
+				<groupId>com.googlecode.maven-download-plugin</groupId>
+				<artifactId>maven-download-plugin</artifactId>
+				<version>0.2-SNAPSHOT</version>
+				<executions>
+					<execution>
+						<id>install-seam</id>
+						<phase>pre-integration-test</phase>
+						<goals>
+							<goal>wget</goal>
+						</goals>
+						<configuration>
+							<url>http://downloads.sourceforge.net/project/jboss/JBoss%20Seam/2.2.1.Final/jboss-seam-2.2.1.Final.zip</url>
+							<unpack>true</unpack>
+							<outputDirectory>${project.build.directory}</outputDirectory>
+							<md5>b490d794e805aef78cb9fee510073850</md5>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
 				<groupId>org.eclipse.tycho</groupId>
 				<artifactId>tycho-surefire-plugin</artifactId>
 				<configuration>

Deleted: trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/requirements.properties
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/requirements.properties	2012-06-19 13:41:38 UTC (rev 42081)
+++ trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/requirements.properties	2012-06-19 14:15:20 UTC (rev 42082)
@@ -1 +0,0 @@
-requirements=seam-2.2.1.Final
\ No newline at end of file

Modified: trunk/seam/tests/org.jboss.tools.seam230.core.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam230.core.test/pom.xml	2012-06-19 13:41:38 UTC (rev 42081)
+++ trunk/seam/tests/org.jboss.tools.seam230.core.test/pom.xml	2012-06-19 14:15:20 UTC (rev 42082)
@@ -12,7 +12,7 @@
 	<packaging>eclipse-test-plugin</packaging>
 
 	<properties>
-		<systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirement.build.root}/jboss-seam-2.3.0</systemProperties>
+		<systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.3.0</systemProperties>
 		<coverage.filter>org.jboss.tools.seam*</coverage.filter>
 		<emma.instrument.bundles>org.jboss.tools.seam.core</emma.instrument.bundles>
 	</properties>
@@ -20,6 +20,26 @@
 	<build>
 		<plugins>
 			<plugin>
+				<groupId>com.googlecode.maven-download-plugin</groupId>
+				<artifactId>maven-download-plugin</artifactId>
+				<version>0.2-SNAPSHOT</version>
+				<executions>
+					<execution>
+						<id>install-seam</id>
+						<phase>pre-integration-test</phase>
+						<goals>
+							<goal>wget</goal>
+						</goals>
+						<configuration>
+							<url>http://sourceforge.net/projects/jboss/files/JBoss%20Seam/2.3.0.ALPHA/jboss-seam-2.3.0.ALPHA-distribution.zip</url>
+							<unpack>true</unpack>
+							<outputDirectory>${project.build.directory}/jboss-seam-2.3.0</outputDirectory>
+							<md5>07b19de75bcb86b5f4cff3a15d7e2158</md5>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
 				<groupId>org.eclipse.tycho</groupId>
 				<artifactId>tycho-surefire-plugin</artifactId>
 				<configuration>

Deleted: trunk/seam/tests/org.jboss.tools.seam230.core.test/requirements.properties
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam230.core.test/requirements.properties	2012-06-19 13:41:38 UTC (rev 42081)
+++ trunk/seam/tests/org.jboss.tools.seam230.core.test/requirements.properties	2012-06-19 14:15:20 UTC (rev 42082)
@@ -1 +0,0 @@
-requirements=seam-2.3.0
\ No newline at end of file

Modified: trunk/seam/tests/org.jboss.tools.seam230.ui.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam230.ui.test/pom.xml	2012-06-19 13:41:38 UTC (rev 42081)
+++ trunk/seam/tests/org.jboss.tools.seam230.ui.test/pom.xml	2012-06-19 14:15:20 UTC (rev 42082)
@@ -12,7 +12,7 @@
 	<packaging>eclipse-test-plugin</packaging>
 	
 	<properties>
-		<systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirement.build.root}/jboss-seam-2.3.0</systemProperties>
+		<systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.3.0</systemProperties>
 		<coverage.filter>org.jboss.tools.seam*</coverage.filter>
 		<emma.instrument.bundles>org.jboss.tools.seam.ui,org.jboss.tools.seam.core</emma.instrument.bundles>
 	</properties>
@@ -20,6 +20,26 @@
 	<build>
 		<plugins>
 			<plugin>
+				<groupId>com.googlecode.maven-download-plugin</groupId>
+				<artifactId>maven-download-plugin</artifactId>
+				<version>0.2-SNAPSHOT</version>
+				<executions>
+					<execution>
+						<id>install-seam</id>
+						<phase>pre-integration-test</phase>
+						<goals>
+							<goal>wget</goal>
+						</goals>
+						<configuration>
+							<url>http://sourceforge.net/projects/jboss/files/JBoss%20Seam/2.3.0.ALPHA/jboss-seam-2.3.0.ALPHA-distribution.zip</url>
+							<unpack>true</unpack>
+							<outputDirectory>${project.build.directory}/jboss-seam-2.3.0</outputDirectory>
+							<md5>07b19de75bcb86b5f4cff3a15d7e2158</md5>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
 				<groupId>org.eclipse.tycho</groupId>
 				<artifactId>tycho-surefire-plugin</artifactId>
 				<configuration>

Deleted: trunk/seam/tests/org.jboss.tools.seam230.ui.test/requirements.properties
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam230.ui.test/requirements.properties	2012-06-19 13:41:38 UTC (rev 42081)
+++ trunk/seam/tests/org.jboss.tools.seam230.ui.test/requirements.properties	2012-06-19 14:15:20 UTC (rev 42082)
@@ -1 +0,0 @@
-requirements=seam-2.3.0
\ No newline at end of file



More information about the jbosstools-commits mailing list