MVN

org.wso2.carbon.identity.mgt : org.wso2.carbon.identity.mgt.test.distribution

Maven & Gradle

Oct 03, 2017
3 usages
2 stars

WSO2 Carbon Identity Management - Test Distribution · This module generates the product distribution (zip) by installing carbon-identity-mgt feature on top of kernel core and runtime features and finally assembles product specific configurations files and startup scripts using assembly plugin.

<dependency>
    <groupId>org.wso2.carbon.identity.mgt</groupId>
    <artifactId>org.wso2.carbon.identity.mgt.test.distribution</artifactId>
    <version>0.1.41</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wso2.carbon.identity.mgt : org.wso2.carbon.identity.mgt.test.distribution to add to Maven - Latest Versions:

  • Latest Stable: 0.1.41

All Versions

Choose a version of org.wso2.carbon.identity.mgt : org.wso2.carbon.identity.mgt.test.distribution to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
org.wso2.carbon.identity.mgt.test.distribution-0.1.41

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.wso2.carbon.identity.mgt</groupId>
    <artifactId>org.wso2.carbon.identity.mgt.test.distribution</artifactId>
    <version>0.1.41</version>
</dependency>

Advertisement