Skip to content

Commit

Permalink
Merge pull request #99 from flock-community/fix-attach-sources-reruns
Browse files Browse the repository at this point in the history
Run maven-source-plugin attach-sources with jar-no-fork
  • Loading branch information
ZzAve authored Jan 21, 2024
2 parents 6c1dcec + 56e5421 commit 4b8680d
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 @@ -458,7 +458,7 @@
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
Expand Down

0 comments on commit 4b8680d

Please sign in to comment.