aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuabing Zhao <zhao.huabing@zte.com.cn>2019-08-30 14:36:28 +0800
committerHuabing Zhao <zhao.huabing@zte.com.cn>2019-08-30 14:36:34 +0800
commita900b81fc5a962c5037f485960dbeea70311154f (patch)
tree1de159a20c865fd6bc7a95adceb3422ceb466e9f
parent0f982ec9d1c6a0486cc7ee366ecc05cda2d1cfc3 (diff)
fix maven-dockera-stage build error
Issue-ID: MSB-373 Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn> Change-Id: I570361b1e646fab8f9abbfc770ddb6ba3d05cca4
-rw-r--r--distributions/msb-discovery/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/distributions/msb-discovery/pom.xml b/distributions/msb-discovery/pom.xml
index c9eccc5..0f86a56 100644
--- a/distributions/msb-discovery/pom.xml
+++ b/distributions/msb-discovery/pom.xml
@@ -33,11 +33,12 @@
<properties>
<openresty.version>1.11.2.2</openresty.version>
+ <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
<packageid>msb-discovery</packageid>
<html.dir>openresty/nginx/html</html.dir>
<version.output>${project.basedir}/target/version</version.output>
<docker.image.name>onap/msb/msb_discovery</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>