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

This closes #168
  • Loading branch information
ChristianSchulte authored and michael-o committed Jun 10, 2018
1 parent 29e9b50 commit 5b4e173
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -117,7 +117,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 5b4e173

Please sign in to comment.