MVN

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

Maven & Gradle

May 04, 2011

ServiceMix :: Maven2 JBI Plugin

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

Latest Version

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

  • Latest Stable: 4.5

All Versions

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

Version Vulnerabilities Updated
4.5
jbi-maven-plugin-4.5
4.4
jbi-maven-plugin-4.4
4.3
jbi-maven-plugin-4.3
4.2
jbi-maven-plugin-4.2
4.1
jbi-maven-plugin-4.1
4.0
jbi-maven-plugin-4.0
3.2.x
jbi-maven-plugin-3.2.3
jbi-maven-plugin-3.2.2
jbi-maven-plugin-3.2.1
3.2
jbi-maven-plugin-3.2
3.1.x
jbi-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>jbi-maven-plugin</artifactId>
    <version>4.5</version>
</plugin>