Add Javadoc Goal

This commit is contained in:
Xephi59 2015-12-30 23:46:38 +01:00
parent eea3697fa4
commit 1246bf4b4c

View File

@ -261,6 +261,14 @@
<includePackageNames>fr.xephi.authme.api:*</includePackageNames>
<excludePackageNames>fr.xephi.authme:*</excludePackageNames>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>