Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/athiththan11/wso2-mediators-maven-archetype
Maven Archetype for WSO2 Class Mediators
https://github.com/athiththan11/wso2-mediators-maven-archetype
class-mediator maven maven-archetype mediator wso2 wso2-api-manager wso2-class-mediator wso2-esb wso2-mediator
Last synced: about 1 month ago
JSON representation
Maven Archetype for WSO2 Class Mediators
- Host: GitHub
- URL: https://github.com/athiththan11/wso2-mediators-maven-archetype
- Owner: athiththan11
- License: apache-2.0
- Created: 2019-04-21T12:38:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-04T18:24:48.000Z (about 4 years ago)
- Last Synced: 2023-03-07T14:10:49.280Z (almost 2 years ago)
- Topics: class-mediator, maven, maven-archetype, mediator, wso2, wso2-api-manager, wso2-class-mediator, wso2-esb, wso2-mediator
- Language: Java
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WSO2 Mediators Maven Archetype
Maven Archetype for WSO2 Class Mediators. Use the following maven archetype to generate maven projects to implement WSO2 related class mediators for WSO2 API Manager and WSO2 EI Services.
```xml
com.athiththan.wso2
wso2-mediators
1.0.0```
## Usage
```shell
mvn archetype:generate -DarchetypeGroupId=com.athiththan.wso2 \
-DarchetypeArtifactId=wso2-mediators \
-DarchetypeVersion=1.0.0 \
-DgroupId= \
-DartifactId=
```