Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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=
```