Hi,
Although I set the variable "maven.jar.manifest.extensions.add==true" the
extension list is never created.
So I had a look in the plugin source and replaced the original line
<j:if test="${maven.jar.manifest.extensions.add} == 'true'">
with
<j:set var="extensionOn"
value="${maven.jar.manifest.extensions.add}" />
<j:if test="${extensionOn=='true'}">
After that, setting the variable to "true" creates the list.
I am really not a jelly-expert so what is the difference between the two?
Is it necessary to fix the plugin?
Thanks
Christian
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]