How to build OpenCMIS

OpenCMIS releases are available here. If you want to build the latest and greatest instead, follow these simple steps:

 
mvn clean install -Dmaven.test.skip=true
  • To produce also commodity packages (ZIPs and Tarballs), source and javadoc JARs run:
 
mvn clean install -Papache-release

The Client Libraries

After the build, the OpenCMIS client libraries (with all dependencies) reside in the /chemistry-opencmis-client/chemistry-opencmis-client-impl/target directory. The zip file contains all libraries necessary to build a CMIS client.

The Server Framework

Please refer to the Server Framework page for more information where to find it and how to use it.

JavaDocs

Releases Javadocs

You can access OpenCMIS releases Javadocs in the following ways:

  1. Every release publishes an online Javadoc version
  2. Javadocs are included in the chemistry-opencmis-docs.zip and chemistry-opencmis-docs.tar.gz packages for offline browsing

To browse online Javadocs for latest/older releases check the home page's Download section.

Latest Javadocs

You can access OpenCMIS latest (trunk) Javadocs in the following ways:

  1. Build them from trunk using Maven

  2. Checkout the project trunk

  3. Run mvn site or mvn javadoc:aggregate
  4. Open ./target/site/apidocs/index.html

2.Access the latest CI Javadoc

  • (TODO) Latest Javadocs for current SNAPSHOT version (trunk) are produced by our build server and available here