https://github.com/wso2/carbon-apimgt
https://github.com/wso2/carbon-apimgt
api-management hacktoberfest
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wso2/carbon-apimgt
- Owner: wso2
- License: apache-2.0
- Created: 2014-02-26T06:46:48.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-12-16T13:59:03.000Z (6 months ago)
- Last Synced: 2025-12-18T01:46:08.547Z (6 months ago)
- Topics: api-management, hacktoberfest
- Language: Java
- Homepage:
- Size: 637 MB
- Stars: 182
- Watchers: 129
- Forks: 675
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# carbon-apimgt
## About this repository
| Branch | Build Status(Jenkins) | Build Status(TravisCI) |
| :------------ |:------------- |:-------------
| master | [](https://wso2.org/jenkins/view/platform/job/platform-builds/job/carbon-apimgt/) | [](https://travis-ci.org/wso2/carbon-apimgt) |
## Building from the source
If you want to build carbon-apimgt from the source code:
1. Install Java 11 (https://adoptopenjdk.net/archive.html)
1. Install Apache Maven 3.x.x (https://maven.apache.org/download.cgi#)
1. Get a clone or download the source from this repository (https://github.com/wso2/carbon-apimgt.git).
1. Check out branch master as follows:\
``git checkout master``
1. Navigate to the ``carbon-apimgt`` directory and run the following Maven command.\
``mvn clean install``