From: liamfallon Date: Wed, 6 Jun 2018 15:26:10 +0000 (+0100) Subject: Remove Eclipse lifecycle error on plugin X-Git-Tag: 1.3.0~57^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d84ac8f13c794becb051cad93b4ea0e8f756a7ba;p=policy%2Fdrools-applications.git 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 --- 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 + + + + + + + + + + + + + + +