MVN

com.github.codemonstur : licensescan-maven-plugin

Maven & Gradle

Mar 24, 2023
1 stars

licensescan-maven-plugin · Maven plugin for analysing the licenses in dependencies and transitive dependencies, asserting compatibility and potentially fail the build if forbidden licenses appear

<plugin>
    <groupId>com.github.codemonstur</groupId>
    <artifactId>licensescan-maven-plugin</artifactId>
    <version>3.2.fork-1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.codemonstur : licensescan-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.2.fork-1

All Versions

Choose a version of com.github.codemonstur : licensescan-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.2.x
licensescan-maven-plugin-3.2.fork-1
3.2
licensescan-maven-plugin-3.2

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.github.codemonstur</groupId>
    <artifactId>licensescan-maven-plugin</artifactId>
    <version>3.2.fork-1</version>
</plugin>

Advertisement