Skip navigation.

building

The cometd-java module is built with maven and is included in a maven build from the top level of the project. To build the module directly:
cd $COMETD_HOME/cometd-java
mvn install

Currently this build only an API module with:
groupId: dojox.cometd
artifactId: cometd-java-api

Since this is currently no stable release, only a snapshot release is built and installed in your local repository. For released versions of the API, see cometd-jetty.