From 7d627522b200fc03b0d74359779c2ec5f9705602 Mon Sep 17 00:00:00 2001
From: birkhoff <mike.birkhoff@gmx.de>
Date: Wed, 11 Apr 2012 11:50:48 +0200
Subject: [PATCH] minor improvement of install task

---
 build.gradle | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index e2eaa382..d9ea50b7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -2,6 +2,8 @@ apply plugin: 'base'
 
 /*	--!		 Please Define the Group ID, Features, Descrptions, Labels and the Parent Id  		--!	*/
 
+// Possible solution for Lukas request: map with repository definitions for target platform
+
 groupID			=	"de.prob"
 features		=	["de.prob2.feature"]		// must be the same as the folder name
 
@@ -283,7 +285,7 @@ task install(dependsOn: [createPoms, downloadCli] , type:Exec) {
 	description = "\tExecutes a 'mvn install' of the parent pom.xml and auto-generates Tycho Poms"	
 
 	
-	commandLine 'mvn', 'install', '-f', 'de.prob.parent/pom.xml'
+	commandLine 'mvn', 'install', '-f', parentID+'/pom.xml'
 		
 }
 
-- 
GitLab