#1264 - Move Javadoc generation to prepare-package in distribute profile.

Moving to prepare-package avoids ordering side-effects if a store module wants to customize Javadoc options.
This commit is contained in:
Mark Paluch
2020-11-26 11:15:40 +01:00
parent 7b47a67698
commit 3df77adb00

View File

@@ -398,7 +398,7 @@
<goals>
<goal>aggregate-no-fork</goal>
</goals>
<phase>package</phase>
<phase>prepare-package</phase>
</execution>
</executions>
</plugin>