Apache Maven 1.x has reached its end of life, and is no longer supported. For more information, see the announcement. Users are encouraged to migrate to the current version of Apache Maven.

Maven License Plug-in

This plug-in is used to transform a license file to an XML file for your project.

Usage

Add the maven-license-plugin report to your project.xml like the following

  
  <reports>
    <report>maven-license-plugin</report>
  <reports>