Add JavaDoc source indexing, as per EvilSeph's request
This commit is contained in:
parent
7837906a2a
commit
4ea6d54816
3
pom.xml
3
pom.xml
@ -62,6 +62,9 @@
|
|||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-javadoc-plugin</artifactId>
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
<version>2.7</version>
|
<version>2.7</version>
|
||||||
|
<configuration>
|
||||||
|
<linksource>true</linksource>
|
||||||
|
</configuration>
|
||||||
<reportSets>
|
<reportSets>
|
||||||
<reportSet>
|
<reportSet>
|
||||||
<reports>
|
<reports>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user