Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Try to prevent double attach-sources execution
Browse files Browse the repository at this point in the history
The log shows maven-source-plugin executing twice during release, which
causes the 2nd upload of the sources jar to fail the release.
  • Loading branch information
Oli Dagenais committed Sep 29, 2015
1 parent 25cd798 commit 6d1ed1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ Licensed under the MIT license. See License.txt in the project root. -->
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
<goal>jar</goal>
</goals>
</execution>
</executions>
Expand Down

0 comments on commit 6d1ed1e

Please sign in to comment.