projects
/
Sone.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74f4317
)
Add links to other APIs in javadoc.
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Fri, 26 Nov 2010 11:46:15 +0000
(12:46 +0100)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Fri, 26 Nov 2010 11:46:15 +0000
(12:46 +0100)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
2ac12a2
..
03f0608
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-86,4
+86,19
@@
</plugin>
</plugins>
</build>
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <links>
+ <link>http://download.oracle.com/javase/6/docs/api/</link>
+ <link>http://java.pterodactylus.net/utils/apidocs/</link>
+ <link>http://java.pterodactylus.net/utils.json/apidocs/</link>
+ </links>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
</project>