MVN

com.google.code.maven-license-plugin : maven-license-plugin

Maven & Gradle

Dec 26, 2008

Maven 2 plugin to check and update license headers in source files

<plugin>
    <groupId>com.google.code.maven-license-plugin</groupId>
    <artifactId>maven-license-plugin</artifactId>
    <version>1.4.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.code.maven-license-plugin : maven-license-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.4.0

All Versions

Choose a version of com.google.code.maven-license-plugin : maven-license-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4.x
maven-license-plugin-1.4.0
1.3.x
maven-license-plugin-1.3.1
maven-license-plugin-1.3.0
1.2.x
maven-license-plugin-1.2.5

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.google.code.maven-license-plugin</groupId>
    <artifactId>maven-license-plugin</artifactId>
    <version>1.4.0</version>
</plugin>