Add back second javadoc execution in build

This commit is contained in:
Mark Pollack
2024-12-23 12:10:14 -05:00
parent 3bb49c3fd6
commit b23c0f2467

View File

@@ -595,6 +595,13 @@
<goal>jar</goal>
</goals>
</execution>
<execution>
<id>generate-aggregate-javadocs</id>
<phase>package</phase>
<goals>
<goal>aggregate</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>