Author: jjankovi
Date: 2012-01-09 04:44:24 -0500 (Mon, 09 Jan 2012)
New Revision: 37714
Modified:
trunk/cdi/tests/org.jboss.tools.cdi.bot.test/pom.xml
Log:
pom.xml correction
Modified: trunk/cdi/tests/org.jboss.tools.cdi.bot.test/pom.xml
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.bot.test/pom.xml 2012-01-09 08:06:39 UTC (rev
37713)
+++ trunk/cdi/tests/org.jboss.tools.cdi.bot.test/pom.xml 2012-01-09 09:44:24 UTC (rev
37714)
@@ -46,48 +46,6 @@
</dependencies>
</configuration>
</plugin>
- <plugin>
- <artifactId>maven-antrun-plugin</artifactId>
- <version>${maven.antrun.plugin.version}</version>
- <dependencies>
- <dependency>
- <groupId>ant-contrib</groupId>
- <artifactId>ant-contrib</artifactId>
- <version>1.0b3</version>
- <exclusions>
- <exclusion>
- <groupId>ant</groupId>
- <artifactId>ant</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- </dependencies>
- <executions>
- <execution>
- <id>default-swtbot-config</id>
- <phase>generate-test-resources</phase>
- <goals>
- <goal>run</goal>
- </goals>
- <configuration>
- <tasks>
- <taskdef resource="net/sf/antcontrib/antcontrib.properties" />
- <if>
- <not>
- <isset property="jboss.tools.jre.6"/>
- </not>
- <then>
- <property name="jboss.tools.jre.6" value="${java.home}"
/>
- </then>
- </if>
- <echo file="swtbot.properties"
append="false">SERVER=AS,6.0,1.6,${requirement.build.root}/jboss-6.0.0.Final
-JAVA=1.6,${jboss.tools.jre.6}
- </echo>
- </tasks>
- </configuration>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
</project>
Show replies by date