Hi,
A common practice in maven is to define some 'extraneous' modules in a profile in order to easily build part of a large product.* moved some modules to a profile activated by default.
But it seems that tycho is totally ignoring this and uses all modules as if all profiles were activated.
I double checked the profile status with 'mvn help:active-profiles -P \!myProfile' and myProfile is really deactivated but tycho ignores it.
Is it a know issue? Is it somehow related to "BugÂ353889 - Defer target&dependency resolution to the normal build"?
How do you solve such usecase?