Overriding bundleLicensePath does not work
------------------------------------------
Key: MOJO-1726
URL: https://jira.codehaus.org/browse/MOJO-1726
Project: Mojo
Issue Type: Bug
Components: license
Affects Versions: license-maven-plugin-beta-3
Reporter: Farrukh Najmi
In my plugin config I also specified the following to bundle the license.html
in the jars META-INF directory:
<generateBundle>true</generateBundle>
This worked but produce the file META-INF/${project.artifactId}-LICENSE.txt as
is the default behavior (good).
Related to my need for using a custom name for my license file (say
license.html) I tried specifying the following in my plugin config:
<generateBundle>true</generateBundle>
<bundleLicensePath>META-INF/license.html</bundleLicensePath>
This did not work as expected and in fact nothing was added to META-INF
directory in the jar.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email