| Class | Description |
|---|---|
| AbstractAddThirdPartyMojo |
Abstract mojo for all third-party mojos.
|
| AbstractAddThirdPartyMojo.ExcludedLicenses |
Class to fill the
AbstractAddThirdPartyMojo.excludedLicenses parameter, from a simple string to split, or a list of string. |
| AbstractAddThirdPartyMojo.IncludedLicenses |
Class to fill the
AbstractAddThirdPartyMojo.includedLicenses parameter, from a simple string to split, or a list of string. |
| AbstractFileHeaderMojo |
Abstract mojo for file-header operations (check, update, report,...).
|
| AbstractLicenseMojo |
Abstract license mojo.
|
| AbstractLicenseNameMojo |
Abstract mojo which using a
AbstractLicenseNameMojo.licenseName and owns a
AbstractLicenseNameMojo.licenseStore. |
| AbstractLicenseReportMojo |
Base class for all license reports.
|
| AbstractLicenseReportRenderer |
Base class for report renderers.
|
| AddThirdPartyMojo |
Goal to generate the third-party license file.
|
| AggregatorAddThirdPartyMojo |
This goal forks executions of the add-third-party goal for all the leaf projects
of the tree of modules below the point where it is executed.
|
| CheckFileHeaderMojo |
The goal to check if the state of header on project source files.
|
| CommentStyleListMojo |
Displays all the available comment style to box file headers.
|
| DownloadLicensesMojo |
Download the license files of all the current project's dependencies, and generate a summary file containing a list
of all dependencies and their licenses.
|
| HelpMojo |
Display help information on license-maven-plugin.
Call mvn license:help -Ddetail=true -Dgoal=<goal-name> to display parameter details. |
| LicenseListMojo |
Display all available licenses.
|
| ThirdPartyReportMojo |
Generates a report of all third-parties detected in the module.
|
| ThirdPartyReportRenderer |
Generates a report of third parties of the project.
|
| UpdateFileHeaderMojo |
The goal to update (or add) the header on project source files.
|
| UpdateProjectLicenseMojo |
Updates (or creates) the main project license file according to the given
license defines as
AbstractLicenseNameMojo.licenseName. |
| Enum | Description |
|---|---|
| AbstractFileHeaderMojo.FileState |
Defines state of a file after process.
|
Copyright © 2010–2014 Codehaus. All rights reserved.