fix maven warning with duplicate plugin declaration (#6298)

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
Olivier Lamy 2021-05-19 20:28:39 +10:00 committed by GitHub
parent b7b16a880b
commit e69dff237d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -56,10 +56,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
@ -79,4 +75,4 @@
</plugin>
</plugins>
</build>
</project>
</project>