Versions Compared

Key

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

...

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.

...