Removing aggregate javadoc, as it's incompatible with release on JDK 9+
This commit is contained in:
parent
5288dfcb40
commit
8e20f23b52
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue