Add Javadoc Goal
This commit is contained in:
@@ -261,6 +261,14 @@
|
|||||||
<includePackageNames>fr.xephi.authme.api:*</includePackageNames>
|
<includePackageNames>fr.xephi.authme.api:*</includePackageNames>
|
||||||
<excludePackageNames>fr.xephi.authme:*</excludePackageNames>
|
<excludePackageNames>fr.xephi.authme:*</excludePackageNames>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<id>attach-javadocs</id>
|
||||||
|
<goals>
|
||||||
|
<goal>jar</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|||||||
Reference in New Issue
Block a user