Package | Description |
---|---|
org.apache.maven.plugin.assembly.artifact |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultDependencyResolver.getDependencySetResolutionRequirements(Assembly assembly,
List<DependencySet> depSets,
org.apache.maven.plugin.assembly.artifact.ResolutionManagementInfo requirements,
org.apache.maven.project.MavenProject... projects) |
protected void |
DefaultDependencyResolver.getModuleSetResolutionRequirements(Assembly assembly,
org.apache.maven.plugin.assembly.artifact.ResolutionManagementInfo requirements,
AssemblerConfigurationSource configSource) |
void |
DefaultDependencyResolver.resolve(Assembly assembly,
AssemblerConfigurationSource configSource,
AssemblyContext context) |
void |
DependencyResolver.resolve(Assembly assembly,
AssemblerConfigurationSource configSource,
AssemblyContext context)
Resolve the project dependencies, according to the supplied configuration.
|
protected Set<org.apache.maven.artifact.Artifact> |
DefaultDependencyResolver.resolveNonTransitively(Assembly assembly,
Set<org.apache.maven.artifact.Artifact> dependencyArtifacts,
AssemblerConfigurationSource configSource,
List<org.apache.maven.artifact.repository.ArtifactRepository> repos) |
Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.