Create Java project with Maven archetype mule-cloud-connector-archetype

Creates a new cloud connector project.

Create a Java Project by archetype mule-cloud-connector-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DcloudService="My-cloudService"   -DcloudServiceLower="My-cloudServiceLower"   -DcloudServiceType="My-cloudServiceType"   -DmuleVersion="My-muleVersion"   -Dwsdl="My-wsdl"   -DarchetypeGroupId="org.mule.tools"   -DarchetypeArtifactId="mule-cloud-connector-archetype"   -DarchetypeVersion="1.0"   -DinteractiveMode=false 

Required parameters for generate java project:

cloudService
validationRegex: none
cloudServiceLower
validationRegex: none
cloudServiceType
validationRegex: none
muleVersion
validationRegex: none
wsdl
validationRegex: none

Details about maven archetype mule-cloud-connector-archetype

GroupId

GroupId

org.mule.tools
ArtifactId

ArtifactId

mule-cloud-connector-archetype
Version

Version

1.0
Type

Type

maven-archetype
Description

Description

Mule Cloud Connector Archetype
Creates a new cloud connector project.

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.mule.tools -DarchetypeArtifactId=mule-cloud-connector-archetype -DarchetypeVersion=1.0 -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.