GitHub user pkozelka reopened a pull request:
https://github.com/apache/maven/pull/61
fix release profile to use source:jar-no-fork instead of source:jar
This fixes `release-profile` in Maven's default pom so that it invokes
`source:jar-no-fork` instead of `source:jar`, becaus
GitHub user pkozelka opened a pull request:
https://github.com/apache/maven/pull/61
fix release profile to use source:jar-no-fork instead of source:jar
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pkozelka/maven pk/fix