MVN

org.mule.ibeans : ibean-archetype

Maven & Gradle

Sep 04, 2009

IBean Archetype · An archetype for creating an empty ibean maven project

<plugin>
    <groupId>org.mule.ibeans</groupId>
    <artifactId>ibean-archetype</artifactId>
    <version>1.0-private-beta-3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mule.ibeans : ibean-archetype to add to Maven - Latest Versions:

  • Latest Stable: 1.0-private-beta-3
  • Latest Beta: 1.0-private-beta-3

All Versions

Choose a version of org.mule.ibeans : ibean-archetype to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
ibean-archetype-1.0-private-beta-3

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.mule.ibeans</groupId>
    <artifactId>ibean-archetype</artifactId>
    <version>1.0-private-beta-3</version>
</plugin>