Issue Type: Improvement Improvement
Affects Versions: 3.7
Assignee: Jesse Glick
Created: 13/Jul/12 2:11 PM
Description:

Rather than having to manually configure licenseName and licenseFile, the plugin should be smart enough to notice that there is a license section in the POM. While it could not generally download the url, since that is likely to be in HTML rather than text/plain, it could at least produce a short blurb. Assuming the POM had

<organization>
    <name>YoyoDyne</name>
    <url>http://www.yoyodyne.com/</url>
</organization>
<licenses>
    <license>
        <name>MIT</name>
        <url>http://www.opensource.org/licenses/mit-license.php</url>
    </license>
</licenses>

you could reasonably generate:

Copyright YoyoDyne, 2012.

License terms (MIT): http://www.opensource.org/licenses/mit-license.php
Project: Maven NetBeans Module Plugin
Priority: Minor Minor
Reporter: Jesse Glick
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
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

Reply via email to