From d84ac8f13c794becb051cad93b4ea0e8f756a7ba Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 6 Jun 2018 16:26:10 +0100 Subject: Remove Eclipse lifecycle error on plugin The kie-maven-plugin causes a lifecycle management error in Eclipse (not in normal build). A profile is added to the POM to remove this eclipse error. Change-Id: I6f5e5bec5e1e388edb083a910b9d1472af889a47 Issue-ID: POLICY-716 Signed-off-by: liamfallon --- controlloop/common/controller-beijing/pom.xml | 60 +++++++++++++++++++++++---- 1 file changed, 51 insertions(+), 9 deletions(-) (limited to 'controlloop') diff --git a/controlloop/common/controller-beijing/pom.xml b/controlloop/common/controller-beijing/pom.xml index ba9afa9b7..8efd25ced 100644 --- a/controlloop/common/controller-beijing/pom.xml +++ b/controlloop/common/controller-beijing/pom.xml @@ -158,15 +158,15 @@ com.att.research.xacml xacml-pdp 1.0.1 - - - - commons-collections - commons-collections - - + + + + commons-collections + commons-collections + + org.onap.policy.drools-pdp @@ -177,4 +177,46 @@ + + + + only-eclipse + + + m2e.version + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.kie + kie-maven-plugin + 6.5.0.Final + + build + + + + + + + + + + + + + + + -- cgit 1.2.3-korg