summaryrefslogtreecommitdiffstats
path: root/catalog-fe/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-fe/pom.xml')
-rw-r--r--catalog-fe/pom.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/catalog-fe/pom.xml b/catalog-fe/pom.xml
index f0ecbbce37..3b5bcab4b6 100644
--- a/catalog-fe/pom.xml
+++ b/catalog-fe/pom.xml
@@ -441,6 +441,10 @@
<activation>
<activeByDefault>false</activeByDefault>
</activation>
+ <properties>
+ <docker.username>docker</docker.username>
+ <docker.password>docker</docker.password>
+ </properties>
<build>
<plugins>
<plugin>
@@ -484,13 +488,12 @@
<registry>nexus3.onap.org:10001</registry>
<authConfig>
<pull>
- <username>docker</username>
- <password>docker</password>
+ <username>${docker.username}</username>
+ <password>${docker.password}</password>
</pull>
</authConfig>
<images>
-
<!-- Build frontend image -->
<image>
<name>onap/sdc-frontend</name>
@@ -543,6 +546,5 @@
</plugins>
</build>
</profile>
-
</profiles>
</project>