Package org.apache.sis.internal.unopkg


package org.apache.sis.internal.unopkg
Creates a .oxt file for OpenOffice.org add-in. Those files are basically ZIP files with META-INF/manifest.xml and .rdb entries. The principle is similar to Java JAR files.

This Maven plugin has be written for building the Apache SIS add-in for OpenOffice.org, but can also be used for other projects. See the Apache SIS add-in module for an example about how a module can be configured in order to use this Maven plugin.

Usage

Below is an example of pom.xml build configuration. The following strings need to be replaced:
  • com.myproject.Registration — The fully qualified class name of your class which contain the __getServiceFactory(…) and __writeRegistryServiceInfo(…) public static methods.
  • myAddinFilename — The final filename, without the .oxt extension.

Maven project file

Since:
0.8
Version:
1.0
  • Classes
    Class
    Description
    Compiles Java interfaces from OpenOffice IDL files.
    Copies *.class files from source directory to output directory.
    Creates an .oxt package for OpenOffice.org addins.