jira-importer commented on issue #270: URL: https://github.com/apache/maven-jar-plugin/issues/270#issuecomment-2956691998
**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=sgfan)** commented 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. ```xml <plugin> <artifactId>maven-jar-plugin</artifactId> <version>2.2</version> <configuration> <addLicense>true</addLicense> </configuration> </plugin> ``` would be much besser and easier to understand -- 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]
