#784 - Polishing.

Switch Javadoc generation to no-fork to avoid a second build pass.
This commit is contained in:
Mark Paluch
2020-07-27 11:41:58 +02:00
parent 50b7f65a9d
commit be165cf18f

View File

@@ -394,7 +394,7 @@
<execution>
<id>aggregate-javadoc</id>
<goals>
<goal>aggregate</goal>
<goal>aggregate-no-fork</goal>
</goals>
<phase>package</phase>
</execution>