Skip to content

Commit 091413d

Browse files
committed
DATAES-665 - Fix plugin ordering to deploy Javadoc.
1 parent ff74425 commit 091413d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -267,14 +267,6 @@
267267

268268
<build>
269269
<plugins>
270-
<plugin>
271-
<groupId>org.apache.maven.plugins</groupId>
272-
<artifactId>maven-assembly-plugin</artifactId>
273-
</plugin>
274-
<plugin>
275-
<groupId>org.asciidoctor</groupId>
276-
<artifactId>asciidoctor-maven-plugin</artifactId>
277-
</plugin>
278270
<!--
279271
please do not remove this configuration for surefire - we need that to avoid issue with jar hell
280272
-->
@@ -292,6 +284,14 @@
292284
</systemPropertyVariables>
293285
</configuration>
294286
</plugin>
287+
<plugin>
288+
<groupId>org.apache.maven.plugins</groupId>
289+
<artifactId>maven-assembly-plugin</artifactId>
290+
</plugin>
291+
<plugin>
292+
<groupId>org.asciidoctor</groupId>
293+
<artifactId>asciidoctor-maven-plugin</artifactId>
294+
</plugin>
295295
</plugins>
296296
</build>
297297

0 commit comments

Comments
 (0)