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

This reverts commit 530f4a0c17.
This commit is contained in:
Jean-Baptiste Onofré 2023-06-25 18:14:31 +02:00
parent 530f4a0c17
commit b2902922b0
1 changed files with 1 additions and 1 deletions

View File

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