Change javadoc goal to aggregate-jar

This commit is contained in:
Flowsqy 2021-12-30 11:51:35 +01:00
parent bc16a6b0e9
commit 9e1f715595

View File

@ -407,7 +407,7 @@
<executions> <executions>
<execution> <execution>
<goals> <goals>
<goal>jar</goal> <goal>aggregate-jar</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>