From 925a7de7fc98f997653b7676c3f6c94edeb451c8 Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Fri, 30 Sep 2016 22:40:34 +0300 Subject: Bug 502962 - Activate build-individual-bundles profile automatically The only case when bulid-individual-bundles shouldn't be enables is when doing aggregator build (aka full build). For any other place to start building some module one needs this profile enabled as otherwise the build fails with resolution problems. It would also happen new comers who will be able to clone e.g. platform.ui git repo and 'mvn clean verify' will work instead of the current situation where one has to find out the magical -Pbuild-individual-bundles to make it work. Change-Id: Ifb6d990232ca3409eeb257c6092688d0e83eb91f Signed-off-by: Alexander Kurtakov --- pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 651bdc5c8..a3f47a4f2 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,6 @@ + true + -- cgit v1.2.3