Resolving nested Target reference fails in partial reactor build #1209
-
Hello,
In development tests (tycho surefire We have several test bundles with one parent which contains the setup described above in two profiles + all the test bundles and target files (each bundled individually as maven Now when we run all the tests via the parent pom everything works great for both devel and product modes.
I'm running tycho 2.7.4 I'm not sure if this is working as intended or it is a bug, any advice much appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments
-
to use |
Beta Was this translation helpful? Give feedback.
-
I should have said that all the artifacts have proper pom.xml so I'm not using pomless feature at all |
Beta Was this translation helpful? Give feedback.
-
As the realse note suggest, we do not differentiate here anymore, there is only a |
Beta Was this translation helpful? Give feedback.
-
Hm I tried adding it but it made no difference. Maybe I misunderstood how it should be done - the project looks something like this
|
Beta Was this translation helpful? Give feedback.
-
You need to put it in the "root" and call e.g. |
Beta Was this translation helpful? Give feedback.
-
Turns out the I though it should be possible to use exact strings as printed by As for why the resolution of Thanks for the quick help! |
Beta Was this translation helpful? Give feedback.
-
If you want to use artifact ids, you need to use |
Beta Was this translation helpful? Give feedback.
You need to put it in the "root" and call e.g.
mvn -pl tests/testsA -am