On 3/30/07, Kevin Stembridge <[EMAIL PROTECTED]> wrote:
Hi,
I'd like to be able to include the version attribute in each jar element of
the generated JNLP but I'm not sure how to make this happen. Is this
supported at the moment?
Something like this:
...
<resources>
<jar href="some.jar" version="1.0.0" />
</resources>
Hi Kevin,
I am trying to get an idea of what you want here.
You can achieve this is you don't use the $dependencies in the
template.vm and write the entry yourself.... but that's I think
something you don't really want.
Today the $dependencies will use the exact jar name so you should get
something like:
<jar href="somejar-theversion.jar" />
Do you mean you prefer to have:
<jar href="somejar.jar" version="theversion" /> ??
What is the advantage ?
Do you want the plugin to automatically use version ranges whenever it
finds one defined in the POM ?
Can you please explain a little bit more why you need/want to have the
version defined outside of the href !
Cheers,
Jerome
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email