summaryrefslogtreecommitdiffstats
path: root/windriver
diff options
context:
space:
mode:
Diffstat (limited to 'windriver')
-rw-r--r--windriver/pom.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/windriver/pom.xml b/windriver/pom.xml
index 9aa31794..1eb5a1c6 100644
--- a/windriver/pom.xml
+++ b/windriver/pom.xml
@@ -119,7 +119,9 @@
<build>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
+ <version>3.1.0</version>
<executions>
<execution>
<id>copy-resources</id>
@@ -152,21 +154,21 @@
<exec executable="docker">
<arg value="build"/>
<arg value="-t"/>
- <arg value="nexus3.onap.org:10003/onap/multicloud/openstack-windriver:${project.version}"/>
+ <arg value="${container-staging-registry}/onap/multicloud/openstack-windriver:${project.version}"/>
<arg value="docker_target"/>
</exec>
<exec executable="docker">
<arg value="tag"/>
- <arg value="nexus3.onap.org:10003/onap/multicloud/openstack-windriver:${project.version}"/>
- <arg value="nexus3.onap.org:10003/onap/multicloud/openstack-windriver:latest"/>
+ <arg value="${container-staging-registry}/onap/multicloud/openstack-windriver:${project.version}"/>
+ <arg value="${container-staging-registry}/onap/multicloud/openstack-windriver:latest"/>
</exec>
<exec executable="docker">
<arg value="push"/>
- <arg value="nexus3.onap.org:10003/onap/multicloud/openstack-windriver:${project.version}"/>
+ <arg value="${container-staging-registry}/onap/multicloud/openstack-windriver:${project.version}"/>
</exec>
<exec executable="docker">
<arg value="push"/>
- <arg value="nexus3.onap.org:10003/onap/multicloud/openstack-windriver:latest"/>
+ <arg value="${container-staging-registry}/onap/multicloud/openstack-windriver:latest"/>
</exec>
</target>
</configuration>