Create Java project with Maven archetype org.wso2.carbon.extension.archetype.is.provisioning-connector-archetype

Platform Parent pom hold the properties, plugins which are required to build carbon components, carbon features and products

Create a Java Project by archetype org.wso2.carbon.extension.archetype.is.provisioning-connector-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dconnector_name="My-connector_name"   -DarchetypeGroupId="org.wso2.carbon.extension.archetype"   -DarchetypeArtifactId="org.wso2.carbon.extension.archetype.is.provisioning-connector-archetype"   -DarchetypeVersion="1.0.1"   -DinteractiveMode=false 

Required parameters for generate java project:

connector_name
validationRegex: none

Details about maven archetype org.wso2.carbon.extension.archetype.is.provisioning-connector-archetype

License

License

GroupId

GroupId

org.wso2.carbon.extension.archetype
ArtifactId

ArtifactId

org.wso2.carbon.extension.archetype.is.provisioning-connector-archetype
Version

Version

1.0.1
Type

Type

maven-archetype
Description

Description

WSO2 Carbon - Connector Archetype for Template
Platform Parent pom hold the properties, plugins which are required to build carbon components, carbon features and products
Project URL

Project URL

http://wso2.org
Project Organization

Project Organization

WSO2

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.wso2.carbon.extension.archetype -DarchetypeArtifactId=org.wso2.carbon.extension.archetype.is.provisioning-connector-archetype -DarchetypeVersion=1.0.1 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.