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

This reverts commit 977c9be9ad.
This commit is contained in:
Jean-Baptiste Onofré 2023-06-25 18:14:50 +02:00
parent 977c9be9ad
commit aba007aab1
1 changed files with 1 additions and 1 deletions

View File

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