Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 720 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 720 Bytes

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.

<dependency>
    <groupId>com.athiththan.wso2</groupId>
    <artifactId>wso2-handlers</artifactId>
    <version>1.0.0</version>
</dependency>

Usage

mvn archetype:generate  -DarchetypeGroupId=com.athiththan.wso2  \
                        -DarchetypeArtifactId=wso2-handlers     \
                        -DarchetypeVersion=1.0.0                \
                        -DgroupId=<Group ID>                    \
                        -DartifactId=<Artifact ID>