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/23 07:58:53 UTC

[04/50] [abbrv] 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/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 <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/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: