Setting up your development environment
Clamp is built using maven and is mostly composed of java code. Please follow the instructions under the Setting your development environment page to prepare your machine for developing clamp.
Cloning CLAMP code
CLAMP code is located in a single git repository named clamp
it is accessible via HTTPS : https://gerrit.onap.org/r/a/clamp.git
or SSH : ssh://USERNAME@gerrit.onap.org:29418/clamp
Please make sure to review the ONAP Development Procedures and Policies to understand how to interact with the gerrit/git repositories.
Project structure
CLAMP is composed of a main pom.xml and several sub modules.