Uses of Class
org.codehaus.mojo.license.api.DependenciesToolException
Packages that use DependenciesToolException
-
Uses of DependenciesToolException in org.codehaus.mojo.license
Methods in org.codehaus.mojo.license that throw DependenciesToolExceptionModifier and TypeMethodDescriptionprotected abstract Collection
<ThirdPartyDetails> AbstractThirdPartyReport.createThirdPartyDetails()
protected Collection
<ThirdPartyDetails> AggregatorThirdPartyReport.createThirdPartyDetails()
protected Collection
<ThirdPartyDetails> ThirdPartyReport.createThirdPartyDetails()
protected abstract SortedProperties
AbstractAddThirdPartyMojo.createUnsafeMapping()
Creates the unsafe mapping (says dependencies with no license given by their pom).protected SortedProperties
AddThirdPartyMojo.createUnsafeMapping()
Creates the unsafe mapping (says dependencies with no license given by their pom).AbstractAddThirdPartyMojo.loadDependencies()
Loads the dependencies of the project (asMavenProject
, indexed by their gav.AddThirdPartyMojo.loadDependencies()
Loads the dependencies of the project (asMavenProject
, indexed by their gav.protected ResolvedProjectDependencies
AddThirdPartyMojo.resolveDependencyArtifacts()
Resolves the transitive and direct dependency sets for this project.