This is an automated email from the ASF dual-hosted git repository.

uwe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new e6d8eed  ARROW-2322: [Java] Document dev environment requirements for 
publishing Java release artifacts
e6d8eed is described below

commit e6d8eed29c7d120a1ecff9d59fd9abe64840bac7
Author: Wes McKinney <[email protected]>
AuthorDate: Fri Mar 23 10:05:50 2018 +0100

    ARROW-2322: [Java] Document dev environment requirements for publishing 
Java release artifacts
    
    This is a one-time setup, but may be a stumbling block for new release 
managers (it was for me after a clean install)
    
    Author: Wes McKinney <[email protected]>
    
    Closes #1782 from wesm/ARROW-2322 and squashes the following commits:
    
    7992832 <Wes McKinney> Add links about Maven configuration for Java release 
process
---
 dev/release/README                | 4 +++-
 dev/release/RELEASE_MANAGEMENT.md | 5 ++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev/release/README b/dev/release/README
index 7868c94..dceb484 100644
--- a/dev/release/README
+++ b/dev/release/README
@@ -2,7 +2,9 @@ requirements:
 - being a committer to be able to push to dist and maven repository
 - a gpg key to sign the artifacts
 - use java 7. check your JAVA_HOME environment variable (at least for now. See 
ARROW-930)
-- have the build requirements for cpp and c_glibg installed (see their README)
+- Maven configured to publish artifacts to Apache repositories (see
+  http://www.apache.org/dev/publishing-maven-artifacts.html)
+- have the build requirements for cpp and c_glib installed (see their README)
 
 to release, run the following (replace 0.1.0 with version to release):
 
diff --git a/dev/release/RELEASE_MANAGEMENT.md 
b/dev/release/RELEASE_MANAGEMENT.md
index 0f8c220..0069a2a 100644
--- a/dev/release/RELEASE_MANAGEMENT.md
+++ b/dev/release/RELEASE_MANAGEMENT.md
@@ -180,7 +180,10 @@ same time because they are interdependent.
 
 ### Updating Java Maven artifacts in Maven central
 
-See instructions at end of 
https://github.com/apache/arrow/blob/master/dev/release/README
+See instructions at end of
+https://github.com/apache/arrow/blob/master/dev/release/README. You must set up
+Maven to be able to publish to Apache's repositories. Read more at
+http://www.apache.org/dev/publishing-maven-artifacts.html.
 
 [1]: https://github.com/apache/arrow/blob/master/dev/release/README
 [2]: https://github.com/apache/arrow-dist

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to