From e938284cec3b06a7f6587b7439eb378b69c3adf1 Mon Sep 17 00:00:00 2001 From: Guo Ruijing Date: Thu, 3 Aug 2017 11:44:10 +0000 Subject: [PATCH] [POLICY-152] engine integration with oparent Change-Id: Ia03582b13052d1f0dca6c7ff2f7918679bbd43de Signed-off-by: Guo Ruijing --- README.md | 6 +++++- pom.xml | 28 +++++++--------------------- 2 files changed, 12 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 3e8ca7892..a31b952ac 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ -This source repository contains the ONAP Policy Engine code. The settings file needs to support the standard Maven repositories (e.g. central = http://repo1.maven.org/maven2/), and any proxy settings needed in your environment. To build it using Maven 3, run 'mvn clean install'. +This source repository contains the ONAP Policy Engine code. To build it: +1. using Maven 3 +2. git clone http://gerrit.onap.org/r/oparent and copy +oparent/settings.xml to ~/.m2 +3. mvn clean install diff --git a/pom.xml b/pom.xml index fb6977eda..17faafcf8 100644 --- a/pom.xml +++ b/pom.xml @@ -2,6 +2,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 + + org.onap.oparent + oparent + 1.0.0-SNAPSHOT + + + org.onap.policy.engine PolicyEngineSuite 1.1.0-SNAPSHOT @@ -11,9 +18,6 @@ The ONAP Policy Engine main pom - 1.8 - 1.8 - UTF-8 9.2.3.v20140905 @@ -55,24 +59,6 @@ packages - - - ecomp-snapshots - ONAP Snapshot Repository - ${nexusproxy}/${snapshots.path} - - - ecomp-releases - ONAP Release Repository - ${nexusproxy}/${releases.path}/ - - - ecomp-staging - ONAP Staging Repository - ${nexusproxy}/${staging.path} - - - ecomp-releases -- 2.16.6