[MNG-5940] Change the maven-source-plugin jar goal into jar-no-fork in Maven Super POM

This closes #168
This commit is contained in:
Christian Schulte 2016-01-27 02:56:28 +01:00 committed by Michael Osipov
parent 29e9b50b8b
commit 5b4e173f7d
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ under the License.
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>