Create Java project with Maven archetype org.wso2.carbon.extension.esb.project-archetype

WSO2 is an open source application development software company focused on providing service-oriented architecture solutions for professional developers.

Create a Java Project by archetype org.wso2.carbon.extension.esb.project-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.wso2.carbon.extension.archetype"   -DarchetypeArtifactId="org.wso2.carbon.extension.esb.project-archetype"   -DarchetypeVersion="2.0.16"   -DinteractiveMode=false 

Details about maven archetype org.wso2.carbon.extension.esb.project-archetype

License

License

GroupId

GroupId

org.wso2.carbon.extension.archetype
ArtifactId

ArtifactId

org.wso2.carbon.extension.esb.project-archetype
Version

Version

2.0.16
Type

Type

maven-archetype
Description

Description

WSO2 Carbon - Archetype for ESB Synapse Project
WSO2 is an open source application development software company focused on providing service-oriented architecture solutions for professional developers.
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.esb.project-archetype -DarchetypeVersion=2.0.16 -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.