m

maven-muleforge-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.
Files download
File Operation
maven-muleforge-plugin-1.0.jar download
maven-muleforge-plugin-1.0.pom download
Apache Maven
<dependency>
  <groupId>org.mule.tools</groupId>
  <artifactId>maven-muleforge-plugin</artifactId>
  <version>1.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.mule.tools:maven-muleforge-plugin:1.0'
Gradle Kotlin
implementation("org.mule.tools:maven-muleforge-plugin:1.0")
Scala SBT
libraryDependencies += "org.mule.tools" % "maven-muleforge-plugin" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.mule.tools', module='maven-muleforge-plugin', version='1.0')
)
Apache Ivy
<dependency org="org.mule.tools" name="maven-muleforge-plugin" rev="1.0" />
Leiningen
[org.mule.tools/maven-muleforge-plugin "1.0"]
Apache Buildr
'org.mule.tools:maven-muleforge-plugin:jar:1.0'