Remove extraneous javadoc execution

This commit is contained in:
Mark Pollack
2024-12-23 09:38:12 -05:00
parent 756a9dcc08
commit c257220d85

View File

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