office-gobmx/javaunohelper
David Ostrovsky 1fd41f43eb Add build toolchain to upload LibreOffice API to Maven Central
Set up the toolchain to create sources and javadocs artifacts in
addition to JARs created during the build. Use Buck build tool for
that: [1]. This is a fork of Google's build tool Blaze, created by
Xooglers at Facebook. This build tool (like Blaze itself) uses
Python to write build files.

Add needed tools and build files to install LibreOffice API artifacts
to local Maven repository or deploy them to Maven Central.

To build all needed artifacts LibreOffice must be built regularly
with GNU make first. To build the rest of the API (sources and
javadocs):

  $> buck build api

To replace version number with upcoming release version:

  $> solenv/bin/version.py 5.1.0

To install the API to local Maven repository:

  $> buck build api_install

To deploy the API to Maven Central:

  $> buck build api_deploy

Detailed documentation is added to document the prerequisites and
the workflow to upload LibreOffice API to Maven Central.

* [1] https://buckbuild.com

Change-Id: Ibdd552a01110836703bc069abe829b9921491cac
Reviewed-on: https://gerrit.libreoffice.org/20343
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-12-03 23:32:11 +00:00
..
com/sun/star java: remove ((unnecessary)) parentheses 2015-11-05 14:55:16 +02:00
source cppcheck: noExplicitConstructor 2015-11-24 10:35:44 +00:00
test/com/sun/star java: remove ((unnecessary)) parentheses 2015-11-05 14:55:16 +02:00
util
BUCK Add build toolchain to upload LibreOffice API to Maven Central 2015-12-03 23:32:11 +00:00
Jar_juh.mk Fold URE: Windows 2014-12-03 15:19:55 +01:00
JunitTest_juh.mk java: remove OOoRunnerLight 2014-12-16 11:51:57 +01:00
Library_juh.mk
Library_juhx.mk
Makefile
Module_javaunohelper.mk javaunohelper: migrate ComponentBase_Test to JUnit 2014-09-23 19:29:38 +00:00
pom.juh.xml Expose metadata to deploy LibreOffice artifacts on Maven Central 2015-12-01 08:45:25 +00:00
README

Makes it easier to use UNO with Java.