MVN

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

Maven & Gradle

Jul 26, 2019
11 stars

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

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

Latest Version

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

  • Latest Stable: 1.3

All Versions

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

Version Vulnerabilities Updated
1.3
build-info-maven-plugin-1.3
1.2
build-info-maven-plugin-1.2
1.1
build-info-maven-plugin-1.1

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>build-info-maven-plugin</artifactId>
    <version>1.3</version>
</plugin>