Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...

The Client Libraries

If you need After the build 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

...