MVN

com.redhat.rcm.maven.plugin : buildmetadata-maven-plugin

Maven & Gradle

Nov 21, 2015
9 stars

buildmetadata-maven-plugin · This plugin generates build meta data. The final build report is bundled with the artifact in xml format. This allows easy inspection and further processing of the report as required.

<plugin>
    <groupId>com.redhat.rcm.maven.plugin</groupId>
    <artifactId>buildmetadata-maven-plugin</artifactId>
    <version>1.7.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.redhat.rcm.maven.plugin : buildmetadata-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.7.0
  • Latest Release Candidate: 1.3.5-RC1

All Versions

Choose a version of com.redhat.rcm.maven.plugin : buildmetadata-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.7.x
buildmetadata-maven-plugin-1.7.0
1.6.x
buildmetadata-maven-plugin-1.6.1
buildmetadata-maven-plugin-1.6.0
1.5.x
buildmetadata-maven-plugin-1.5.2
buildmetadata-maven-plugin-1.5.1
buildmetadata-maven-plugin-1.5.0
1.3.x
buildmetadata-maven-plugin-1.3.5-RC1
buildmetadata-maven-plugin-1.3.1
buildmetadata-maven-plugin-1.3.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.redhat.rcm.maven.plugin</groupId>
    <artifactId>buildmetadata-maven-plugin</artifactId>
    <version>1.7.0</version>
</plugin>