#828 - Polishing.
Switched to javadoc:javadoc goal as we're not an aggregator project and can prevent the lifecycle restart from being triggered which caused plugins being bound to lifecycle phases before compile to be re-triggered. Upgraded to Asciidoctor Maven Plugin 1.5.7.1. Removed custom CSS stylesheet for Javadoc as it doesn't look right with current Javadoc.
This commit is contained in:
5
pom.xml
5
pom.xml
@@ -285,7 +285,7 @@
|
||||
<execution>
|
||||
<id>aggregate-javadoc</id>
|
||||
<goals>
|
||||
<goal>aggregate</goal>
|
||||
<goal>javadoc</goal>
|
||||
</goals>
|
||||
<phase>package</phase>
|
||||
</execution>
|
||||
@@ -318,7 +318,7 @@
|
||||
<plugin>
|
||||
<groupId>org.asciidoctor</groupId>
|
||||
<artifactId>asciidoctor-maven-plugin</artifactId>
|
||||
<version>1.5.6</version>
|
||||
<version>1.5.7.1</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.asciidoctor</groupId>
|
||||
@@ -694,7 +694,6 @@
|
||||
<source>${source.level}</source>
|
||||
<quiet>true</quiet>
|
||||
<doclint>none</doclint>
|
||||
<stylesheetfile>${basedir}/src/main/javadoc/spring-javadoc.css</stylesheetfile>
|
||||
<links>
|
||||
<link>http://static.springframework.org/spring/docs/4.3.x/javadoc-api</link>
|
||||
<link>http://docs.oracle.com/javase/6/docs/api</link>
|
||||
|
||||
Reference in New Issue
Block a user