-
Bug
-
Resolution: Done
-
Major
-
4.1.1.Beta1
-
None
4 plugins in jbosstools-integration-tests have no test classes, but are set via their pom to packaging type eclipse-test-plugin instead of eclipse-plugin.
As a result, these four plugins fail to run tests and the resulting build is red.
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.18.1:test (default-test) on project org.jboss.tools.archives.reddeer: No tests found. [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.18.1:test (default-test) on project org.jboss.tools.common.reddeer: No tests found. [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.18.1:test (default-test) on project org.jboss.tools.cdi.reddeer: No tests found. [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.18.1:test (default-test) on project org.jboss.tools.ws.reddeer: No tests found.
I propose that if these plugins are meant to be framework/API code, containing no actual JUnit tests to run, that their poms be changed as follows:
- <packaging>eclipse-test-plugin</packaging> + <packaging>eclipse-plugin</packaging>
And they be moved from
https://github.com/jbosstools/jbosstools-integration-tests/tree/master/tests/
into
https://github.com/jbosstools/jbosstools-integration-tests/tree/master/plugins/