Skip to content

Commit

Permalink
[MNG-5940] Change the maven-source-plugin jar goal into jar-no-fork i…
Browse files Browse the repository at this point in the history
…n Maven Super POM
  • Loading branch information
ChristianSchulte committed Nov 12, 2016
1 parent 6cca564 commit 8dab444
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ under the License.
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
Expand Down

0 comments on commit 8dab444

Please sign in to comment.