aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-02-21 09:41:58 -0500
committerPamela Dragosh <pdragosh@research.att.com>2017-02-21 09:42:05 -0500
commit1e547280802c84c0d4fdad62f9b694b4843a424d (patch)
treeb05cfdbd6c44dcd5ff14d98b67f8aa1a8a05ef95
parent12644d6863ee46a3ab8fb226e4e5079b7d805034 (diff)
need to copy the prepare result
Change-Id: I06c6772785e1f0b965d70029f55962dbf04f1967 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--docker_build.sh3
-rw-r--r--pom.xml2
2 files changed, 5 insertions, 0 deletions
diff --git a/docker_build.sh b/docker_build.sh
index 30a72035..5c9946f0 100644
--- a/docker_build.sh
+++ b/docker_build.sh
@@ -6,6 +6,9 @@ echo '============== STARTING SCRIPT TO BUILD DOCKER IMAGES ================='
DOCKER_REPOSITORY=nexus3.openecomp.org:10003
DOCKER_VERSION=latest
+cp policy-pe/* target/policy-pe/
+cp policy-drools/* target/policy-drools/
+
for image in policy-os policy-nexus policy-db policy-base policy-drools policy-pe ; do
echo "Building $image"
mkdir -p target/$image
diff --git a/pom.xml b/pom.xml
index ba0904e9..af499c48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,6 +36,7 @@
</properties>
<repositories>
+<!--
<repository>
<id>central</id>
<name>Maven 2 repository</name>
@@ -46,6 +47,7 @@
<url>http://www.soapui.org/repository/maven2/</url>
<name>SoapUI plugin</name>
</repository>
+-->
<repository>
<id>ecomp-releases</id>
<name>OpenECOMP Release Repository</name>