Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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