Skip to content

Commit

Permalink
Fix an issue with double execution of maven-source-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed Nov 18, 2023
1 parent 81ecec6 commit fbe8186
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 @@ -197,15 +197,6 @@
</manifestEntries>
</archive>
</configuration>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<!-- Attach javadoc jars -->
Expand Down

0 comments on commit fbe8186

Please sign in to comment.