MVN

org.ow2.petals : maven-archetype-petals-jbi-binding-component

Maven & Gradle

Feb 24, 2010

Petals ESB archetype :: JBI binding component archetype · This project is Maven 2 archetype associated to a JBI binding component project.

<plugin>
    <groupId>org.ow2.petals</groupId>
    <artifactId>maven-archetype-petals-jbi-binding-component</artifactId>
    <version>1.3.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.petals : maven-archetype-petals-jbi-binding-component to add to Maven - Latest Versions:

  • Latest Stable: 1.3.1

All Versions

Choose a version of org.ow2.petals : maven-archetype-petals-jbi-binding-component to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3.x
maven-archetype-petals-jbi-binding-component-1.3.1
1.3
maven-archetype-petals-jbi-binding-component-1.3
1.2.x
maven-archetype-petals-jbi-binding-component-1.2.0
1.1.x
maven-archetype-petals-jbi-binding-component-1.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.ow2.petals</groupId>
    <artifactId>maven-archetype-petals-jbi-binding-component</artifactId>
    <version>1.3.1</version>
</plugin>

Advertisement