Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Adding modules through profiles

Forget it I got it working.

This was a user problem :(. I copied one of the module from main modules list to profile modules instead of moving it...

Sorry for that
-Seb

On Wed, Apr 20, 2016 at 9:13 AM Jeff MAURY <jeffmaury@xxxxxxxxx> wrote:

I've been using profiles with Tycho for a while without problem
But not activated by defailt

Jeff

Le 20 avr. 2016 09:08, "Sebastien Arod" <sebastien.arod@xxxxxxxxx> a écrit :
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.

I was trying to use this with tycho in order to speed up our build so I:
* moved some modules to a profile activated by default.
* run the build with the profile deactivated with the -P !myProfile argument

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?

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user

Back to the top