Add docker login properties 77/42477/2
authorAreli, Fuss (af732p) <af732p@att.com>
Thu, 12 Apr 2018 10:25:35 +0000 (13:25 +0300)
committerTal Gitelman <tg851x@intl.att.com>
Thu, 12 Apr 2018 12:47:27 +0000 (12:47 +0000)
Add docker login properties

Change-Id: Idc50bcecf8d0bf5c41213ed2297191fb233b4c74
Issue-ID: SDC-1217
Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
catalog-fe/pom.xml

index f0ecbbc..3b5bcab 100644 (file)
                        <activation>
                                <activeByDefault>false</activeByDefault>
                        </activation>
+                       <properties>
+                               <docker.username>docker</docker.username>
+                               <docker.password>docker</docker.password>
+                       </properties>
                        <build>
                                <plugins>
                                        <plugin>
                                                        <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>
                                </plugins>
                        </build>
                </profile>
-
        </profiles>
 </project>