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

(cherry picked from commit f73e3bb195)
This commit is contained in:
Jean-Baptiste Onofré 2023-06-24 07:01:13 +02:00
parent 2383a06b20
commit 530f4a0c17
1 changed files with 1 additions and 1 deletions

View File

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