Skip to content

Commit b23c0f2

Browse files
committed
Add back second javadoc execution in build
1 parent 3bb49c3 commit b23c0f2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,13 @@
595595
<goal>jar</goal>
596596
</goals>
597597
</execution>
598+
<execution>
599+
<id>generate-aggregate-javadocs</id>
600+
<phase>package</phase>
601+
<goals>
602+
<goal>aggregate</goal>
603+
</goals>
604+
</execution>
598605
</executions>
599606
</plugin>
600607
</plugins>

0 commit comments

Comments
 (0)