MVN

org.mule.tools : ibean-archetype

Maven & Gradle

Jul 05, 2011

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.

mvn archetype:generate -DarchetypeGroupId=org.mule.tools -DarchetypeArtifactId=ibean-archetype -DarchetypeVersion=3.2.0-M1
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mule.tools : ibean-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 3.2.0-M1
  • Latest Release Candidate: 3.1.0-RC1

All Versions

Choose a version of org.mule.tools : ibean-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
3.2.x
ibean-archetype-3.2.0-M1
3.1.x
ibean-archetype-3.1.2
ibean-archetype-3.1.1
ibean-archetype-3.1.0
ibean-archetype-3.1.0-RC1
3.0.x
ibean-archetype-3.0.1

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=org.mule.tools -DarchetypeArtifactId=ibean-archetype -DarchetypeVersion=3.2.0-M1