On Tue, 23 Aug 2011 11:44:51 -0400
Farrukh Najmi <[email protected]> wrote:

> Hi Guys,
> 
> I am having trouble getting the license-maven-plugin 
> <http://mojo.codehaus.org/license-maven-plugin> configured so that it 
> can bundle a <some directory>/lincense.html with the output jar of
> the project.
> 
> The goal license:update-project-license 
> <http://mojo.codehaus.org/license-maven-plugin/update-project-license-mojo.html>
>  
> of the license-maven-plugin 
> <http://mojo.codehaus.org/license-maven-plugin>  seems to only deal
> with a license.txt file when in my case the file is an html file.
> What do I need to change to get the desired effect?
> 
> Thank you for your help.
> 
Using the parameter licenseFile [1] can help you I think :)

<configuration>
  <licenseFile>license.html</licenseFile>
</configuration>

[1]
http://mojo.codehaus.org/license-maven-plugin/update-project-license-mojo.html#licenseFile


-- 
Tony Chemit
--------------------
tél: +33 (0) 2 40 50 29 28
email: [email protected]
http://www.codelutin.com

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to