MVN

com.mycila.maven-license-plugin : maven-license-plugin

Maven & Gradle

Aug 30, 2011
1 usages

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

<plugin>
    <groupId>com.mycila.maven-license-plugin</groupId>
    <artifactId>maven-license-plugin</artifactId>
    <version>1.10.b1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.10.b1

All Versions

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

Version Vulnerabilities Updated
1.10.x
maven-license-plugin-1.10.b1
1.9.x
maven-license-plugin-1.9.0
1.8.x
maven-license-plugin-1.8.0
1.7.x
maven-license-plugin-1.7.0
1.6.x
maven-license-plugin-1.6.1
maven-license-plugin-1.6.0
1.5.x
maven-license-plugin-1.5.1
maven-license-plugin-1.5.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>com.mycila.maven-license-plugin</groupId>
    <artifactId>maven-license-plugin</artifactId>
    <version>1.10.b1</version>
</plugin>

Advertisement