Use jar-no-fork goal for maven-source-plugin to avoid potential duplicate artifacts attached

This commit is contained in:
Jean-Baptiste Onofré 2023-06-24 07:01:13 +02:00
parent 046c36a381
commit f73e3bb195
1 changed files with 1 additions and 1 deletions

View File

@ -1404,7 +1404,7 @@
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>