[jbosstools-commits] JBoss Tools SVN: r43142 - trunk/common/tests.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Aug 21 20:40:41 EDT 2012


Author: dgolovin
Date: 2012-08-21 20:40:41 -0400 (Tue, 21 Aug 2012)
New Revision: 43142

Modified:
   trunk/common/tests/pom.xml
Log:
run test product instead or eclipse.ide 


Modified: trunk/common/tests/pom.xml
===================================================================
--- trunk/common/tests/pom.xml	2012-08-22 00:34:36 UTC (rev 43141)
+++ trunk/common/tests/pom.xml	2012-08-22 00:40:41 UTC (rev 43142)
@@ -61,5 +61,17 @@
 			</modules>
 		</profile>
 	</profiles>
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.eclipse.tycho</groupId>
+				<artifactId>tycho-surefire-plugin</artifactId>
+				<version>${tychoVersion}</version>
+				<configuration>
+					<product>org.jboss.tools.tests.product</product>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
 </project>
 



More information about the jbosstools-commits mailing list