Support of Maven --projects --also-make #1017
-
Hi, when trying to partially build a project, maven provides a few advanced options like --projects (comma separated list of modules to build) and --also-make (also build modules required for the list of projects) which are very handy. Are these options supported by Tycho? It seems that --also-make in particular doesn't have any effect (the build fails during dependencies resolution). |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Tycho support this from version 2.7.0, but you need to enable the build extension: |
Beta Was this translation helpful? Give feedback.
-
Thank you @laeubi: I missed it in the release notes. Problem solved! To complete (because this explanation is elsewhere in the changelog), the required extension can be activated by adding a
|
Beta Was this translation helpful? Give feedback.
-
Ok.
And it is repeated for each bundle that is a module of the parent pom.xml. |
Beta Was this translation helpful? Give feedback.
Tycho support this from version 2.7.0, but you need to enable the build extension:
https://github.com/eclipse/tycho/blob/master/RELEASE_NOTES.md#tycho-pomless-will-become-a-tycho-core-extension
https://github.com/eclipse/tycho/blob/master/RELEASE_NOTES.md#tycho-specific-maven-graphbuilder-to-support---also-make--am-and---also-make-dependents--amd