diff options
author | Vijay VK <vv770d@att.com> | 2018-06-18 23:40:33 +0100 |
---|---|---|
committer | VENKATESH KUMAR <vv770d@att.com> | 2018-06-18 18:41:20 -0400 |
commit | b462c0c78d197322aacaacfe0a1efefa5d63bcbb (patch) | |
tree | bdee972e8a6e06ca19e8cd410459fd998031184d /pom.xml | |
parent | cea2e184ff50e91833efd23408d647ccb295e847 (diff) |
fix build error for vescollector
Change-Id: I6f146ebcae6c439bf4f50d0486791b69006958f3
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
Issue-ID: DCAEGEN2-556
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -56,6 +56,8 @@ limitations under the License. <site.path> content/sites/site/org/onap/dcaegen2/collectors/ves/${project.artifactId}/${project.version} </site.path> + <maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format> + </properties> <build> |