Fixed pom description

This commit is contained in:
Luca Frosini 2022-09-20 14:21:56 +02:00
parent acda92b5aa
commit a72dfe904e
1 changed files with 3 additions and 2 deletions

View File

@ -273,6 +273,7 @@
</execution>
</executions>
</plugin>
<!-- Enunciate Maven plugin -->
<plugin>
<groupId>com.webcohesion.enunciate</groupId>
@ -287,8 +288,7 @@
</execution>
</executions>
</plugin>
<!-- Copy Enunciate Documentation from your-application/docs into your war -->
<!-- Copy Enunciate Documentation from your-application/api-docs into your war -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
@ -312,6 +312,7 @@
</execution>
</executions>
</plugin>
</plugins>
</build>