MVN

org.ow2.util.maven : jbuilding-maven-plugin

Maven & Gradle

Sep 03, 2014

OW2 Utilities :: Maven :: JOnAS Building Plugin · Maven plugin that helps to build JOnAS stuff (plans, versions.properties, ...)

<plugin>
    <groupId>org.ow2.util.maven</groupId>
    <artifactId>jbuilding-maven-plugin</artifactId>
    <version>2.1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.1.0

All Versions

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

Version Vulnerabilities Updated
2.1.x
jbuilding-maven-plugin-2.1.0
2.0.x
jbuilding-maven-plugin-2.0.1
jbuilding-maven-plugin-2.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.ow2.util.maven</groupId>
    <artifactId>jbuilding-maven-plugin</artifactId>
    <version>2.1.0</version>
</plugin>