MVN

org.ow2.petals : maven-archetype-petals-jbi-service-assembly

Maven & Gradle

Feb 24, 2010

Petals ESB archetype :: JBI service assembly archetype · This project is Maven 2 archetype associated to a JBI service assembly project.

<plugin>
    <groupId>org.ow2.petals</groupId>
    <artifactId>maven-archetype-petals-jbi-service-assembly</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-service-assembly to add to Maven - Latest Versions:

  • Latest Stable: 1.3.1

All Versions

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

Version Vulnerabilities Updated
1.3.x
maven-archetype-petals-jbi-service-assembly-1.3.1
1.3
maven-archetype-petals-jbi-service-assembly-1.3
1.2.x
maven-archetype-petals-jbi-service-assembly-1.2.0
1.1.x
maven-archetype-petals-jbi-service-assembly-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-service-assembly</artifactId>
    <version>1.3.1</version>
</plugin>

Advertisement