| Class | Description |
|---|---|
| AbstractLicenseMojo | |
| HelpMojo |
Display help information on license-maven-plugin.
Call mvn license:help -Ddetail=true -Dgoal=<goal-name> to display parameter details. |
| LicenseBomMojo |
Generate the ol' bom
It's better to use "requiresDependencyCollection" instead of "requiresDependencyResolution"
so we have the opportunity to exclude SNAPSHOTs (assumed they are in the reactor)
and just resolve the other dependencies
requiresDependency can't be COMPILE_PLUS_RUNTIME on Maven 2 (http://maven.apache.org/developers/mojo-api-specification.html)
|
| LicenseBomNoAggregatorMojo |
Generate the ol' bom
|
| LicenseDownloadMojo |
Goal that downloads all licenses to a specific directory
|
| LicenseDownloadNoAggregatorMojo |
Goal that downloads all licenses to a specific directory
|
| LicenseSeedMojo |
Goal that seeds the license directory from existing information.
|
| LicenseVerifyMojo | |
| LicenseVerifyNoAggregatorMojo | |
| OpenSourceDistroMojo |
Goal that seeds the license directory from existing information.
|
Copyright © 2014 Atlassian. All Rights Reserved.