This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git
from fd9056d [MJAR-323] add Java-Version to MANIFEST.MF (#468)
new 8c62548 Upgrade to Maven 4.0.0-rc-4.
new 671bfd0 Remove the `useDefaultManifestFile` configuration parameter,
which was deprecated since Maven 3.0.0.
new f63b266 Edition in Javadoc (mostly formatting) and minor code
simplifications. This commit should not change the behaviour of the Maven JAR
plugin, except when a null argument is given to `getJarFile` in which case the
`IllegalArgumentException` has been replaced by `NullPointerException`.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/maven-verify.yml | 4 +-
pom.xml | 10 +-
src/it/MJAR-210/invoker.properties | 19 ---
src/it/MJAR-210/pom.xml | 39 ------
.../apache/maven/plugins/jar/AbstractJarMojo.java | 132 ++++++++++-----------
.../java/org/apache/maven/plugins/jar/JarMojo.java | 5 +-
.../org/apache/maven/plugins/jar/TestJarMojo.java | 9 +-
7 files changed, 75 insertions(+), 143 deletions(-)
delete mode 100644 src/it/MJAR-210/invoker.properties
delete mode 100644 src/it/MJAR-210/pom.xml