Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] Should "build-individual-bundles" be enabled by default?

+1

In my own use case I almost always build with -Pbuild-individual-bundles enabled and rarely need it disabled. So I think from this perspective having it active by default makes more sense.


Thanh

On 16/12/13 04:34 AM, Mickael Istria wrote:
Hi all,

It seems to me that since Tycho is mainly aimed at making it easier for contributors to build and test stuff locally, it makes sense that the default maven execution "mvn clean verify" does exactly what contributors need.
In such case, I'd like to suggest that the "build-individual-bundles" profile should be activeByDefault. Indeed, when working on a single bundle or single component, just like contributors do, this profile is mandatory to resolve dependencies to other Platform components.
If this get activeByDefault, it can be easily disabled in "Build All" cases, by using command-line "mvn clean verify -P!build-individual-bundles" which will skip the eclipse.p2.repo repository definition and will try to resolve Platform dependencies from inside the reactor.

What do you think?
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets


_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev


Back to the top