Versions Compared

Key

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

How to build OpenCMIS

Latest OpenCMIS releases are available at OpenCMIS here. If you want to build the latest and greatest instead, that's a simple taskfollow these simple steps:

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

Build the Client Libraries

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 If you need the OpenCMIS client libraries (with all dependencies, change to the trunk directory and run:

No Format

mvn package assembly:assembly -Dmaven.test.skip=true

This will create a zip file in the /target directory with all required JAR files.

Build the Server Framework

) 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

The server framework will be build with the whole project. There are no additional steps necessary. Please refer to the Server Framework page for more information where to find it and how to use it.

Build JavaDoc

...