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

This reverts commit f73e3bb195.
This commit is contained in:
Jean-Baptiste Onofré 2023-06-25 18:14:07 +02:00
parent f73e3bb195
commit 688b6dc50f
1 changed files with 1 additions and 1 deletions

View File

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