MVN

com.soebes.maven.plugins.mlv : maven-license-verifier-plugin

Maven & Gradle

May 07, 2011
10 stars

Maven License Verifier Plugin · The Maven License Verifier Plugin is intented to check the different artifacts of a project.

<plugin>
    <groupId>com.soebes.maven.plugins.mlv</groupId>
    <artifactId>maven-license-verifier-plugin</artifactId>
    <version>0.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.soebes.maven.plugins.mlv : maven-license-verifier-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.4

All Versions

Choose a version of com.soebes.maven.plugins.mlv : maven-license-verifier-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.4
maven-license-verifier-plugin-0.4
0.3
maven-license-verifier-plugin-0.3

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.soebes.maven.plugins.mlv</groupId>
    <artifactId>maven-license-verifier-plugin</artifactId>
    <version>0.4</version>
</plugin>