This project's purpose is to simplify the process of making LibreOffice SDK available via Maven/Leiningen/Clojars by packing the contents of the JARs in the LibreOffice Java SDK jar files into one single JAR, and pushing that as an artifact to the public Clojars Maven repository
This project is based on the excellent Leiningen tool, which you need to install first. Furthermore, you need an account at Clojars.
Once these requirements are met, this is the procedure to create a new lo-sdk release and push it to Clojars.
-
Copy the current LibreOffice jars from your LibreOffice install into the
input-jars/
folder. -
Adjust the version number in
project.clj
to match the LibreOffice release. -
Run the
do-release.sh
script.
That will create one single JAR containing all LibreOffice SDK classes and upload it to clojars.
This packaging: Copyright (C) 2013 Tulos Capital
Distributed under the MIT License, see http://tulos.mit-license.org for details.
The underlying jars: Various, see LICENSE.txt for details.