Create Java project with Maven archetype ibean-archetype

Creates a new iBean project that talks to an external service i.e. Twitter, Amazon S3, Flickr). The project will define the dependencies and documented sample code for the ibean itself and a a working testcase.

Create a Java Project by archetype ibean-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.mule.tools"   -DarchetypeArtifactId="ibean-archetype"   -DarchetypeVersion="3.1.0"   -DinteractiveMode=false 

Details about maven archetype ibean-archetype

GroupId

GroupId

org.mule.tools
ArtifactId

ArtifactId

ibean-archetype
Version

Version

3.1.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.mule.tools -DarchetypeArtifactId=ibean-archetype -DarchetypeVersion=3.1.0 -DinteractiveMode=false