mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2025-01-27 01:51:41 +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>
|
||||
<version>2.10.3</version>
|
||||
<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>
|
||||
<executions>
|
||||
<execution>
|
||||
|
Loading…
Reference in New Issue
Block a user