Author: dgolovin
Date: 2012-03-14 17:16:49 -0400 (Wed, 14 Mar 2012)
New Revision: 39517
Modified:
workspace/dgolovin/org.jboss.tools.cdi.test.launcher/pom.xml
Log:
artifact id fixed to match plugin id
Modified: workspace/dgolovin/org.jboss.tools.cdi.test.launcher/pom.xml
===================================================================
--- workspace/dgolovin/org.jboss.tools.cdi.test.launcher/pom.xml 2012-03-14 21:11:58 UTC
(rev 39516)
+++ workspace/dgolovin/org.jboss.tools.cdi.test.launcher/pom.xml 2012-03-14 21:16:49 UTC
(rev 39517)
@@ -7,7 +7,7 @@
<version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.cdi.tests</groupId>
- <artifactId>org.jboss.tools.cdi.testlauncher</artifactId>
+ <artifactId>org.jboss.tools.cdi.test.launcher</artifactId>
<packaging>eclipse-test-plugin</packaging>
<properties>
@@ -21,13 +21,6 @@
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
<product>org.jboss.tools.tests.product</product>
- <explodedBundles>
- <bundle>org.jboss.tools.cdi.core.test</bundle>
- <bundle>org.jboss.tools.cdi.seam.config.core.test</bundle>
- <bundle>org.jboss.tools.cdi.seam.core.test</bundle>
- <bundle>org.jboss.tools.cdi.seam.faces.core.test</bundle>
- <bundle>org.jboss.tools.cdi.seam.solder.core.test</bundle>
- </explodedBundles>
</configuration>
</plugin>
</plugins>
Show replies by date