[ 
http://jira.codehaus.org/browse/MJAR-103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_128143
 ] 

Michael Osipov commented on MJAR-103:
-------------------------------------

Dennis,

I did look 
[here|http://dev.fckeditor.net/browser/FCKeditor.Java/branches/2.4/pom.xml#L234].
 The down side, it overrides the default resources and you have to redeclare it.

{code:xml}
<plugin>
                                <artifactId>maven-jar-plugin</artifactId>
                                <version>2.2</version>
                                <configuration>
                                        <addLicense>true</addLicense>
                                </configuration>
</plugin>
{code}

would be much besser and easier to understand

> Adding License and/or Notice into META-INF folder
> -------------------------------------------------
>
>                 Key: MJAR-103
>                 URL: http://jira.codehaus.org/browse/MJAR-103
>             Project: Maven 2.x Jar Plugin
>          Issue Type: New Feature
>    Affects Versions: 2.2
>            Reporter: Michael Osipov
>
> I'd like to be able to add my license.txt into the jar package.
> an xml tag like <addLicense>true/false</addLicense>
> would be extremely convenient. This can be achived right now with 
> build/resouces but the default resources have to be redeclared.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to