MVN

org.mule.tools : maven-muleforge-plugin

Maven & Gradle

Apr 14, 2009

Maven MuleForge Deployer Plugin · Responsible for deploying additional artifacts such as schemas and release distributions to MuleForge. Using this plugin ensures consistency of hosted files. Users should use the Mule Maven archetypes to generate POM.xml files for thier project. These POMs will be configured with the standard MuleForge plugins and will comply to the MuleForge rules for build and deployment.

<plugin>
    <groupId>org.mule.tools</groupId>
    <artifactId>maven-muleforge-plugin</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0

All Versions

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

Version Vulnerabilities Updated
1.0
maven-muleforge-plugin-1.0

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.tools</groupId>
    <artifactId>maven-muleforge-plugin</artifactId>
    <version>1.0</version>
</plugin>