The Maven JAR plugin nicely creates an Implementation-Version attribute in the
JAR's manifest, looking like this:
Implementation-Version: 0.5.4-SNAPSHOT
It also adds a handful of other informational attributes.
After spending a few hours writing code to get this version string and display
it i
schall" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 24, 2004 6:45 PM
Subject: [patch] jnlp plugin
> Greetings,
>
> The jnlp plugin has been a huge help to some recent development efforts of
> mine. In order to meet all my requirements, I needed two a
Greetings,
The jnlp plugin has been a huge help to some recent development efforts of
mine. In order to meet all my requirements, I needed two additional
features that I believe might be of use to others, so I am submitting a
patch for the following:
1) Tweaked classpath generation. I was havin