diff options
author | Michael Lando <ml636r@att.com> | 2017-03-15 22:14:02 +0200 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-03-15 22:14:02 +0200 |
commit | 85907344cd048bb7b7fc76d290e17b6fa2b63611 (patch) | |
tree | f62ae1f364da314dc2db8e06f53f3e981f308f34 | |
parent | 9e444ce9c5b5c6d30ebfea0ad368fb7b5daee288 (diff) |
add time stamp format
Change-Id: I2f0259eac33ca68ca443e11999b0359c2a1f5905
Signed-off-by: Michael Lando <ml636r@att.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -181,6 +181,8 @@ <!--nexus--> <nexus.proxy>https://nexus.openecomp.org</nexus.proxy> <staging.profile.id>176c31dfe190a</staging.profile.id> + <!--maven--> + <maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format> </properties> <reporting> |