fix maven-dockera-stage build error 98/94498/1
authorHuabing Zhao <zhao.huabing@zte.com.cn>
Thu, 29 Aug 2019 08:11:32 +0000 (16:11 +0800)
committerHuabing Zhao <zhao.huabing@zte.com.cn>
Thu, 29 Aug 2019 08:11:43 +0000 (16:11 +0800)
Issue-ID: MSB-373
Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn>
Change-Id: Icac7ef10826716aaf6a991facf8f4dda0617e095

distributions/msb-apigateway/pom.xml

index 4204658..b62203d 100644 (file)
 
   <properties>
     <packageid>msb-apigateway</packageid>
+    <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
     <version.output>${project.basedir}/target/version</version.output>
     <docker.image.name>onap/msb/msb_apigateway</docker.image.name>
-    <docker.tag>${project.version}-${timestamp}</docker.tag>
+    <docker.tag>${project.version}-${maven.build.timestamp}</docker.tag>
     <docker.latest.tag>${project.version}-latest</docker.latest.tag>
   </properties>
 
     </profile>
   </profiles>
 
-</project>
\ No newline at end of file
+</project>