org.apache.maven.plugin.assembly.artifact
Interface DependencyResolver

All Known Implementing Classes:
DefaultDependencyResolver

public interface DependencyResolver

Convenience component that aids in the resolution of dependency artifacts, according to various configurations such as transitivity flag and scope.

Version:
$Id: DependencyResolver.java 1632405 2014-10-16 18:25:08Z krosenvold $

Method Summary
 Set<org.apache.maven.artifact.Artifact> resolve(Assembly assembly, AssemblerConfigurationSource configSource)
          Resolve the project dependencies, according to the supplied configuration.
 ResolvedModuleSet resolve(Assembly assembly, ModuleSet moduleSet, AssemblerConfigurationSource configSource)
           
 

Method Detail

resolve

Set<org.apache.maven.artifact.Artifact> resolve(Assembly assembly,
                                                AssemblerConfigurationSource configSource)
                                                throws DependencyResolutionException
Resolve the project dependencies, according to the supplied configuration.

Throws:
DependencyResolutionException

resolve

ResolvedModuleSet resolve(Assembly assembly,
                          ModuleSet moduleSet,
                          AssemblerConfigurationSource configSource)
                          throws DependencyResolutionException
Throws:
DependencyResolutionException


Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.