mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -Dtransports="My-transports"    -Dmodules="My-modules"    -DmuleVersion="My-muleVersion"    -DEE="My-EE"    -DdomainGroupId="My-domainGroupId"    -DdomainArtifactId="My-domainArtifactId"    -DdomainVersion="My-domainVersion"    -DarchetypeGroupId="org.mule.tools.maven"    -DarchetypeArtifactId="maven-archetype-mule-app"    -DarchetypeVersion="1.1"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdorg.mule.tools.maven | 
| ArtifactId | ArtifactIdmaven-archetype-mule-app | 
| Version | Version1.1 | 
| Type | Typemaven-archetype | 
| Description | DescriptionMule ESB Maven App Archetype A simple maven tool to create mule applications | 
| Project Organization | Project Organization | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.mule.tools.maven -DarchetypeArtifactId=maven-archetype-mule-app -DarchetypeVersion=1.1 -DinteractiveMode=false| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.8.2 | 
| org.mockito : mockito-all | jar | 1.8.5 | 
| org.apache.maven.shared : maven-verifier | jar | 1.2 |