aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>