Simplify documentation generation

We don't require a build fork to generate the documentation anymore since we don't use Lombok anymore.

See gh-574.
This commit is contained in:
Mark Paluch
2020-09-14 17:09:52 +02:00
parent 81094fca7f
commit 03e5b8739a

View File

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