Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

How to build OpenCMIS

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

No Format
mvn clean install -Dmaven.test.skip=true

Note, you will likely run into https://issues.apache.org/jira/browse/CMIS-322 if you're using Maven 3.0+.

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 Wiki and the JavaDoc are the major sources for information. The JavaDoc can be build by running:

No Format
mvn javadoc:aggregate

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