Follow up Question to partially building with --am in mixed-rteactor setup #5153
-
Hi, follow-up question to #1017 Could it be that this does not work in mixed-reactor setup's? So i have a eclipse-plugin module which references another reactor module in the MANIFEST.MF which generates a MANFEST.MF with the maven-bundle-plugin. When i try to build that with
in the subdirectory of the eclipse-plugin maven module it cannot find the references module. The build stops with something like
I have referenced the Remote Module in the eclipse-plugin module's pom.xml via it's maven coordinates. In the full build that works as expected. Thanks for any hints on this. Bye Peter |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
without a |
Beta Was this translation helpful? Give feedback.
If you don't do it there option like
-am
an-pl
will not work reliable unless you specify every dependency in the pom. This is because maven needs to call Tycho before even the pom file is known.I'm not sure this work as I never tried that, but maybe maven is smart enough. Does it work for plain maven projects?
By the way here is an integration test that shows the current working behavior: