summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pike/docker/Dockerfile2
-rw-r--r--pike/pom.xml6
2 files changed, 6 insertions, 2 deletions
diff --git a/pike/docker/Dockerfile b/pike/docker/Dockerfile
index 5a3f1743..292cb26e 100644
--- a/pike/docker/Dockerfile
+++ b/pike/docker/Dockerfile
@@ -33,7 +33,7 @@ EXPOSE 9007
RUN groupadd -r onap && useradd -r -g onap onap
-COPY ./multicloud-openstack-pike-1.4.0-SNAPSHOT.zip /opt/multicloud-openstack-pike.zip
+COPY ./multicloud-openstack-pike-*.zip /opt/multicloud-openstack-pike.zip
RUN apt-get update && \
apt-get install -y memcached wget unzip gcc libssl-dev && \
cd /opt/ && \
diff --git a/pike/pom.xml b/pike/pom.xml
index 96039b15..e26bfadc 100644
--- a/pike/pom.xml
+++ b/pike/pom.xml
@@ -125,11 +125,15 @@
<executions>
<execution>
<id>copy-resources</id>
- <phase>validate</phase>
+ <phase>install</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
+ <overwrite>true</overwrite>
+ <nonFilteredFileExtensions>
+ <nonFilteredFileExtension>zip</nonFilteredFileExtension>
+ </nonFilteredFileExtensions>
<outputDirectory>${project.basedir}/docker_target</outputDirectory>
<resources>
<resource>