Branch | Build Status |
---|---|
master |
This repository contains the core components and features required by the WSO2 Identity Server product.
If you want to build carbon-identity-framework from the source code:
- Install Java 8
- 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-identity-framework.git)
- Run the Maven command
mvn clean install
from thecarbon-identity-framework
directory.