This is an automated email from the ASF dual-hosted git repository. olamy pushed a commit to branch maven-jar-plugin-3.x in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git
commit b1d5d7a654d2f049cf77ab929fa8d777ac3f3418 Author: Olivier Lamy <ol...@apache.org> AuthorDate: Tue Aug 26 11:02:58 2025 +1000 fix non existing anymore informations (#467) Signed-off-by: Olivier Lamy <ol...@apache.org> --- src/main/java/org/apache/maven/plugins/jar/AbstractJarMojo.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/apache/maven/plugins/jar/AbstractJarMojo.java b/src/main/java/org/apache/maven/plugins/jar/AbstractJarMojo.java index 9a2bc22..95066b5 100644 --- a/src/main/java/org/apache/maven/plugins/jar/AbstractJarMojo.java +++ b/src/main/java/org/apache/maven/plugins/jar/AbstractJarMojo.java @@ -114,8 +114,8 @@ public abstract class AbstractJarMojo extends AbstractMojo { private MavenArchiveConfiguration archive = new MavenArchiveConfiguration(); /** - * Using this property will fail your build cause it has been removed from the plugin configuration. See the - * <a href="https://maven.apache.org/plugins/maven-jar-plugin/">Major Version Upgrade to version 3.0.0</a> for the + * Using this property will fail your build cause it has been removed from the plugin configuration. See the menu entry + * <a href="https://maven.apache.org/plugins/maven-jar-plugin/">Using Your Own Manifest File</a> for the * plugin. * * @deprecated For version 3.0.0 this parameter is only defined here to break the build if you use it! @@ -335,7 +335,7 @@ public abstract class AbstractJarMojo extends AbstractMojo { if (useDefaultManifestFile) { throw new MojoExecutionException("You are using 'useDefaultManifestFile' which has been removed" + " from the maven-jar-plugin. " - + "Please see the >>Major Version Upgrade to version 3.0.0<< on the plugin site."); + + "Please see the link >>Using Your Own Manifest File<< on the plugin site."); } if (skipIfEmpty