Skip to content

Commit

Permalink
[bugfix] Do not generate source jar twice during release
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed May 27, 2024
1 parent 814b34a commit 3f995ca
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -475,15 +475,6 @@
</manifestEntries>
</archive>
</configuration>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 3f995ca

Please sign in to comment.