About
The Gateway Policy Plugin is used to develop Gateway configuration: it reads configuration files, converts them to the Gateway Restman bundle.
Usage
Usage documentation API Gateway Policy Plugin.
Building Your Gateway Project with the Plugin
The build is done using gradle. To build the plugin run ./gradlew build
.
Versioning
Versioning is done using the gradle-semantic-build-versioning plugin. Every time a pull request is merged into master
, the patch version is updated. For example, if the current version is 1.3.2
, the next pull request merged into master will cause the version to be updated to 1.3.3
. In order to update the major or minor version put either [major]
or [minor]
into the commit message.
Publish to Local
You can also publish the plugin to your local maven repository and print the published version by running: ./gradlew build publishToMavenLocal printVersion
Publishing
The plugin is published to Bintray: ca-api-gateway/gateway-developer-plugin. This then gets promoted to jCenter and Maven Central. For more details look at the build.gradle and .travis.yml files.
How You Can Contribute
Contributions are welcome and much appreciated. To learn more, see the Contribution Guidelines.
License
Copyright (c) 2018 CA/Broadcom. All rights reserved.
This software may be modified and distributed under the terms of the MIT license. See the LICENSE file for details.