From 2b0b4bd7c26d3ed67262ba98212e19f32423681a Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Sun, 12 Feb 2012 17:21:43 +0000 Subject: [PATCH] Improve build number with a sing timestamp git-svn-id: https://svn.argeo.org/commons/trunk@5049 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- pom.xml | 44 ++++++++++++++++++++++++++++---------------- 1 file changed, 28 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index e43ea718f..06ec2f869 100644 --- a/pom.xml +++ b/pom.xml @@ -80,6 +80,16 @@ limitations under the License. QA + + bsinou + Bruno Sinou + + Argeo + http://www.argeo.org + + developer + + @@ -155,12 +165,9 @@ limitations under the License. META-INF - ${project.version}-r${buildNumber} - + ${project.version}-r${timestamp} ${project.artifactId} - J2SE-1.5 - - <_removeheaders>Bnd-LastModified + J2SE-1.5 @@ -177,7 +184,7 @@ limitations under the License. org.codehaus.mojo buildnumber-maven-plugin - 1.0-beta-4 + 1.0 org.codehaus.mojo @@ -186,7 +193,7 @@ limitations under the License. true ${project.version} - r${buildNumber}.el${rpm.release} + r${timestamp}.el${rpm.release} argeo${rpm.release} mbaudier@argeo.org Applications/System @@ -220,22 +227,27 @@ limitations under the License. generate-resources - create + create-timestamp false false - {0,date,yyyyMMdd_HHmmss} - - timestamp - - git - - svn - + yyMMdd_HHmm + + + + + + + + + + + + org.apache.maven.plugins -- 2.30.2