You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by je...@apache.org on 2015/05/03 21:06:40 UTC

hbase git commit: HBASE-13598 Make hbase assembly attach to the project: doc addendum

Repository: hbase
Updated Branches:
  refs/heads/master a4799acd6 -> 1f02fffd0


HBASE-13598 Make hbase assembly attach to the project: doc addendum


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/1f02fffd
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/1f02fffd
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/1f02fffd

Branch: refs/heads/master
Commit: 1f02fffd044245fe777c2194517234950d530b35
Parents: a4799ac
Author: Jerry He <je...@apache.org>
Authored: Sun May 3 12:05:59 2015 -0700
Committer: Jerry He <je...@apache.org>
Committed: Sun May 3 12:05:59 2015 -0700

----------------------------------------------------------------------
 src/main/asciidoc/_chapters/developer.adoc | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/1f02fffd/src/main/asciidoc/_chapters/developer.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/_chapters/developer.adoc b/src/main/asciidoc/_chapters/developer.adoc
index 1fbf8a3..ee03614 100644
--- a/src/main/asciidoc/_chapters/developer.adoc
+++ b/src/main/asciidoc/_chapters/developer.adoc
@@ -636,8 +636,7 @@ Release needs to be tagged for the next step.
 
 . Deploy to the Maven Repository.
 +
-Next, deploy HBase to the Apache Maven repository, using the `apache-release` profile instead of the `release` profile when running the +mvn
-                            deploy+ command.
+Next, deploy HBase to the Apache Maven repository, using the `apache-release` profile instead of the `release` profile when running the `mvn deploy` command.
 This profile invokes the Apache pom referenced by our pom files, and also signs your artifacts published to Maven, as long as the _settings.xml_ is configured correctly, as described in <<mvn.settings.file,mvn.settings.file>>.
 +
 [source,bourne]
@@ -648,6 +647,8 @@ $ mvn deploy -DskipTests -Papache-release
 +
 This command copies all artifacts up to a temporary staging Apache mvn repository in an 'open' state.
 More work needs to be done on these maven artifacts to make them generally available. 
++
+We do not release HBase tarball to the Apache Maven repository. To avoid deploying the tarball, do not include the `assembly:single` goal in your `mvn deploy` command. Check the deployed artifacts as described in the next section.
 
 . Make the Release Candidate available.
 +