Uses of Class
org.codehaus.mojo.license.download.LicensedArtifact
Packages that use LicensedArtifact
-
Uses of LicensedArtifact in org.codehaus.mojo.license
Methods in org.codehaus.mojo.license that return types with arguments of type LicensedArtifactModifier and TypeMethodDescriptionprotected abstract Map
<String, LicensedArtifact> AbstractDownloadLicensesMojo.getDependencies()
protected Map
<String, LicensedArtifact> AggregateDownloadLicensesMojo.getDependencies()
protected Map
<String, LicensedArtifact> DownloadLicensesMojo.getDependencies()
-
Uses of LicensedArtifact in org.codehaus.mojo.license.download
Methods in org.codehaus.mojo.license.download that return LicensedArtifactMethod parameters in org.codehaus.mojo.license.download with type arguments of type LicensedArtifactModifier and TypeMethodDescriptionvoid
LicensedArtifactResolver.loadProjectDependencies
(ResolvedProjectDependencies artifacts, MavenProjectDependenciesConfigurator configuration, List<org.apache.maven.artifact.repository.ArtifactRepository> remoteRepositories, Map<String, LicensedArtifact> result, boolean extendedInfo, List<String> licenseMerges) For a givenproject
, obtain the universe of its dependencies after applying transitivity and filtering rules given in theconfiguration
object.