Skip to content

Commit

Permalink
Remove additional maven-source-plugin execution
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed Nov 21, 2023
1 parent c88c459 commit cb2c915
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 @@ -202,15 +202,6 @@
</manifestEntries>
</archive>
</configuration>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<!-- Attach javadoc jar -->
Expand Down

0 comments on commit cb2c915

Please sign in to comment.