[jbosstools-commits] JBoss Tools SVN: r44091 - trunk/as/tests/org.jboss.ide.eclipse.as.ui.bot.test.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Thu Sep 27 08:29:29 EDT 2012
Author: ljelinko
Date: 2012-09-27 08:29:29 -0400 (Thu, 27 Sep 2012)
New Revision: 44091
Modified:
trunk/as/tests/org.jboss.ide.eclipse.as.ui.bot.test/pom.xml
Log:
Added downloading of AS 7.0 and AS 6
Modified: trunk/as/tests/org.jboss.ide.eclipse.as.ui.bot.test/pom.xml
===================================================================
--- trunk/as/tests/org.jboss.ide.eclipse.as.ui.bot.test/pom.xml 2012-09-27 11:00:29 UTC (rev 44090)
+++ trunk/as/tests/org.jboss.ide.eclipse.as.ui.bot.test/pom.xml 2012-09-27 12:29:29 UTC (rev 44091)
@@ -212,6 +212,30 @@
<artifactId>maven-download-plugin</artifactId>
<executions>
<execution>
+ <id>install-as-6.1.0</id>
+ <phase>pre-integration-test</phase>
+ <goals>
+ <goal>wget</goal>
+ </goals>
+ <configuration>
+ <url>http://download.jboss.org/jbossas/6.1/jboss-as-distribution-6.1.0.Final.zip</url>
+ <md5>2264e4d5ba448fa07716008d1452f1e7</md5>
+ <unpack>true</unpack>
+ </configuration>
+ </execution>
+ <execution>
+ <id>install-as-7.0.2</id>
+ <phase>pre-integration-test</phase>
+ <goals>
+ <goal>wget</goal>
+ </goals>
+ <configuration>
+ <url>http://download.jboss.org/jbossas/7.0/jboss-as-7.0.2.Final/jboss-as-7.0.2.Final.zip</url>
+ <md5>774556618e73c2273fff91fa5e92c1d5</md5>
+ <unpack>true</unpack>
+ </configuration>
+ </execution>
+ <execution>
<id>install-as-7.1.1</id>
<phase>pre-integration-test</phase>
<goals>
@@ -249,30 +273,6 @@
<artifactId>maven-download-plugin</artifactId>
<executions>
<execution>
- <id>install-as-6.1.0</id>
- <phase>pre-integration-test</phase>
- <goals>
- <goal>wget</goal>
- </goals>
- <configuration>
- <url>http://download.jboss.org/jbossas/6.1/jboss-as-distribution-6.1.0.Final.zip</url>
- <md5>2264e4d5ba448fa07716008d1452f1e7</md5>
- <unpack>true</unpack>
- </configuration>
- </execution>
- <execution>
- <id>install-as-7.0.2</id>
- <phase>pre-integration-test</phase>
- <goals>
- <goal>wget</goal>
- </goals>
- <configuration>
- <url>http://download.jboss.org/jbossas/7.0/jboss-as-7.0.2.Final/jboss-as-7.0.2.Final.zip</url>
- <md5>774556618e73c2273fff91fa5e92c1d5</md5>
- <unpack>true</unpack>
- </configuration>
- </execution>
- <execution>
<id>install-eap-5</id>
<phase>pre-integration-test</phase>
<goals>
More information about the jbosstools-commits
mailing list