Add Javadoc Goal
This commit is contained in:
parent
eea3697fa4
commit
1246bf4b4c
8
pom.xml
8
pom.xml
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user