MVN

org.kuali.maven.plugins : license-maven-plugin

Maven & Gradle

Jun 06, 2012

License Maven Plugin · Maven plugin to download and collect license files from project dependencies.

<plugin>
    <groupId>org.kuali.maven.plugins</groupId>
    <artifactId>license-maven-plugin</artifactId>
    <version>1.6.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.6.3

All Versions

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

Version Vulnerabilities Updated
1.6.x
license-maven-plugin-1.6.3
license-maven-plugin-1.6.2
license-maven-plugin-1.6.1
license-maven-plugin-1.6.0
1.5
license-maven-plugin-1.5-kuali
1.4
license-maven-plugin-1.4-kuali
1.3
license-maven-plugin-1.3-kuali
1.2
license-maven-plugin-1.2-kuali
1.1
license-maven-plugin-1.1-kuali
1.0
license-maven-plugin-1.0-kuali

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.kuali.maven.plugins</groupId>
    <artifactId>license-maven-plugin</artifactId>
    <version>1.6.3</version>
</plugin>