need to copy the prepare result 07/1107/1
authorPamela Dragosh <pdragosh@research.att.com>
Tue, 21 Feb 2017 14:41:58 +0000 (09:41 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Tue, 21 Feb 2017 14:42:05 +0000 (09:42 -0500)
Change-Id: I06c6772785e1f0b965d70029f55962dbf04f1967
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
docker_build.sh
pom.xml

index 30a7203..5c9946f 100644 (file)
@@ -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 ba0904e..af499c4 100644 (file)
--- 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>