change javadoc aggregate execution from prepare-package to site phase.

resolves #350
This commit is contained in:
Glenn Renfro
2017-11-10 11:50:30 -05:00
parent 6ef80f2a50
commit c5931011a0

View File

@@ -183,12 +183,13 @@
</execution>
<execution>
<id>aggregate</id>
<phase>prepare-package</phase>
<phase>site</phase>
<goals>
<goal>aggregate</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>