MVN

org.wso2.carbon.config : org.wso2.carbon.config.maven.plugin

Maven & Gradle

Dec 17, 2019
3 stars

Carbon Configuration Maven Plugin · This module has mojo class for carbon configuration plugin.

<plugin>
    <groupId>org.wso2.carbon.config</groupId>
    <artifactId>org.wso2.carbon.config.maven.plugin</artifactId>
    <version>2.1.16</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wso2.carbon.config : org.wso2.carbon.config.maven.plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.1.16

All Versions

Choose a version of org.wso2.carbon.config : org.wso2.carbon.config.maven.plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.1.x
org.wso2.carbon.config.maven.plugin-2.1.16
org.wso2.carbon.config.maven.plugin-2.1.15
org.wso2.carbon.config.maven.plugin-2.1.12
org.wso2.carbon.config.maven.plugin-2.1.11
org.wso2.carbon.config.maven.plugin-2.1.10
org.wso2.carbon.config.maven.plugin-2.1.9
org.wso2.carbon.config.maven.plugin-2.1.8
org.wso2.carbon.config.maven.plugin-2.1.7
org.wso2.carbon.config.maven.plugin-2.1.6
org.wso2.carbon.config.maven.plugin-2.1.5
org.wso2.carbon.config.maven.plugin-2.1.4
org.wso2.carbon.config.maven.plugin-2.1.3
org.wso2.carbon.config.maven.plugin-2.1.2
org.wso2.carbon.config.maven.plugin-2.1.1
org.wso2.carbon.config.maven.plugin-2.1.0
2.0.x
org.wso2.carbon.config.maven.plugin-2.0.5
org.wso2.carbon.config.maven.plugin-2.0.4
org.wso2.carbon.config.maven.plugin-2.0.3
org.wso2.carbon.config.maven.plugin-2.0.2
org.wso2.carbon.config.maven.plugin-2.0.1
org.wso2.carbon.config.maven.plugin-2.0.0
1.0.x
org.wso2.carbon.config.maven.plugin-1.0.1
org.wso2.carbon.config.maven.plugin-1.0.0

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.carbon.config</groupId>
    <artifactId>org.wso2.carbon.config.maven.plugin</artifactId>
    <version>2.1.16</version>
</plugin>