Removing aggregate javadoc, as it's incompatible with release on JDK 9+

This commit is contained in:
Joakim Erdfelt 2019-09-16 14:42:52 -05:00
parent 5288dfcb40
commit 8e20f23b52
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<useReleaseProfile>false</useReleaseProfile>
<goals>javadoc:aggregate-jar deploy</goals>
<goals>deploy</goals>
<arguments>-Peclipse-release</arguments>
<preparationGoals>clean install</preparationGoals>
<mavenExecutorId>forked-path</mavenExecutorId>