MVN

com.rodiontsev.maven.plugins : maven-build-info-plugin

Maven & Gradle

Feb 19, 2013
11 stars

Maven Build Info Plugin · The Build Info Plugin is used to generate info about the current build

<plugin>
    <groupId>com.rodiontsev.maven.plugins</groupId>
    <artifactId>maven-build-info-plugin</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.rodiontsev.maven.plugins : maven-build-info-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.rodiontsev.maven.plugins : maven-build-info-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
maven-build-info-plugin-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.rodiontsev.maven.plugins</groupId>
    <artifactId>maven-build-info-plugin</artifactId>
    <version>1.0</version>
</plugin>