projects
/
jFCPlib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61ab246
)
Add links to Guava apidocs in javadoc generation
author
David ‘Bombe’ Roden
<bombe@freenetproject.org>
Wed, 8 Jul 2015 18:30:41 +0000
(20:30 +0200)
committer
David ‘Bombe’ Roden
<bombe@freenetproject.org>
Wed, 8 Jul 2015 18:30:41 +0000
(20:30 +0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
5acb737
..
a4a4d1d
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-65,6
+65,12
@@
<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>