MVN

org.infrastructurebuilder.maven : ibversions-maven-plugin

Maven & Gradle

May 20, 2021

Produce a source artifact that describes the executing artifact

<plugin>
    <groupId>org.infrastructurebuilder.maven</groupId>
    <artifactId>ibversions-maven-plugin</artifactId>
    <version>0.15.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.infrastructurebuilder.maven : ibversions-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.15.3

All Versions

Choose a version of org.infrastructurebuilder.maven : ibversions-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.15.x
ibversions-maven-plugin-0.15.3
ibversions-maven-plugin-0.15.2
ibversions-maven-plugin-0.15.1
ibversions-maven-plugin-0.15.0
0.14.x
ibversions-maven-plugin-0.14.0
0.13.x
ibversions-maven-plugin-0.13.0
0.12.x
ibversions-maven-plugin-0.12.0
0.11.x
ibversions-maven-plugin-0.11.0
0.9.x
ibversions-maven-plugin-0.9.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.infrastructurebuilder.maven</groupId>
    <artifactId>ibversions-maven-plugin</artifactId>
    <version>0.15.3</version>
</plugin>