Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 753 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 753 Bytes

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.

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

Usage

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