You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/09 15:27:46 UTC

[maven-jlink-plugin] 20/38: Fixed links.

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git

commit 62a7e6858392d4f93887e628f70738950d93c4a9
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Sep 3 00:23:10 2017 +0000

    Fixed links.
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1807112 13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/java/org/apache/maven/plugins/jlink/JLinkMojo.java | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/maven/plugins/jlink/JLinkMojo.java b/src/main/java/org/apache/maven/plugins/jlink/JLinkMojo.java
index 2a9f5a4..32ed9d0 100644
--- a/src/main/java/org/apache/maven/plugins/jlink/JLinkMojo.java
+++ b/src/main/java/org/apache/maven/plugins/jlink/JLinkMojo.java
@@ -41,8 +41,9 @@ import org.codehaus.plexus.util.FileUtils;
 import org.codehaus.plexus.util.cli.Commandline;
 
 /**
- * The JLink goal is intended to create a Java Run Time Image file based on 
- * {@link http://openjdk.java.net/jeps/282}, {@link http://openjdk.java.net/jeps/220}.
+ * The JLink goal is intended to create a Java Run Time Image file based on
+ * <a href="http://openjdk.java.net/jeps/282">http://openjdk.java.net/jeps/282</a>,
+ * <a href="http://openjdk.java.net/jeps/220">http://openjdk.java.net/jeps/220</a>.
  * 
  * @author Karl Heinz Marbaise <a href="mailto:khmarbaise@apache.org">khmarbaise@apache.org</a>
  */

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.