Skip to content

Commit

Permalink
[JENKINS-51247] Always use source:jar, not source:jar-no-fork.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed May 14, 2018
1 parent 2349601 commit d535a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -838,7 +838,7 @@
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
<goal>jar-no-fork</goal>
</goals>
</execution>
<execution>
Expand Down

0 comments on commit d535a30

Please sign in to comment.