summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStavros Kanarakis <stavros.kanarakis@nokia.com>2019-04-24 12:45:06 +0300
committerStavros Kanarakis <stavros.kanarakis@nokia.com>2019-04-24 12:45:06 +0300
commit25bfb9c2139dcd466b8a920469bebff1d720931d (patch)
tree633a23ec4789a04baec23d76d09993c594a4776b
parentc82dafde6b3f02cccba0822a340cb9d7bed35a1c (diff)
Address nexus3 docker push issue
Change-Id: I3d554990fb5ccbdf8018674a42a8a93c3831d4c5 Issue-ID: DCAEGEN2-1446 Signed-off-by: Stavros Kanarakis <stavros.kanarakis@nokia.com>
-rw-r--r--components/bbs-event-processor/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/bbs-event-processor/pom.xml b/components/bbs-event-processor/pom.xml
index 3615da05..07a15799 100644
--- a/components/bbs-event-processor/pom.xml
+++ b/components/bbs-event-processor/pom.xml
@@ -326,6 +326,8 @@
<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>