mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-21 18:15:26 +01:00
WIP doxygen fix.
This commit is contained in:
parent
1fac13247f
commit
484a7c1408
13
pom.xml
13
pom.xml
@ -14,7 +14,7 @@
|
||||
<repositories>
|
||||
<!-- Spigot -->
|
||||
<repository>
|
||||
<id>spigot-repo</id>
|
||||
<id>spigotmc-repo</id>
|
||||
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
@ -162,6 +162,17 @@
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>net.sf.doodleproject</artifactId>
|
||||
<artifactId>doxygen-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<alphabeticalIndex>true</alphabeticalIndex>
|
||||
<inputDirectory>${basedir}/src/main/java</inputDirectory>
|
||||
<filePatterns>*.java</filePatterns>
|
||||
<recursive>true</recursive>
|
||||
<outputDirectory>${project.reporting.outputDirectory}/doxygen</outputDirectory>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>2.10.4</version>
|
||||
|
Loading…
Reference in New Issue
Block a user