Skip to content

Commit

Permalink
Fix maven source plugin args after version upgrading.
Browse files Browse the repository at this point in the history
  • Loading branch information
valdar committed May 30, 2024
1 parent 9525e0b commit c1ee07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
Expand Down

0 comments on commit c1ee07e

Please sign in to comment.