Skip to content

Commit

Permalink
Don't fork lifecycle when creating source jar
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganwitt committed Oct 2, 2024
1 parent 078e074 commit b985724
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,10 @@
<version>${sourcePluginVersion}</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar</goal>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
Expand Down

0 comments on commit b985724

Please sign in to comment.