From 7132a0c77ff0e172f6481497c58e0f709d8dce8a Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Thu, 23 Jan 2014 22:00:56 +0100 Subject: [PATCH] [New] added version info metadata to agent --- pom.xml | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6e2b6d5f3..7b05dc349 100644 --- a/pom.xml +++ b/pom.xml @@ -12,6 +12,8 @@ UTF-8 + yyyy-MM-dd HH:mm:ss + ${maven.build.timestamp} @@ -75,7 +77,6 @@ - li.strolch li.strolch.model @@ -202,8 +203,35 @@ + + + + src/main/resources + true + + + + + + org.codehaus.mojo + buildnumber-maven-plugin + 1.2 + + + validate + + create + + + + + false + false + + + org.apache.maven.plugins maven-compiler-plugin