diff options
author | Brian S. O'Neill <bronee@gmail.com> | 2006-12-27 06:55:06 +0000 |
---|---|---|
committer | Brian S. O'Neill <bronee@gmail.com> | 2006-12-27 06:55:06 +0000 |
commit | b1a2f49100d74efb899e79e7ebb2b4af385baddb (patch) | |
tree | 9d47d56dd9c06aa8436920dc321e8f8eb74ac4c9 | |
parent | 4feba9692e06257ad763e3a760661aca1dab7f7d (diff) |
Split javadoc index.
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -134,6 +134,7 @@ <artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<aggregate>true</aggregate>
+ <splitindex>true</splitindex>
<links>
<link>http://java.sun.com/j2se/1.5.0/docs/api</link>
<link>http://cojen.sourceforge.net/apidocs</link>
|