MVN

org.mule.runtime.plugins : mule-plugins-maven-plugin-parent

Maven & Gradle

Apr 21, 2018

Mule Plugins Maven Plugin · This maven plugin is used in the Extension Parent POM, which all extensions must inherit.

<dependency>
    <groupId>org.mule.runtime.plugins</groupId>
    <artifactId>mule-plugins-maven-plugin-parent</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mule.runtime.plugins : mule-plugins-maven-plugin-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.1.1
  • Latest Release Candidate: 1.0.0-rc
  • Latest Beta: 1.0.0-BETA.4

All Versions

Choose a version of org.mule.runtime.plugins : mule-plugins-maven-plugin-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
mule-plugins-maven-plugin-parent-1.1.1
1.0.x
mule-plugins-maven-plugin-parent-1.0.0-rc
mule-plugins-maven-plugin-parent-1.0.0-BETA.4

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.mule.runtime.plugins</groupId>
    <artifactId>mule-plugins-maven-plugin-parent</artifactId>
    <version>1.1.1</version>
</dependency>