mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2025-02-05 06:21:28 +01:00
Fix Javadoc generation
This commit is contained in:
parent
5354a6913f
commit
ebb4f2bd3e
3
pom.xml
3
pom.xml
@ -258,7 +258,8 @@
|
|||||||
<artifactId>maven-javadoc-plugin</artifactId>
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
<version>2.10.3</version>
|
<version>2.10.3</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<excludePackageNames>fr.xephi.authme.api.*:fr.xephi.authme.events.*</excludePackageNames>
|
<excludePackageNames>fr.xephi.*</excludePackageNames>
|
||||||
|
<includePackageNames>fr.xephi.authme.api:fr.xephi.authme.events</includePackageNames>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
Loading…
Reference in New Issue
Block a user