DATAES-665 - Fix plugin ordering to deploy Javadoc.

This commit is contained in:
Mark Paluch 2019-10-01 08:38:48 +02:00
parent ff74425132
commit 091413dd69

16
pom.xml
View File

@ -267,14 +267,6 @@
<build> <build>
<plugins> <plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
</plugin>
<!-- <!--
please do not remove this configuration for surefire - we need that to avoid issue with jar hell please do not remove this configuration for surefire - we need that to avoid issue with jar hell
--> -->
@ -292,6 +284,14 @@
</systemPropertyVariables> </systemPropertyVariables>
</configuration> </configuration>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
</plugin>
</plugins> </plugins>
</build> </build>