Branch | Build Status(Jenkins) | Build Status(TravisCI) |
---|---|---|
master |
If you want to build carbon-apimgt from the source code:
- Install Java 7 or 8 (http://www.oracle.com/technetwork/java/javase/downloads/)
- Install Apache Maven 3.x.x (https://maven.apache.org/download.cgi#)
- Get a clone or download the source from this repository (https://github.com/wso2/carbon-apimgt.git).
- Check out branch master as follows:
git checkout master
- Navigate to the
carbon-apimgt
directory and run the following Maven command.
mvn clean install