Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/athiththan11/wso2-handler-maven-archetype
Maven Archetype for WSO2 Handlers
https://github.com/athiththan11/wso2-handler-maven-archetype
custom-handler maven maven-archetype wso2 wso2-api-manager wso2-custom-handler wso2-esb wso2-handler wso2-handlers
Last synced: about 1 month ago
JSON representation
Maven Archetype for WSO2 Handlers
- Host: GitHub
- URL: https://github.com/athiththan11/wso2-handler-maven-archetype
- Owner: athiththan11
- License: apache-2.0
- Created: 2019-04-21T11:58:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-04T18:24:51.000Z (over 4 years ago)
- Last Synced: 2024-11-08T15:00:08.179Z (3 months ago)
- Topics: custom-handler, maven, maven-archetype, wso2, wso2-api-manager, wso2-custom-handler, wso2-esb, wso2-handler, wso2-handlers
- Language: Java
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WSO2 Handler Maven Archetype
Maven Archetype for WSO2 Handlers. Use the following maven archetype to generate maven projects to implement WSO2 related handlers for WSO2 API Manager and WSO2 EI Services.
```xml
com.athiththan.wso2
wso2-handlers
1.0.0```
## Usage
```shell
mvn archetype:generate -DarchetypeGroupId=com.athiththan.wso2 \
-DarchetypeArtifactId=wso2-handlers \
-DarchetypeVersion=1.0.0 \
-DgroupId= \
-DartifactId=
```