Skip to content

Commit b1d5d7a

Browse files
committed
fix non existing anymore informations (#467)
Signed-off-by: Olivier Lamy <olamy@apache.org>
1 parent f9850a5 commit b1d5d7a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/java/org/apache/maven/plugins/jar/AbstractJarMojo.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)