Uno/Java/MavenBundles

From Apache OpenOffice Wiki
< Uno‎ | Java
Revision as of 20:30, 22 November 2006 by MirkoNasato (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Maven Bundles for Java Uno JARs

Maven is a popular Java build tool that provides many useful features for building Java projects, including dependency management.

This document is a proposal to make the Java Uno JAR files available to the Maven Central Repository, so that projects that use Java Uno can fully benefit from Maven dependency management features.

The JAR files, or artifacts, to be made available would be

  • juh.jar
  • jurt.jar
  • ridl.jar
  • unoil.jar

The upload procedure is detailed in Guide to uploading artifacts to The Central Repository. New bundles would be created and uploaded at each OpenOffice.org stable release.

Each artifact (JAR file) needs to be packaged into a bundle that also includes an XML file (pom.xml) containing information about the artifact, including name, description, version, license, and dependencies.

The proposed values to be provided in the XML description files are

Element Value
Common to all artifacts
groupId org.openoffice
version the OOo version that shipped this JAR, e.g.: 2.0.4
url http://udk.openoffice.org
license name GNU Lesser General Public License, Version 2.1
license url http://www.openoffice.org/licenses/lgpl_license.html
scm url http://udk.openoffice.org/source/browse/api/
scm connection scm:cvs:pserver:anoncvs@anoncvs.services.openoffice.org:/cvs
Artifact: juh
artifactId openoffice-juh
name OpenOffice.org "javaunohelper" module
description Various tools and adapters for Java Uno.
dependencies openoffice-jurt, openoffice-ridl
Artifact: jurt
artifactId openoffice-jurt
name OpenOffice.org "jurt" module
description JURT stands for "Java Uno Runtime". The JURT module basically implements Java Uno.
dependencies openoffice-ridl
Artifact: ridl
artifactId openoffice-ridl
name OpenOffice.org "ridl" module
description The "ridljar" module implements the base types for the Java Uno typesystem, as well as a types access library.
dependencies -
Artifact: unoil
artifactId openoffice-unoil
name OpenOffice.org "unoil" module
description Java class files generated from the IDL Files to create the Java UNO Interface.
dependencies openoffice-ridl
Personal tools