desruisseaux opened a new pull request, #481:
URL: https://github.com/apache/maven-jar-plugin/pull/481

   This pull request combines 3 tasks in 3 separated commits:
   
   * Upgrade from Maven 4.0.0-rc-2 to 4.0.0-rc-4.
   * Remove the `useDefaultManifestFile` configuration parameter, which was 
deprecated since Maven 3.0.0.
   * Edition in Javadoc (mostly formatting) and minor code simplifications.
   
   The changes in this pull request should not cause significant change in the 
plugin behaviour, except for the removal of the `useDefaultManifestFile` option 
and when a null argument is given to the `AbstractJarMojo.getJarFile(Path, 
String, String)` method. In the latter case, the `IllegalArgumentException` has 
been replaced by `NullPointerException`.


-- 
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]

Reply via email to