Add subversion revision to war manifest using maven2

Posted by feniix on Stack Overflow See other posts from Stack Overflow or by feniix
Published on 2010-06-02T21:57:29Z Indexed on 2010/06/02 22:24 UTC
Read the original article Hit count: 300

Filed under:
|
|
|

I want to find a maven native (i.e. without calling external programs) to inject the svn revision in the war manifest.

Does anybody know a way to do that?

I found mention to how to add the subversion revision to manifests in jar files but not with war files.

I searched SO but could not find this issue specifically.

© Stack Overflow or respective owner

Related posts about java

Related posts about maven-2