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.2.0-M1"   -DinteractiveMode=false 

Details about maven archetype ibean-archetype

License

License

GroupId

GroupId

org.mule.tools
ArtifactId

ArtifactId

ibean-archetype
Version

Version

3.2.0-M1
Type

Type

maven-archetype
Description

Description

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.
Project URL

Project URL

http://www.mulesoft.org/ibean-archetype
Project Organization

Project Organization

MuleSoft, Inc.

How to add to project

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