mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-26 04:05:28 +01:00
Try to fix jenkins javadocs archive
This commit is contained in:
parent
fe538a4341
commit
c93bfae90c
9
pom.xml
9
pom.xml
@ -189,12 +189,17 @@
|
|||||||
<version>3.0.0</version>
|
<version>3.0.0</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>attach-javadocs</id>
|
<id>attach-javadoc</id>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>javadoc</goal>
|
|
||||||
<goal>jar</goal>
|
<goal>jar</goal>
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
|
<execution>
|
||||||
|
<id>aggregate-javadoc</id>
|
||||||
|
<goals>
|
||||||
|
<goal>aggregate</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<finalName>${project.outputName}-${project.version}</finalName>
|
<finalName>${project.outputName}-${project.version}</finalName>
|
||||||
|
Loading…
Reference in New Issue
Block a user