How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.wso2.maven</groupId>
<artifactId>wso2-mi-synapse-plugin</artifactId>
<version>5.2.50</version>
</plugin>
Choose a version of org.wso2.maven : wso2-mi-synapse-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.2.x |
wso2-mi-synapse-plugin-5.2.50
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.wso2.maven</groupId>
<artifactId>wso2-mi-synapse-plugin</artifactId>
<version>5.2.50</version>
</plugin>
Advertisement