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

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.

Build JavaDoc

There is not much OpenCMIS documentation available, yet. This pages and the JavaDoc are the major sources for information. The JavaDoc can be build by running:

mvn javadoc:aggregate

The JavaDoc will be created in /target/site/apidocs.