MVN

org.objectweb.petals : maven-archetype-petals-jbi-service-unit

Maven & Gradle

Jun 20, 2007

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

<plugin>
    <groupId>org.objectweb.petals</groupId>
    <artifactId>maven-archetype-petals-jbi-service-unit</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.objectweb.petals : maven-archetype-petals-jbi-service-unit to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

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

Version Vulnerabilities Updated
1.0.x
maven-archetype-petals-jbi-service-unit-1.0.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.objectweb.petals</groupId>
    <artifactId>maven-archetype-petals-jbi-service-unit</artifactId>
    <version>1.0.0</version>
</plugin>