From 7e5918f9711a5c216bef365cfea9cf55886904cc Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 10 Apr 2012 22:12:32 +0200 Subject: [PATCH] SONAR-2313 Add the entries "Implementation-Build" (Git revision) and "Build-Time" to plugin manifests --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index 74c0245285c..0edb565c251 100644 --- a/pom.xml +++ b/pom.xml @@ -401,6 +401,15 @@ org.codehaus.sonar sonar-packaging-maven-plugin true + + + + + ${buildNumber} + ${timestamp} + + + org.apache.maven.plugins -- 2.39.5