2929Configuring <<<links>>> Parameter
3030
3131~~ Using anchor links produces a Velocity error.
32- You could add cross reference links to external projects using the {{{../javadoc-mojo.html}\<links/\>}}
33- parameters . For instance:
32+ You can add cross reference links to external projects using the {{{../javadoc-mojo.html}\<links/\>}}
33+ parameter . For instance:
3434
3535+-----+
3636<project>
@@ -59,10 +59,10 @@ Configuring <<<links>>> Parameter
5959 {{{http://docs.oracle.com/javase/7/docs/technotes/tools/windows/javadoc.html#package-list}Javadoc specifications}},
6060 all given links <<should>> have a fetchable <<</package-list>>> file.
6161
62- Since 2.6, you could try to detect all Javadoc links for the project's dependencies. You need to use the
63- {{{../javadoc-mojo.html#detectLinks}\<detectLinks/\>}} parameter. All detected links are based on the default Maven
64- conventions. For instance, if your project has a dependency to
65- {{{http ://commons.apache.org/lang/}Apache Commons Lang}} i.e. :
62+ You can try to detect all Javadoc links for the project's dependencies. You need to use the
63+ {{{../javadoc-mojo.html#detectLinks}\<detectLinks/\>}} parameter. Detected links are based on the default Maven
64+ conventions. For instance, if your project has a dependency on
65+ {{{https ://commons.apache.org/lang/}Apache Commons Lang}} such as :
6666
6767+-----+
6868<project>
@@ -78,17 +78,17 @@ Configuring <<<links>>> Parameter
7878</project>
7979+-----+
8080
81- The added Javadoc link will be {{http ://commons.apache.org/lang/apidocs}}.
81+ The added Javadoc link will be {{https ://commons.apache.org/lang/apidocs}}.
8282
83- Since 2.6, a {{{http://java.sun.com/reference/api/index.html} Javadoc API}} link, depending the JDK version used by
83+ A Javadoc API link, depending the JDK version used by
8484 your project, will be added. The version of the Javadoc API is detected from the value of the
85- {{{http ://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#source}\<source/\>}}
85+ {{{https ://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#source}\<source/\>}}
8686 parameter in the <<<{{{http://maven.apache.org/plugins/maven-compiler-plugin}org.apache.maven.plugins:maven-compiler-plugin}}>>>
8787 (defined in $\{project.build.plugins\} or in $\{project.build.pluginManagement\}), or computed via the Javadoc Tool
88- executable. If you want to skip this link, you need to configure
88+ executable. To skip this link, you need to configure
8989 {{{../javadoc-mojo.html#detectJavaApiLink}\<detectJavaApiLink/\>}} to <<<false>>>.
9090
91- <<Note>>: if you are using an unsupported JDK like 7.0, you could add its Javadoc API url using the
91+ <<Note>>: if you are using an unsupported JDK like 7.0, you can add its Javadoc API url using the
9292 {{{../javadoc-mojo.html#javaApiLinks}\<javaApiLinks/\>}} parameter, i.e.:
9393
9494+-----+
@@ -108,7 +108,7 @@ Configuring <<<links>>> Parameter
108108
109109Configuring <<<offlineLinks>>> Parameter
110110
111- If your project has modules, you could add cross reference links to your modules when your goals are not aggregator
111+ If your project has modules, you can add cross reference links to your modules when your goals are not aggregator
112112 goals. For instance, if your project has two modules i.e.:
113113
114114+-----+
@@ -127,7 +127,7 @@ Configuring <<<offlineLinks>>> Parameter
127127
128128 <<Important Note>>: all offlinelinks are based on the $\{project.url\} if present.
129129
130- Since 2.6, you could disable the cross reference for <<<offlineLinks>>> using the
130+ You can disable the cross reference for <<<offlineLinks>>> using the
131131 {{{../javadoc-mojo.html#detectOfflineLinks}\<detectOfflineLinks/>}} parameter.
132132
133133 Refer to {{{../javadoc-mojo.html#offlineLinks}\<offlineLinks/\>}} parameter for more information.
0 commit comments