MVN

org.apache.servicemix.tooling : xfire-maven-plugin

Maven & Gradle

Dec 17, 2009

ServiceMix :: Maven2 XFire Plugin

<plugin>
    <groupId>org.apache.servicemix.tooling</groupId>
    <artifactId>xfire-maven-plugin</artifactId>
    <version>4.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.servicemix.tooling : xfire-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 4.2

All Versions

Choose a version of org.apache.servicemix.tooling : xfire-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
4.2
xfire-maven-plugin-4.2
4.1
xfire-maven-plugin-4.1
4.0
xfire-maven-plugin-4.0
3.2.x
xfire-maven-plugin-3.2.3
xfire-maven-plugin-3.2.2
xfire-maven-plugin-3.2.1
3.2
xfire-maven-plugin-3.2
3.1.x
xfire-maven-plugin-3.1.2

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.apache.servicemix.tooling</groupId>
    <artifactId>xfire-maven-plugin</artifactId>
    <version>4.2</version>
</plugin>