Skip to content

Commit 523a6df

Browse files
markpollackleijendary
authored andcommitted
Add back second javadoc execution in build
Signed-off-by: leijendary <[email protected]>
1 parent 5c483b0 commit 523a6df

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
@@ -598,6 +598,13 @@
598598
<goal>jar</goal>
599599
</goals>
600600
</execution>
601+
<execution>
602+
<id>generate-aggregate-javadocs</id>
603+
<phase>package</phase>
604+
<goals>
605+
<goal>aggregate</goal>
606+
</goals>
607+
</execution>
601608
</executions>
602609
</plugin>
603610
</plugins>

0 commit comments

Comments
 (0)