refine how to release
Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/ba614aa0 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/ba614aa0 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/ba614aa0 Branch: refs/heads/document Commit: ba614aa02a505507a69a80af97382099f89f4f9d Parents: 3ff05a9 Author: Li Yang <[email protected]> Authored: Thu Mar 17 15:56:53 2016 +0800 Committer: Li Yang <[email protected]> Committed: Thu Mar 17 18:11:47 2016 +0800 ---------------------------------------------------------------------- website/_dev/howto_release.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/ba614aa0/website/_dev/howto_release.md ---------------------------------------------------------------------- diff --git a/website/_dev/howto_release.md b/website/_dev/howto_release.md index 4734d2d..9a5d7bd 100644 --- a/website/_dev/howto_release.md +++ b/website/_dev/howto_release.md @@ -121,8 +121,8 @@ $ read -s GPG_PASSPHRASE $ git clean -xn $ mvn clean -# Fix any license issues as prompted -$ mvn -Papache-release -Dgpg.passphrase=${GPG_PASSPHRASE} install +# Fix any license issues as reported by target/rat.txt +$ mvn -Papache-release -DskipTests -Dgpg.passphrase=${GPG_PASSPHRASE} install {% endhighlight %} Optionally, when the dry-run has succeeded, change install to deploy:
