From 9ca2de8c5995657973665189903aa2eebe0ef69a Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Tue, 1 Dec 2015 00:20:09 +0100 Subject: Expose metadata to deploy LibreOffice artifacts on Maven Central As outlined in the requirements to deploy the artifacts on Maven Central, the metdata must be provided: * Project Name, Description and URL * License Information * Developer Information * SCM Information [1] http://central.sonatype.org/pages/requirements.html Change-Id: I0bcd19a22d0e1a48f0faec0b414f816f7da5b318 Reviewed-on: https://gerrit.libreoffice.org/20315 Tested-by: Jenkins Reviewed-by: Thorsten Behrens --- ridljar/pom.ridl.xml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 ridljar/pom.ridl.xml (limited to 'ridljar/pom.ridl.xml') diff --git a/ridljar/pom.ridl.xml b/ridljar/pom.ridl.xml new file mode 100644 index 000000000000..96b862a045d1 --- /dev/null +++ b/ridljar/pom.ridl.xml @@ -0,0 +1,44 @@ + + 4.0.0 + org.libreoffice + ridl + @version@ + jar + LibreOffice - Types for the Java Uno typesystem + Types for the Java Uno typesystem + https://www.libreoffice.org + + + + Mozilla Public License, Version 2.0 + https://www.mozilla.org/en-US/MPL/2.0 + repo + + + + + http://cgit.freedesktop.org/libreoffice/core + https://gerrit.libreoffice.org/#/admin/projects/core + + + + + The Document Foundation + + + + + + LibreOffice Development Mailing List + libreoffice@lists.freedesktop.org + http://lists.freedesktop.org/mailman/listinfo/libreoffice + http://lists.freedesktop.org/mailman/listinfo/libreoffice + http://lists.freedesktop.org/archives/libreoffice + + + + + https://bugs.documentfoundation.org + LibreOffice Issue Tracker + + -- cgit