Issue Type: Improvement Improvement
Affects Versions: 1.3
Assignee: Tony Chemit
Created: 07/Nov/12 8:19 AM
Description:

Today a whitelist of licenses must be specified on one line for the license plugin not to break (linebreaks are considered). Most IDEs will automatically make line breaks when a line is too long.
So the current way of specifying licenses in a whitelist is:

<includedLicenses>The Apache Software License, Version 2.0|Common Development and Distribution License (CDDL) v1.0|GNU Lesser General Public License|GNU Lesser General Public License</includedLicenses>


A better solution, I think, would be to specify licenses in this way using child elements:

<includedLicenses>
<includedLicense>The Apache Software License, Version 2.0</includedLicense>
<includedLicense>Common Development and Distribution License (CDDL) v1.0</includedLicense>
<includedLicense>|GNU Lesser General Public License</includedLicense>
<includedLicense>GNU Lesser General Public License</includedLicense>
</includedLicenses>
Environment: Maven3
Project: Mojo's License Maven Plugin
Priority: Major Major
Reporter: Alix Warnke
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