MVN

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

Maven & Gradle

Jun 20, 2007

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

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

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