You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2016/03/17 11:12:00 UTC

[4/4] kylin git commit: refine how to release

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/dea285e3
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/dea285e3
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/dea285e3

Branch: refs/heads/document
Commit: dea285e310caa08fee4067b7fbf8697ee70afb3e
Parents: 442567c
Author: Li Yang <li...@apache.org>
Authored: Thu Mar 17 15:56:53 2016 +0800
Committer: Li Yang <li...@apache.org>
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/dea285e3/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: