MVN

se.ayoy.maven-plugins : ayoy-license-verifier-maven-plugin

Maven & Gradle

Dec 05, 2020
9 stars

A maven plugin to verify dependency licenses. If an unknown or "bad" license is detected, the build will fail.

<plugin>
    <groupId>se.ayoy.maven-plugins</groupId>
    <artifactId>ayoy-license-verifier-maven-plugin</artifactId>
    <version>1.2.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.ayoy.maven-plugins : ayoy-license-verifier-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of se.ayoy.maven-plugins : ayoy-license-verifier-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
ayoy-license-verifier-maven-plugin-1.2.0
1.1.x
ayoy-license-verifier-maven-plugin-1.1.0
1.0.x
ayoy-license-verifier-maven-plugin-1.0.7
ayoy-license-verifier-maven-plugin-1.0.6
ayoy-license-verifier-maven-plugin-1.0.5
ayoy-license-verifier-maven-plugin-1.0.4
ayoy-license-verifier-maven-plugin-1.0.3
ayoy-license-verifier-maven-plugin-1.0.2
ayoy-license-verifier-maven-plugin-1.0.1
ayoy-license-verifier-maven-plugin-1.0.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>se.ayoy.maven-plugins</groupId>
    <artifactId>ayoy-license-verifier-maven-plugin</artifactId>
    <version>1.2.0</version>
</plugin>