| Package | Description |
|---|---|
| org.codehaus.mojo.license | |
| org.codehaus.mojo.license.api |
Api package
|
| 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> |
ThirdPartyHelper.loadDependencies(MavenProjectDependenciesConfigurator configuration)
Load all dependencies given the configuration as
MavenProject. |
SortedMap<String,org.apache.maven.project.MavenProject> |
DefaultThirdPartyHelper.loadDependencies(MavenProjectDependenciesConfigurator configuration)
Load all dependencies given the configuration as
MavenProject. |
SortedMap<String,org.apache.maven.project.MavenProject> |
DependenciesTool.loadProjectDependencies(org.apache.maven.project.MavenProject project,
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. |
SortedMap<String,org.apache.maven.project.MavenProject> |
DefaultDependenciesTool.loadProjectDependencies(org.apache.maven.project.MavenProject project,
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. |
Copyright © 2010–2023. All rights reserved.