Add links to Guava apidocs in javadoc generation
authorDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Wed, 8 Jul 2015 18:30:41 +0000 (20:30 +0200)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Wed, 8 Jul 2015 18:30:41 +0000 (20:30 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 5acb737..a4a4d1d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-javadoc-plugin</artifactId>
                                <version>${plugin.javadoc.version}</version>
+                               <configuration>
+                                       <detectLinks>true</detectLinks>
+                                       <links>
+                                               <link>http://docs.guava-libraries.googlecode.com/git-history/v18.0/javadoc/</link>
+                                       </links>
+                               </configuration>
                                <executions>
                                        <execution>
                                                <id>attach-javadocs</id>