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 Apr 1, 2024
1 parent 664df99 commit a135143
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 @@ -461,15 +461,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 a135143

Please sign in to comment.