davisusanibar commented on code in PR #13352: URL: https://github.com/apache/arrow/pull/13352#discussion_r893583186
########## docs/source/java/install.rst: ########## @@ -143,8 +143,31 @@ Installing Nightly Packages Arrow nightly builds are posted on the mailing list at `[email protected]`_. The artifacts are uploaded to GitHub. For example, for 2022/03/01, they can be found at `Github Nightly`_. -Maven cannot directly use the artifacts from GitHub. -Instead, install them to the local Maven repository: +Installing from Apache Nightlies +******************************** + +Steps involved to install to local Maven repository using Apache Nightlies Repository: + +1. Is needed to add Apache Nightlies Repository to the Maven/Gradle project. For Maven pom.xml is needed to add arrow/java directory. + +.. code-block:: xml + + <properties> + <arrow.version>9.0.0.dev191</arrow.version> Review Comment: This is an incremental directory, it means we haver more Java artifacts as more nightly build do we have. Pending to define what could the maximum versions storage. Adding more detail on the steps. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
