Replies: 3 comments 5 replies
-
Recently support was added for running tests as part of an eclipse-plugin artifact. It looks as though this supports non-plugin tests with the maven-surefire-plugin in addition to plugin tests (at the integration-test phase) but I haven't tried it personally yet. |
Beta Was this translation helpful? Give feedback.
-
Thanks @joeshannon and @laeubi Trying to build tycho-its results in an error for me. Opened #246 for that. |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Having source and tests in the same artifact seems standard in Maven and Gradle projects and it would be nice to be able the same structure with Eclipse plug-ins.
I found an old discussion from 2014 about having the tests and the source in the same project here: https://www.eclipse.org/lists/tycho-user/msg05265.html Has anything changed in the meantime?
We have a case in which we only have one project to build (and its tests). Would feel simpler to have everything in one artifact instead of setting up a multi project build.
Beta Was this translation helpful? Give feedback.
All reactions