Author: nickboldt
Date: 2011-10-24 22:03:10 -0400 (Mon, 24 Oct 2011)
New Revision: 35970
Modified:
trunk/openshift/tests/org.jboss.tools.openshift.egit.test/pom.xml
Log:
make this test-plugin a plugin because it's got no tests in it to run - 'Tests
run: 0, Failures: 0, Errors: 0, Skipped: 0' (JBIDE-10013)
Modified: trunk/openshift/tests/org.jboss.tools.openshift.egit.test/pom.xml
===================================================================
--- trunk/openshift/tests/org.jboss.tools.openshift.egit.test/pom.xml 2011-10-25 01:22:51
UTC (rev 35969)
+++ trunk/openshift/tests/org.jboss.tools.openshift.egit.test/pom.xml 2011-10-25 02:03:10
UTC (rev 35970)
@@ -8,5 +8,8 @@
</parent>
<groupId>org.jboss.tools.openshift.tests</groupId>
<artifactId>org.jboss.tools.openshift.egit.test</artifactId>
- <packaging>eclipse-test-plugin</packaging>
+ <!-- TODO: if this plugin gets actual tests (rather than framework plugins on which
other tests depend)
+ then change this to packaging=eclipse-test-plugin to make Tycho RUN the tests
rather than just
+ compiling sources -->
+ <packaging>eclipse-plugin</packaging>
</project>