diff options
author | Stavros Kanarakis <stavros.kanarakis@nokia.com> | 2019-04-25 11:56:25 +0300 |
---|---|---|
committer | Stavros Kanarakis <stavros.kanarakis@nokia.com> | 2019-04-25 11:56:25 +0300 |
commit | 6508ed985aa61d4f8e78143ebd2ae238dd6f188c (patch) | |
tree | 737bf9e4cec6ae745fcd4e0e47665d8ddbc4be5e | |
parent | 2235ecd224f0734d2d48cd49e0c63a7ad0200abf (diff) |
Address nexus3 docker push issue #2
Change-Id: Id159c4bda8c232ce4ad5da69589d72da0709ed3b
Issue-ID: DCAEGEN2-1446
Signed-off-by: Stavros Kanarakis <stavros.kanarakis@nokia.com>
-rw-r--r-- | components/bbs-event-processor/pom.xml | 5 |
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> |