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 |
GroupIdorg.mule.tools |
ArtifactId |
ArtifactIdibean-archetype |
Version |
Version3.1.0 |
Type |
Typemaven-archetype |
How to add to project