29
29
Configuring <<<links>>> Parameter
30
30
31
31
~~ 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:
34
34
35
35
+-----+
36
36
<project>
@@ -59,10 +59,10 @@ Configuring <<<links>>> Parameter
59
59
{{{http://docs.oracle.com/javase/7/docs/technotes/tools/windows/javadoc.html#package-list}Javadoc specifications}},
60
60
all given links <<should>> have a fetchable <<</package-list>>> file.
61
61
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 :
66
66
67
67
+-----+
68
68
<project>
@@ -78,17 +78,17 @@ Configuring <<<links>>> Parameter
78
78
</project>
79
79
+-----+
80
80
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}}.
82
82
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
84
84
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/\>}}
86
86
parameter in the <<<{{{http://maven.apache.org/plugins/maven-compiler-plugin}org.apache.maven.plugins:maven-compiler-plugin}}>>>
87
87
(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
89
89
{{{../javadoc-mojo.html#detectJavaApiLink}\<detectJavaApiLink/\>}} to <<<false>>>.
90
90
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
92
92
{{{../javadoc-mojo.html#javaApiLinks}\<javaApiLinks/\>}} parameter, i.e.:
93
93
94
94
+-----+
@@ -108,7 +108,7 @@ Configuring <<<links>>> Parameter
108
108
109
109
Configuring <<<offlineLinks>>> Parameter
110
110
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
112
112
goals. For instance, if your project has two modules i.e.:
113
113
114
114
+-----+
@@ -127,7 +127,7 @@ Configuring <<<offlineLinks>>> Parameter
127
127
128
128
<<Important Note>>: all offlinelinks are based on the $\{project.url\} if present.
129
129
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
131
131
{{{../javadoc-mojo.html#detectOfflineLinks}\<detectOfflineLinks/>}} parameter.
132
132
133
133
Refer to {{{../javadoc-mojo.html#offlineLinks}\<offlineLinks/\>}} parameter for more information.
0 commit comments