MVN

org.mule.extensions : mule-extensions-archetype-maven-plugin

Maven & Gradle

Dec 14, 2018
1 usages
8 stars

Mule Extensions Generator Maven Plugin · A Maven Plugin to generate Mule Extension Projects

<plugin>
    <groupId>org.mule.extensions</groupId>
    <artifactId>mule-extensions-archetype-maven-plugin</artifactId>
    <version>1.2.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mule.extensions : mule-extensions-archetype-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of org.mule.extensions : mule-extensions-archetype-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
mule-extensions-archetype-maven-plugin-1.2.0
1.1.x
mule-extensions-archetype-maven-plugin-1.1.2
mule-extensions-archetype-maven-plugin-1.1.1

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.extensions</groupId>
    <artifactId>mule-extensions-archetype-maven-plugin</artifactId>
    <version>1.2.0</version>
</plugin>

Advertisement