From 78e4b97a18a18f84c228de64fc48cee48138fbfe Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Sun, 27 Oct 2013 20:32:40 +0100 Subject: Set up tool chain to install LO artifacts in Maven repositories Add /bin to your path. After full LO compile, the LO Java artifacts can be installed in the local Maven repository: mvn.py -a install -v 4.2.0 -s juh:jar:/juh.jar mvn.py -a install -v 4.2.0 -s jurt:jar:/jurt.jar mvn.py -a install -v 4.2.0 -s ridl:jar:/ridl.jar mvn.py -a install -v 4.2.0 -s unoil:jar:/unoil.jar With the artifacts installed this way, it is now possible to consume LO artifacts from custom pom.xml: [...] 4.2.0 [...] org.libreoffice juh ${LibreOffice-Version} provided org.libreoffice jurt ${LibreOffice-Version} provided org.libreoffice ridl ${LibreOffice-Version} provided org.libreoffice unoil ${LibreOffice-Version} provided Change-Id: I2ad982ae23c78242ed8f1ac4c88c6be424cc7a0d Reviewed-on: https://gerrit.libreoffice.org/6453 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- bin/fake_pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bin/fake_pom.xml (limited to 'bin/fake_pom.xml') diff --git a/bin/fake_pom.xml b/bin/fake_pom.xml new file mode 100644 index 000000000000..50599f3ab4a7 --- /dev/null +++ b/bin/fake_pom.xml @@ -0,0 +1,6 @@ + + 4.0.0 + org.libreoffice + LibreOffice-Maven + 1 + -- cgit v1.2.3