MVN

org.spdx : spdx-maven-plugin

Maven & Gradle

Aug 10, 2023
31 stars

spdx-maven-plugin Maven Plugin · Plugin for supporting SPDX in a Maven build. See README.md

<plugin>
    <groupId>org.spdx</groupId>
    <artifactId>spdx-maven-plugin</artifactId>
    <version>0.7.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.spdx : spdx-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.7.0

All Versions

Choose a version of org.spdx : spdx-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.7.x
spdx-maven-plugin-0.7.0
0.6.x
spdx-maven-plugin-0.6.5
spdx-maven-plugin-0.6.4
spdx-maven-plugin-0.6.3
spdx-maven-plugin-0.6.2
spdx-maven-plugin-0.6.1
spdx-maven-plugin-0.6.0
0.5.x
spdx-maven-plugin-0.5.5
spdx-maven-plugin-0.5.4
spdx-maven-plugin-0.5.3
spdx-maven-plugin-0.5.2
spdx-maven-plugin-0.5.1
spdx-maven-plugin-0.5.0
0.4.x
spdx-maven-plugin-0.4.0
0.2.x
spdx-maven-plugin-0.2.5
spdx-maven-plugin-0.2.4

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.spdx</groupId>
    <artifactId>spdx-maven-plugin</artifactId>
    <version>0.7.0</version>
</plugin>

Advertisement