File tree Expand file tree Collapse file tree
src/main/java/org/apache/maven/plugins/jar Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,8 +114,8 @@ public abstract class AbstractJarMojo extends AbstractMojo {
114114 private MavenArchiveConfiguration archive = new MavenArchiveConfiguration ();
115115
116116 /**
117- * Using this property will fail your build cause it has been removed from the plugin configuration. See the
118- * <a href="https://maven.apache.org/plugins/maven-jar-plugin/">Major Version Upgrade to version 3.0.0 </a> for the
117+ * Using this property will fail your build cause it has been removed from the plugin configuration. See the menu entry
118+ * <a href="https://maven.apache.org/plugins/maven-jar-plugin/">Using Your Own Manifest File </a> for the
119119 * plugin.
120120 *
121121 * @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 void execute() throws MojoExecutionException {
335335 if (useDefaultManifestFile ) {
336336 throw new MojoExecutionException ("You are using 'useDefaultManifestFile' which has been removed"
337337 + " from the maven-jar-plugin. "
338- + "Please see the >>Major Version Upgrade to version 3.0.0 << on the plugin site." );
338+ + "Please see the link >>Using Your Own Manifest File << on the plugin site." );
339339 }
340340
341341 if (skipIfEmpty
You can’t perform that action at this time.
0 commit comments