MVN

net.oneandone.maven.plugins : bill-of-materials-maven-plugin

Maven & Gradle

Mar 18, 2015
2 stars

1-and-1 :: Bill of Materials Plugin for Maven · Plugin to create and read a bill of materials, i.e. the SHA1 sum of all artifacts and their names.

<plugin>
    <groupId>net.oneandone.maven.plugins</groupId>
    <artifactId>bill-of-materials-maven-plugin</artifactId>
    <version>3.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.oneandone.maven.plugins : bill-of-materials-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.1

All Versions

Choose a version of net.oneandone.maven.plugins : bill-of-materials-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.1
bill-of-materials-maven-plugin-3.1
3.0
bill-of-materials-maven-plugin-3.0
2.0
bill-of-materials-maven-plugin-2.0
1.0
bill-of-materials-maven-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>net.oneandone.maven.plugins</groupId>
    <artifactId>bill-of-materials-maven-plugin</artifactId>
    <version>3.1</version>
</plugin>