Use jar-no-fork for the maven-source-plugin

This commit is contained in:
JB Onofré 2023-06-28 11:19:56 +02:00
parent 793bc24da1
commit cca55a1f68

View File

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