Thanks, I will do. But I don't know how yet.
Are there some guidelines to follow (project, issue type, etc.),
when raising an issue.
Raise this into jira and I'll fix it asap.
Christian Goos wrote:
> 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]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]