Skip to content

Commit f836d0e

Browse files
committed
Added an external link to the JDK for the javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@661291 13f79535-47bb-0310-9956-ffa450edef68
1 parent 10135cb commit f836d0e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,16 @@
183183

184184
<reporting>
185185
<plugins>
186+
<plugin>
187+
<groupId>org.apache.maven.plugins</groupId>
188+
<artifactId>maven-javadoc-plugin</artifactId>
189+
<configuration>
190+
<linksource>true</linksource>
191+
<links>
192+
<link>http://java.sun.com/javase/6/docs/api</link>
193+
</links>
194+
</configuration>
195+
</plugin>
186196
<plugin>
187197
<groupId>org.apache.maven.plugins</groupId>
188198
<artifactId>maven-changes-plugin</artifactId>

0 commit comments

Comments
 (0)