Skip to content

Commit

Permalink
Merge pull request #107 from jglick/flatten-JENKINS-51247-source-fork
Browse files Browse the repository at this point in the history
[JENKINS-51247] Always use source:jar-no-fork, not source:jar
  • Loading branch information
jglick committed May 15, 2018
2 parents 6772c3c + d535a30 commit 832ee40
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 832ee40

Please sign in to comment.