- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, MavenProjectDependenciesConfigurator
@Mojo(name="aggregate-download-licenses",
requiresDependencyResolution=TEST,
defaultPhase=PACKAGE,
aggregator=true)
public class AggregateDownloadLicensesMojo
extends AbstractDownloadLicensesMojo
Download the license files of all aggregated dependencies of the current project, and generate a summary file containing a list
of all dependencies and their licenses.
Created on 23/05/16.
- Since:
- 1.10
- Author:
- Tony Chemit - dev@tchemit.fr