jira-importer commented on issue #231: URL: https://github.com/apache/maven-jar-plugin/issues/231#issuecomment-2956684244
**[Mike Perham](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=mperham)** commented The license and notice files in the root of a project isn't a Maven standard (is it?) and plus I don't think it's a great idea anyways as it becomes repetitive in systems with large numbers of modules, all under the same license. I think a better idea is to add an element to the MANIFEST.MF with the value(s) of project.licenses.license: License-1-Name: Apache License, 2.0 License-1-Url: http://apache.org/APL-2.0.txt License-2-Name: GNU Lesser General Public License, 1.1 License-2-Url: http://gnu.org/LGPL-1.1.txt This way all modules can inherit their licenses via parent and have the manifest populated automatically. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
