Re: Add compilation date in the manifest

2007-03-12 Thread Marcos Silva Pereira
I really don't know if maven already has such property/variable, but is a quite simple write a plugin to set it in the project properties. Your plugin could have code like the snipped below: /** * @parameter default-value=${project} * @required * @readonly */ private MavenProject project; /** *

Add compilation date in the manifest

2007-03-08 Thread MATHUS Baptiste
Hi all, I'm looking for the variable that could be used to declare an additional property compilationDate in the manifest. I've been looking at this page as a starting point : http://maven.apache.org/guides/mini/guide-manifest.html But I can't find anywhere on the net how the variable