MVN

org.ow2.petals : maven-petals-plugin

Maven & Gradle

Sep 29, 2015
2 usages

Petals ESB - Tools - Maven tools - Maven Petals Plugin · This project is Maven 2 plugin used to make a JBI archive of a JBI component project.

<plugin>
    <groupId>org.ow2.petals</groupId>
    <artifactId>maven-petals-plugin</artifactId>
    <version>2.4.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.petals : maven-petals-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.4.0

All Versions

Choose a version of org.ow2.petals : maven-petals-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.4.x
maven-petals-plugin-2.4.0
2.1.x
maven-petals-plugin-2.1.4
maven-petals-plugin-2.1.3
maven-petals-plugin-2.1.2
maven-petals-plugin-2.1.1
maven-petals-plugin-2.1.0
2.0
maven-petals-plugin-2.0
1.4
maven-petals-plugin-1.4
1.3.x
maven-petals-plugin-1.3.2
maven-petals-plugin-1.3.1
maven-petals-plugin-1.3.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.ow2.petals</groupId>
    <artifactId>maven-petals-plugin</artifactId>
    <version>2.4.0</version>
</plugin>