summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2019-04-25 18:09:21 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-25 18:09:21 +0000
commit49de3c861e6baca6474d47cf45a042302468c9f7 (patch)
tree1a00c64a6a30b3c094ea0091f709cb44d78c6cd2 /components
parent2dfdb9fe4c03f0ebf49541066e9c0b8427962a26 (diff)
parent6508ed985aa61d4f8e78143ebd2ae238dd6f188c (diff)
Merge "Address nexus3 docker push issue #2"
Diffstat (limited to 'components')
-rw-r--r--components/bbs-event-processor/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/components/bbs-event-processor/pom.xml b/components/bbs-event-processor/pom.xml
index 07a15799..637b3ece 100644
--- a/components/bbs-event-processor/pom.xml
+++ b/components/bbs-event-processor/pom.xml
@@ -326,8 +326,6 @@
<configuration>
<contextDirectory>${project.basedir}</contextDirectory>
<repository>${docker.image.name}</repository>
- <username>docker</username>
- <password>docker</password>
<tag>latest</tag>
<buildArgs>
<PROJECT_BUILD_DIR_NAME>target</PROJECT_BUILD_DIR_NAME>
@@ -354,6 +352,7 @@
<configuration>
<repository>${onap.nexus.dockerregistry.daily}/${docker.image.name}</repository>
<tag>latest</tag>
+ <useMavenSettingsForAuth>true</useMavenSettingsForAuth>
</configuration>
</execution>
<execution>
@@ -366,6 +365,7 @@
<configuration>
<repository>${onap.nexus.dockerregistry.daily}/${docker.image.name}</repository>
<tag>${project.version}</tag>
+ <useMavenSettingsForAuth>true</useMavenSettingsForAuth>
</configuration>
</execution>
<execution>
@@ -378,6 +378,7 @@
<configuration>
<repository>${onap.nexus.dockerregistry.daily}/${docker.image.name}</repository>
<tag>${project.version}-${maven.build.timestamp}Z</tag>
+ <useMavenSettingsForAuth>true</useMavenSettingsForAuth>
</configuration>
</execution>
</executions>