From 0f5480527dad19a3c8688fda099f2815fff0f637 Mon Sep 17 00:00:00 2001 From: Guo Ruijing Date: Thu, 3 Aug 2017 12:02:57 +0000 Subject: [POLICY-153]policy-docker integration with oparent Change-Id: Ic06c8af07dda9151450aa863bc033400ff5971b3 Signed-off-by: Guo Ruijing --- pom.xml | 44 ++++++-------------------------------------- vagrant/setup_policy.sh | 3 +++ 2 files changed, 9 insertions(+), 38 deletions(-) diff --git a/pom.xml b/pom.xml index e37a4cb0..a89462d2 100644 --- a/pom.xml +++ b/pom.xml @@ -23,6 +23,12 @@ 4.0.0 + + org.onap.oparent + oparent + 1.0.0-SNAPSHOT + + org.onap.policy.docker docker @@ -31,44 +37,6 @@ Policy Engine - Docker build ONAP Policy Docker Build - - https://nexus.onap.org - content/repositories/releases/ - content/repositories/snapshots/ - content/repositories/staging/ - - - - - ecomp-releases - ONAP Release Repository - ${nexusproxy}/${releases.path} - - - ecomp-staging - ONAP Staging Repository - ${nexusproxy}/${staging.path} - - - ecomp-snapshot - ONAP Snapshot Repository - ${nexusproxy}/${snapshots.path} - - - - - - ecomp-releases - ONAP Release Repository - ${nexusproxy}/${releases.path} - - - ecomp-snapshots - ONAP Snapshot Repository - ${nexusproxy}/${snapshots.path} - - - diff --git a/vagrant/setup_policy.sh b/vagrant/setup_policy.sh index 4c43f45b..c2a43ce4 100755 --- a/vagrant/setup_policy.sh +++ b/vagrant/setup_policy.sh @@ -6,6 +6,9 @@ sudo apt-get update -y sudo apt-get install -y maven openjdk-8-jdk npm python-pip docker.io sudo pip install docker-compose +git clone http://gerrit.onap.org/r/oparent +cp oparent/settings.xml $HOME/.m2 + for comp in common drools-pdp drools-applications engine do cd $HOME -- cgit 1.2.3-korg