# HG changeset patch # User Ingo Weinzierl # Date 1276550593 0 # Node ID 0efa3e8e46d431edff1f75b3448e609a1867d52f # Parent a24ab98f858dba17acfa8451fd40cf41970f1252 Write revision to MANIFEST files while creating jar archives. artifacts/trunk@1213 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r a24ab98f858d -r 0efa3e8e46d4 ChangeLog --- a/ChangeLog Wed Apr 28 20:14:05 2010 +0000 +++ b/ChangeLog Mon Jun 14 21:23:13 2010 +0000 @@ -1,3 +1,8 @@ +2010-06-14 Ingo Weinzierl + + * artifacts/pom.xml, + pom.xml: Write svn revision to MANIFEST files while creating jar archives. + 2010-04-28 Hans Plum * Tagging Version 1.0: diff -r a24ab98f858d -r 0efa3e8e46d4 artifacts/pom.xml --- a/artifacts/pom.xml Wed Apr 28 20:14:05 2010 +0000 +++ b/artifacts/pom.xml Mon Jun 14 21:23:13 2010 +0000 @@ -7,9 +7,48 @@ 1.0-SNAPSHOT artifacts http://maven.apache.org + + scm:svn:svn+ssh://${user}@thoe.intevation.de/home/projects/Geospatial/bsh-generischer-viewer/Material/SVN/artifacts/artifacts + scm:svn:svn+ssh://${user}@thoe.intevation.de/home/projects/Geospatial/bsh-generischer-viewer/Material/SVN/artifacts/artifacts + scm:svn:svn+ssh://${user}@thoe.intevation.de/home/projects/Geospatial/bsh-generischer-viewer/Material/SVN/artifacts/artifacts + UTF-8 + + + + org.codehaus.mojo + buildnumber-maven-plugin + + + validate + + create + + + + + true + false + + + + org.apache.maven.plugins + maven-jar-plugin + + + + true + + + ${buildNumber} + + + + + + diff -r a24ab98f858d -r 0efa3e8e46d4 pom.xml --- a/pom.xml Wed Apr 28 20:14:05 2010 +0000 +++ b/pom.xml Mon Jun 14 21:23:13 2010 +0000 @@ -7,6 +7,11 @@ 1.0-SNAPSHOT artifact-system http://maven.apache.org + + scm:svn:svn+ssh://${user}@thoe.intevation.de/home/projects/Geospatial/bsh-generischer-viewer/Material/SVN/artifacts + scm:svn:svn+ssh://${user}@thoe.intevation.de/home/projects/Geospatial/bsh-generischer-viewer/Material/SVN/artifacts + scm:svn:svn+ssh://${user}@thoe.intevation.de/home/projects/Geospatial/bsh-generischer-viewer/Material/SVN/artifacts + UTF-8 @@ -26,6 +31,36 @@ 1.5 + + org.codehaus.mojo + buildnumber-maven-plugin + + + validate + + create + + + + + true + false + + + + org.apache.maven.plugins + maven-jar-plugin + + + + true + + + ${buildNumber} + + + +