mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-09-18 21:45:12 +00:00
Add JavaDoc source indexing, as per EvilSeph's request
This commit is contained in:
parent
7837906a2a
commit
4ea6d54816
1 changed files with 3 additions and 0 deletions
3
pom.xml
3
pom.xml
|
@ -62,6 +62,9 @@
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>2.7</version>
|
||||
<configuration>
|
||||
<linksource>true</linksource>
|
||||
</configuration>
|
||||
<reportSets>
|
||||
<reportSet>
|
||||
<reports>
|
||||
|
|
Loading…
Add table
Reference in a new issue