remove docker bind from mvn 46/92146/1
authorVijay Venkatesh Kumar <vv770d@att.com>
Sat, 20 Jul 2019 05:46:14 +0000 (05:46 +0000)
committerVijay Venkatesh Kumar <vv770d@att.com>
Sat, 20 Jul 2019 05:46:48 +0000 (05:46 +0000)
Change-Id: I5787075e559bcfb56373de5cfa7e09365f16f8b8
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1690
Issue-ID: DCAEGEN2-1578

datafile-app-server/pom.xml

index 50557b3..7695bda 100644 (file)
@@ -2,6 +2,7 @@
 <!--
   ~ ============LICENSE_START=======================================================
   ~ Copyright (C) 2018 NOKIA Intellectual Property, 2018-2019 Nordix Foundation. All rights reserved.
+  ~ Copyright (c) 2019 AT&T Intellectual Property. All rights reserved.
   ~ ================================================================================ 
   ~ Licensed under the Apache License, Version 2.0 (the "License");
   ~ you may not use this file except in compliance with the License.
         <artifactId>docker-maven-plugin</artifactId>
         <configuration>
           <serverId>${onap.nexus.dockerregistry.daily}</serverId>
-          <imageName>${docker.image.name}</imageName>
+          <imageName>${onap.nexus.dockerregistry.daily}/${docker.image.name}</imageName>
           <imageTags>
-            <tag>latest</tag>
+            <imageTag>${project.version}-${maven.build.timestamp}Z</imageTag>
+            <imageTag>${project.version}</imageTag>
+            <imageTag>latest</imageTag>
           </imageTags>
           <dockerDirectory>${project.basedir}/src/main/docker</dockerDirectory>
           <resources>
             </resource>
           </resources>
         </configuration>
+<!--
         <executions>
           <execution>
             <id>build-image</id>
             </configuration>
           </execution>
         </executions>
+-->
       </plugin>
 
       <plugin>