| Package | Description |
|---|---|
| org.codehaus.mojo.license | |
| org.codehaus.mojo.license.api |
Api package
|
| org.codehaus.mojo.license.download |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDownloadLicensesMojo
Created on 23/05/16.
|
class |
AbstractThirdPartyReportMojo
Base class for third-party reports.
|
class |
AddThirdPartyMojo
Goal to generate the third-party license file.
|
class |
AggregateDownloadLicensesMojo
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.
|
class |
AggregatorThirdPartyReportMojo
Generates a report of all third-parties detected in the module.
|
class |
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.
|
class |
ThirdPartyReportMojo
Generates a report of all third-parties detected in the module.
|
| Modifier and Type | Method and Description |
|---|---|
SortedMap<String,org.apache.maven.project.MavenProject> |
DefaultThirdPartyHelper.loadDependencies(MavenProjectDependenciesConfigurator configuration,
ResolvedProjectDependencies dependencyArtifacts)
Load all dependencies given the configuration as
MavenProject. |
SortedMap<String,org.apache.maven.project.MavenProject> |
ThirdPartyHelper.loadDependencies(MavenProjectDependenciesConfigurator configuration,
ResolvedProjectDependencies dependencyArtifacts)
Load all dependencies given the configuration as
MavenProject. |
SortedMap<String,org.apache.maven.project.MavenProject> |
DependenciesTool.loadProjectDependencies(ResolvedProjectDependencies artifacts,
MavenProjectDependenciesConfigurator configuration,
org.apache.maven.artifact.repository.ArtifactRepository localRepository,
List<org.apache.maven.artifact.repository.ArtifactRepository> remoteRepositories,
SortedMap<String,org.apache.maven.project.MavenProject> cache)
For a given
project, obtain the universe of its dependencies after applying transitivity and
filtering rules given in the configuration object. |
| Modifier and Type | Method and Description |
|---|---|
void |
LicensedArtifactResolver.loadProjectDependencies(ResolvedProjectDependencies artifacts,
MavenProjectDependenciesConfigurator configuration,
org.apache.maven.artifact.repository.ArtifactRepository localRepository,
List<org.apache.maven.artifact.repository.ArtifactRepository> remoteRepositories,
Map<String,LicensedArtifact> result)
For a given
project, obtain the universe of its dependencies after applying transitivity and filtering
rules given in the configuration object. |
Copyright © 2010–2019 MojoHaus. All rights reserved.