MVN

com.randomnoun.maven.plugins : vmaint-maven-plugin

Maven & Gradle

Dec 22, 2020

Bamboo label maven plugin · Should be run at the beginning of a build when run on the bamboo build server. This plugin will label the current bamboo build with the maven version number of the maven project being built. This allows bamboo integration with other systems that use maven version numbers rather than bamboo builds to define the 'co-ordinates' of an artifact.

<plugin>
    <groupId>com.randomnoun.maven.plugins</groupId>
    <artifactId>vmaint-maven-plugin</artifactId>
    <version>1.1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.randomnoun.maven.plugins : vmaint-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of com.randomnoun.maven.plugins : vmaint-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
vmaint-maven-plugin-1.1.1
vmaint-maven-plugin-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>com.randomnoun.maven.plugins</groupId>
    <artifactId>vmaint-maven-plugin</artifactId>
    <version>1.1.1</version>
</plugin>