[jbosstools-commits] JBoss Tools SVN: r22574 - trunk/portlet/tests/org.jboss.tools.portlet.core.test.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Jun 4 18:26:54 EDT 2010


Author: dgolovin
Date: 2010-06-04 18:26:53 -0400 (Fri, 04 Jun 2010)
New Revision: 22574

Modified:
   trunk/portlet/tests/org.jboss.tools.portlet.core.test/pom.xml
Log:
https://jira.jboss.org/browse/JBDS-1202 problems running tests
fix for portlet test errors.





Modified: trunk/portlet/tests/org.jboss.tools.portlet.core.test/pom.xml
===================================================================
--- trunk/portlet/tests/org.jboss.tools.portlet.core.test/pom.xml	2010-06-04 22:19:25 UTC (rev 22573)
+++ trunk/portlet/tests/org.jboss.tools.portlet.core.test/pom.xml	2010-06-04 22:26:53 UTC (rev 22574)
@@ -11,4 +11,15 @@
 	<artifactId>org.jboss.tools.portlet.core.test</artifactId> 
 	<version>1.1.0-SNAPSHOT</version>
 	<packaging>eclipse-test-plugin</packaging>
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.sonatype.tycho</groupId>
+				<artifactId>maven-osgi-test-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
 </project>



More information about the jbosstools-commits mailing list