MVN

org.nuiton : maven-license-plugin

Maven & Gradle

Nov 18, 2010

Maven License Plugin · Plugin de gestion des licenses (et en-têtes) dans un project maven 2.

<plugin>
    <groupId>org.nuiton</groupId>
    <artifactId>maven-license-plugin</artifactId>
    <version>3.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0

All Versions

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

Version Vulnerabilities Updated
3.0
maven-license-plugin-3.0
2.4.x
maven-license-plugin-2.4.1
2.4
maven-license-plugin-2.4
2.3.x
maven-license-plugin-2.3.1
2.3
maven-license-plugin-2.3
2.2
maven-license-plugin-2.2
2.1
maven-license-plugin-2.1
2.0.x
maven-license-plugin-2.0.2
maven-license-plugin-2.0.1
maven-license-plugin-2.0.0
1.0.x
maven-license-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>org.nuiton</groupId>
    <artifactId>maven-license-plugin</artifactId>
    <version>3.0</version>
</plugin>

Advertisement