| Modifier and Type | Method and Description | 
|---|---|
static Artifact | 
RepositoryUtils.toArtifact(org.eclipse.aether.artifact.Artifact artifact)  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<Artifact> | 
ProjectDependenciesResolver.resolve(Collection<? extends MavenProject> projects,
       Collection<String> scopes,
       MavenSession session)
Deprecated.  
Resolves the transitive dependencies of the specified projects. 
 | 
Set<Artifact> | 
DefaultProjectDependenciesResolver.resolve(Collection<? extends MavenProject> projects,
       Collection<String> scopesToResolve,
       MavenSession session)
Deprecated.  
  | 
Set<Artifact> | 
ProjectDependenciesResolver.resolve(MavenProject project,
       Collection<String> scopesToCollect,
       Collection<String> scopesToResolve,
       MavenSession session)
Deprecated.  
Resolves the transitive dependencies of the specified project. 
 | 
Set<Artifact> | 
DefaultProjectDependenciesResolver.resolve(MavenProject project,
       Collection<String> scopesToCollect,
       Collection<String> scopesToResolve,
       MavenSession session)
Deprecated.  
  | 
Set<Artifact> | 
ProjectDependenciesResolver.resolve(MavenProject project,
       Collection<String> scopesToCollect,
       Collection<String> scopesToResolve,
       MavenSession session,
       Set<Artifact> ignoreableArtifacts)
Deprecated.  
Resolves the transitive dependencies of the specified project. 
 | 
Set<Artifact> | 
DefaultProjectDependenciesResolver.resolve(MavenProject project,
       Collection<String> scopesToCollect,
       Collection<String> scopesToResolve,
       MavenSession session,
       Set<Artifact> ignoreableArtifacts)
Deprecated.  
  | 
Set<Artifact> | 
ProjectDependenciesResolver.resolve(MavenProject project,
       Collection<String> scopesToResolve,
       MavenSession session)
Deprecated.  
Resolves the transitive dependencies of the specified project. 
 | 
Set<Artifact> | 
DefaultProjectDependenciesResolver.resolve(MavenProject project,
       Collection<String> scopesToResolve,
       MavenSession session)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
static org.eclipse.aether.artifact.Artifact | 
RepositoryUtils.toArtifact(Artifact artifact)  | 
static org.eclipse.aether.graph.Dependency | 
RepositoryUtils.toDependency(Artifact artifact,
            Collection<Exclusion> exclusions)  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<Artifact> | 
ProjectDependenciesResolver.resolve(MavenProject project,
       Collection<String> scopesToCollect,
       Collection<String> scopesToResolve,
       MavenSession session,
       Set<Artifact> ignoreableArtifacts)
Deprecated.  
Resolves the transitive dependencies of the specified project. 
 | 
Set<Artifact> | 
DefaultProjectDependenciesResolver.resolve(MavenProject project,
       Collection<String> scopesToCollect,
       Collection<String> scopesToResolve,
       MavenSession session,
       Set<Artifact> ignoreableArtifacts)
Deprecated.  
  | 
static Collection<org.eclipse.aether.artifact.Artifact> | 
RepositoryUtils.toArtifacts(Collection<Artifact> artifactsToConvert)  | 
static void | 
RepositoryUtils.toArtifacts(Collection<Artifact> artifacts,
           Collection<? extends org.eclipse.aether.graph.DependencyNode> nodes,
           List<String> trail,
           org.eclipse.aether.graph.DependencyFilter filter)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultArtifact  | 
| Modifier and Type | Method and Description | 
|---|---|
static <T extends Collection<Artifact>> | 
ArtifactUtils.copyArtifacts(Collection<Artifact> from,
             T to)
Returns  
to collection | 
static <K,T extends Map<K,Artifact>> | 
ArtifactUtils.copyArtifacts(Map<K,? extends Artifact> from,
             T to)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Artifact | 
ArtifactUtils.copyArtifact(Artifact artifact)  | 
static Artifact | 
ArtifactUtils.copyArtifactSafe(Artifact artifact)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Map<String,Artifact> | 
ArtifactUtils.artifactMapByVersionlessId(Collection<Artifact> artifacts)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
DefaultArtifact.compareTo(Artifact a)  | 
static Artifact | 
ArtifactUtils.copyArtifact(Artifact artifact)  | 
static Artifact | 
ArtifactUtils.copyArtifactSafe(Artifact artifact)  | 
static String | 
ArtifactUtils.key(Artifact artifact)  | 
static String | 
ArtifactUtils.versionlessKey(Artifact artifact)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Map<String,Artifact> | 
ArtifactUtils.artifactMapByVersionlessId(Collection<Artifact> artifacts)  | 
static <T extends Collection<Artifact>> | 
ArtifactUtils.copyArtifacts(Collection<Artifact> from,
             T to)
Returns  
to collection | 
static <K,T extends Map<K,Artifact>> | 
ArtifactUtils.copyArtifacts(Map<K,? extends Artifact> from,
             T to)  | 
| Constructor and Description | 
|---|
DependencyResolutionRequiredException(Artifact artifact)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DefaultArtifactDeployer.deploy(File source,
      Artifact artifact,
      ArtifactRepository deploymentRepository,
      ArtifactRepository localRepository)  | 
void | 
ArtifactDeployer.deploy(File source,
      Artifact artifact,
      ArtifactRepository deploymentRepository,
      ArtifactRepository localRepository)
Deploy an artifact from a particular file. 
 | 
void | 
DefaultArtifactDeployer.deploy(String basedir,
      String finalName,
      Artifact artifact,
      ArtifactRepository deploymentRepository,
      ArtifactRepository localRepository)
Deprecated. 
 
we want to use the artifact method only, and ensure artifact.file is set
             correctly. 
 | 
void | 
ArtifactDeployer.deploy(String basedir,
      String finalName,
      Artifact artifact,
      ArtifactRepository deploymentRepository,
      ArtifactRepository localRepository)
Deprecated. 
 
to be removed before 2.0 after the install/deploy plugins use the alternate
             method 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Artifact | 
DefaultArtifactFactory.createArtifact(String groupId,
              String artifactId,
              String version,
              String scope,
              String type)  | 
Artifact | 
ArtifactFactory.createArtifact(String groupId,
              String artifactId,
              String version,
              String scope,
              String type)
Deprecated.  
  | 
Artifact | 
DefaultArtifactFactory.createArtifactWithClassifier(String groupId,
                            String artifactId,
                            String version,
                            String type,
                            String classifier)  | 
Artifact | 
ArtifactFactory.createArtifactWithClassifier(String groupId,
                            String artifactId,
                            String version,
                            String type,
                            String classifier)
Deprecated.  
  | 
Artifact | 
DefaultArtifactFactory.createBuildArtifact(String groupId,
                   String artifactId,
                   String version,
                   String packaging)  | 
Artifact | 
ArtifactFactory.createBuildArtifact(String groupId,
                   String artifactId,
                   String version,
                   String packaging)
Deprecated.  
  | 
Artifact | 
DefaultArtifactFactory.createDependencyArtifact(String groupId,
                        String artifactId,
                        VersionRange versionRange,
                        String type,
                        String classifier,
                        String scope)  | 
Artifact | 
ArtifactFactory.createDependencyArtifact(String groupId,
                        String artifactId,
                        VersionRange versionRange,
                        String type,
                        String classifier,
                        String scope)
Deprecated.  
  | 
Artifact | 
DefaultArtifactFactory.createDependencyArtifact(String groupId,
                        String artifactId,
                        VersionRange versionRange,
                        String type,
                        String classifier,
                        String scope,
                        boolean optional)  | 
Artifact | 
ArtifactFactory.createDependencyArtifact(String groupId,
                        String artifactId,
                        VersionRange versionRange,
                        String type,
                        String classifier,
                        String scope,
                        boolean optional)
Deprecated.  
  | 
Artifact | 
DefaultArtifactFactory.createDependencyArtifact(String groupId,
                        String artifactId,
                        VersionRange versionRange,
                        String type,
                        String classifier,
                        String scope,
                        String inheritedScope)  | 
Artifact | 
ArtifactFactory.createDependencyArtifact(String groupId,
                        String artifactId,
                        VersionRange versionRange,
                        String type,
                        String classifier,
                        String scope,
                        String inheritedScope)
Deprecated.  
  | 
Artifact | 
DefaultArtifactFactory.createDependencyArtifact(String groupId,
                        String artifactId,
                        VersionRange versionRange,
                        String type,
                        String classifier,
                        String scope,
                        String inheritedScope,
                        boolean optional)  | 
Artifact | 
ArtifactFactory.createDependencyArtifact(String groupId,
                        String artifactId,
                        VersionRange versionRange,
                        String type,
                        String classifier,
                        String scope,
                        String inheritedScope,
                        boolean optional)
Deprecated.  
  | 
Artifact | 
DefaultArtifactFactory.createExtensionArtifact(String groupId,
                       String artifactId,
                       VersionRange versionRange)  | 
Artifact | 
ArtifactFactory.createExtensionArtifact(String groupId,
                       String artifactId,
                       VersionRange versionRange)
Deprecated.  
  | 
Artifact | 
DefaultArtifactFactory.createParentArtifact(String groupId,
                    String artifactId,
                    String version)  | 
Artifact | 
ArtifactFactory.createParentArtifact(String groupId,
                    String artifactId,
                    String version)
Deprecated.  
  | 
Artifact | 
DefaultArtifactFactory.createPluginArtifact(String groupId,
                    String artifactId,
                    VersionRange versionRange)  | 
Artifact | 
ArtifactFactory.createPluginArtifact(String groupId,
                    String artifactId,
                    VersionRange versionRange)
Deprecated.  
  | 
Artifact | 
DefaultArtifactFactory.createProjectArtifact(String groupId,
                     String artifactId,
                     String version)  | 
Artifact | 
ArtifactFactory.createProjectArtifact(String groupId,
                     String artifactId,
                     String version)
Deprecated.  
  | 
Artifact | 
DefaultArtifactFactory.createProjectArtifact(String groupId,
                     String artifactId,
                     String version,
                     String scope)  | 
Artifact | 
ArtifactFactory.createProjectArtifact(String groupId,
                     String artifactId,
                     String version,
                     String scope)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DefaultArtifactInstaller.install(File source,
       Artifact artifact,
       ArtifactRepository localRepository)  | 
void | 
ArtifactInstaller.install(File source,
       Artifact artifact,
       ArtifactRepository localRepository)
Install an artifact from a particular file. 
 | 
void | 
DefaultArtifactInstaller.install(String basedir,
       String finalName,
       Artifact artifact,
       ArtifactRepository localRepository)
Deprecated. 
 
we want to use the artifact method only, and ensure artifact.file is set correctly. 
 | 
void | 
ArtifactInstaller.install(String basedir,
       String finalName,
       Artifact artifact,
       ArtifactRepository localRepository)
Deprecated. 
 
to be removed before 2.0 after the install/deploy plugins use the alternate
             method 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WagonManager.getArtifact(Artifact artifact,
           ArtifactRepository repository)
Deprecated.  
  | 
void | 
DefaultWagonManager.getArtifact(Artifact artifact,
           ArtifactRepository repository)  | 
void | 
WagonManager.getArtifact(Artifact artifact,
           List<ArtifactRepository> remoteRepositories)
Deprecated.  
  | 
void | 
DefaultWagonManager.getArtifact(Artifact artifact,
           List<ArtifactRepository> remoteRepositories)  | 
| Modifier and Type | Method and Description | 
|---|---|
ResolutionGroup | 
ArtifactMetadataSource.retrieve(Artifact artifact,
        ArtifactRepository localRepository,
        List<ArtifactRepository> remoteRepositories)
Deprecated.  
  | 
List<ArtifactVersion> | 
ArtifactMetadataSource.retrieveAvailableVersions(Artifact artifact,
                         ArtifactRepository localRepository,
                         List<ArtifactRepository> remoteRepositories)
Deprecated.  
  | 
List<ArtifactVersion> | 
ArtifactMetadataSource.retrieveAvailableVersionsFromDeploymentRepository(Artifact artifact,
                                                 ArtifactRepository localRepository,
                                                 ArtifactRepository remoteRepository)
Deprecated.  
  | 
| Constructor and Description | 
|---|
AbstractArtifactMetadata(Artifact artifact)
Deprecated.  
  | 
ArtifactMetadataRetrievalException(String message,
                                  Throwable cause,
                                  Artifact artifact)
Deprecated.  
  | 
ResolutionGroup(Artifact pomArtifact,
               Artifact relocatedArtifact,
               Set<Artifact> artifacts,
               Map<String,Artifact> managedVersions,
               List<ArtifactRepository> resolutionRepositories)
Deprecated.  
  | 
ResolutionGroup(Artifact pomArtifact,
               Set<Artifact> artifacts,
               List<ArtifactRepository> resolutionRepositories)
Deprecated.  
  | 
| Constructor and Description | 
|---|
ResolutionGroup(Artifact pomArtifact,
               Artifact relocatedArtifact,
               Set<Artifact> artifacts,
               Map<String,Artifact> managedVersions,
               List<ArtifactRepository> resolutionRepositories)
Deprecated.  
  | 
ResolutionGroup(Artifact pomArtifact,
               Artifact relocatedArtifact,
               Set<Artifact> artifacts,
               Map<String,Artifact> managedVersions,
               List<ArtifactRepository> resolutionRepositories)
Deprecated.  
  | 
ResolutionGroup(Artifact pomArtifact,
               Set<Artifact> artifacts,
               List<ArtifactRepository> resolutionRepositories)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
Artifact | 
DefaultArtifactRepository.find(Artifact artifact)
Deprecated.  
  | 
Artifact | 
MavenArtifactRepository.find(Artifact artifact)  | 
Artifact | 
ArtifactRepository.find(Artifact artifact)  | 
| Modifier and Type | Method and Description | 
|---|---|
Artifact | 
DefaultArtifactRepository.find(Artifact artifact)
Deprecated.  
  | 
Artifact | 
MavenArtifactRepository.find(Artifact artifact)  | 
Artifact | 
ArtifactRepository.find(Artifact artifact)  | 
List<String> | 
DefaultArtifactRepository.findVersions(Artifact artifact)
Deprecated.  
  | 
List<String> | 
MavenArtifactRepository.findVersions(Artifact artifact)  | 
List<String> | 
ArtifactRepository.findVersions(Artifact artifact)
Finds the versions of the specified artifact that are available in this repository. 
 | 
String | 
DefaultArtifactRepository.pathOf(Artifact artifact)
Deprecated.  
  | 
String | 
MavenArtifactRepository.pathOf(Artifact artifact)  | 
String | 
ArtifactRepository.pathOf(Artifact artifact)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
FlatRepositoryLayout.pathOf(Artifact artifact)  | 
String | 
DefaultRepositoryLayout.pathOf(Artifact artifact)  | 
String | 
ArtifactRepositoryLayout.pathOf(Artifact artifact)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected static Metadata | 
AbstractRepositoryMetadata.createMetadata(Artifact artifact,
              Versioning versioning)  | 
| Constructor and Description | 
|---|
ArtifactRepositoryMetadata(Artifact artifact)  | 
ArtifactRepositoryMetadata(Artifact artifact,
                          Versioning versioning)  | 
SnapshotArtifactRepositoryMetadata(Artifact artifact)  | 
SnapshotArtifactRepositoryMetadata(Artifact artifact,
                                  Snapshot snapshot)  | 
| Modifier and Type | Method and Description | 
|---|---|
Artifact | 
ResolutionNode.getArtifact()  | 
Artifact | 
ArtifactResolutionRequest.getArtifact()  | 
Artifact | 
CyclicDependencyException.getArtifact()  | 
Artifact | 
AbstractArtifactResolutionException.getArtifact()  | 
Artifact | 
UnresolvedArtifacts.getOriginatingArtifact()  | 
Artifact | 
ArtifactResolutionResult.getOriginatingArtifact()  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<Artifact> | 
ArtifactResolutionRequest.getArtifactDependencies()  | 
List<Artifact> | 
UnresolvedArtifacts.getArtifacts()  | 
Set<Artifact> | 
ArtifactResolutionResult.getArtifacts()  | 
Map<String,Artifact> | 
ArtifactResolutionRequest.getManagedVersionMap()  | 
List<Artifact> | 
ArtifactResolutionResult.getMissingArtifacts()  | 
List<Artifact> | 
MultipleArtifactsNotFoundException.getMissingArtifacts()
artifacts that could NOT be resolved 
 | 
List<Artifact> | 
MultipleArtifactsNotFoundException.getResolvedArtifacts()
artifacts that could be resolved 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ArtifactResolutionResult.addArtifact(Artifact artifact)  | 
ArtifactResolutionResult | 
ArtifactResolutionResult.addMissingArtifact(Artifact artifact)  | 
ArtifactResolutionResult | 
ArtifactCollector.collect(Set<Artifact> artifacts,
       Artifact originatingArtifact,
       ArtifactRepository localRepository,
       List<ArtifactRepository> remoteRepositories,
       ArtifactMetadataSource source,
       ArtifactFilter filter,
       List<ResolutionListener> listeners)
Deprecated.  
 | 
void | 
WarningResolutionListener.endProcessChildren(Artifact artifact)  | 
void | 
DebugResolutionListener.endProcessChildren(Artifact artifact)  | 
void | 
ResolutionListener.endProcessChildren(Artifact artifact)  | 
void | 
WarningResolutionListener.includeArtifact(Artifact artifact)  | 
void | 
DebugResolutionListener.includeArtifact(Artifact artifact)  | 
void | 
ResolutionListener.includeArtifact(Artifact artifact)  | 
void | 
WarningResolutionListener.manageArtifact(Artifact artifact,
              Artifact replacement)  | 
void | 
DebugResolutionListener.manageArtifact(Artifact artifact,
              Artifact replacement)
The logic used here used to be a copy of the logic used in the DefaultArtifactCollector, and this method was
 called right before the actual version/artifactScope changes were done. 
 | 
void | 
ResolutionListener.manageArtifact(Artifact artifact,
              Artifact replacement)
Deprecated.  
 | 
void | 
ResolutionListenerForDepMgmt.manageArtifactScope(Artifact artifact,
                   Artifact replacement)
Deprecated.  
  | 
void | 
DebugResolutionListener.manageArtifactScope(Artifact artifact,
                   Artifact replacement)  | 
void | 
ResolutionListenerForDepMgmt.manageArtifactSystemPath(Artifact artifact,
                        Artifact replacement)
Deprecated.  
  | 
void | 
DebugResolutionListener.manageArtifactSystemPath(Artifact artifact,
                        Artifact replacement)  | 
void | 
ResolutionListenerForDepMgmt.manageArtifactVersion(Artifact artifact,
                     Artifact replacement)
Deprecated.  
  | 
void | 
DebugResolutionListener.manageArtifactVersion(Artifact artifact,
                     Artifact replacement)  | 
void | 
WarningResolutionListener.omitForCycle(Artifact omitted)  | 
void | 
DebugResolutionListener.omitForCycle(Artifact omitted)  | 
void | 
ResolutionListener.omitForCycle(Artifact artifact)  | 
void | 
WarningResolutionListener.omitForNearer(Artifact omitted,
             Artifact kept)  | 
void | 
DebugResolutionListener.omitForNearer(Artifact omitted,
             Artifact kept)  | 
void | 
ResolutionListener.omitForNearer(Artifact omitted,
             Artifact kept)  | 
void | 
DefaultArtifactResolver.resolve(Artifact artifact,
       List<ArtifactRepository> remoteRepositories,
       ArtifactRepository localRepository)  | 
void | 
ArtifactResolver.resolve(Artifact artifact,
       List<ArtifactRepository> remoteRepositories,
       ArtifactRepository localRepository)
Deprecated.  
 | 
void | 
DefaultArtifactResolver.resolve(Artifact artifact,
       List<ArtifactRepository> remoteRepositories,
       ArtifactRepository localRepository,
       org.apache.maven.wagon.events.TransferListener resolutionListener)  | 
void | 
ArtifactResolver.resolve(Artifact artifact,
       List<ArtifactRepository> remoteRepositories,
       ArtifactRepository localRepository,
       org.apache.maven.wagon.events.TransferListener downloadMonitor)
Deprecated.  
 | 
void | 
DefaultArtifactResolver.resolveAlways(Artifact artifact,
             List<ArtifactRepository> remoteRepositories,
             ArtifactRepository localRepository)  | 
void | 
ArtifactResolver.resolveAlways(Artifact artifact,
             List<ArtifactRepository> remoteRepositories,
             ArtifactRepository localRepository)
Deprecated.  
 | 
ArtifactResolutionResult | 
DefaultArtifactResolver.resolveTransitively(Set<Artifact> artifacts,
                   Artifact originatingArtifact,
                   ArtifactRepository localRepository,
                   List<ArtifactRepository> remoteRepositories,
                   ArtifactMetadataSource source,
                   ArtifactFilter filter)  | 
ArtifactResolutionResult | 
ArtifactResolver.resolveTransitively(Set<Artifact> artifacts,
                   Artifact originatingArtifact,
                   ArtifactRepository localRepository,
                   List<ArtifactRepository> remoteRepositories,
                   ArtifactMetadataSource source,
                   ArtifactFilter filter)
Deprecated.  
 | 
ArtifactResolutionResult | 
DefaultArtifactResolver.resolveTransitively(Set<Artifact> artifacts,
                   Artifact originatingArtifact,
                   List<ArtifactRepository> remoteRepositories,
                   ArtifactRepository localRepository,
                   ArtifactMetadataSource source)  | 
ArtifactResolutionResult | 
ArtifactResolver.resolveTransitively(Set<Artifact> artifacts,
                   Artifact originatingArtifact,
                   List<ArtifactRepository> remoteRepositories,
                   ArtifactRepository localRepository,
                   ArtifactMetadataSource source)
Deprecated.  
 | 
ArtifactResolutionResult | 
DefaultArtifactResolver.resolveTransitively(Set<Artifact> artifacts,
                   Artifact originatingArtifact,
                   List<ArtifactRepository> remoteRepositories,
                   ArtifactRepository localRepository,
                   ArtifactMetadataSource source,
                   List<ResolutionListener> listeners)  | 
ArtifactResolutionResult | 
ArtifactResolver.resolveTransitively(Set<Artifact> artifacts,
                   Artifact originatingArtifact,
                   List<ArtifactRepository> remoteRepositories,
                   ArtifactRepository localRepository,
                   ArtifactMetadataSource source,
                   List<ResolutionListener> listeners)
Deprecated.  
 | 
ArtifactResolutionResult | 
DefaultArtifactResolver.resolveTransitively(Set<Artifact> artifacts,
                   Artifact originatingArtifact,
                   Map<String,Artifact> managedVersions,
                   ArtifactRepository localRepository,
                   List<ArtifactRepository> remoteRepositories,
                   ArtifactMetadataSource source)  | 
ArtifactResolutionResult | 
ArtifactResolver.resolveTransitively(Set<Artifact> artifacts,
                   Artifact originatingArtifact,
                   Map<String,Artifact> managedVersions,
                   ArtifactRepository localRepository,
                   List<ArtifactRepository> remoteRepositories,
                   ArtifactMetadataSource source)
Deprecated.  
 | 
ArtifactResolutionResult | 
DefaultArtifactResolver.resolveTransitively(Set<Artifact> artifacts,
                   Artifact originatingArtifact,
                   Map<String,Artifact> managedVersions,
                   ArtifactRepository localRepository,
                   List<ArtifactRepository> remoteRepositories,
                   ArtifactMetadataSource source,
                   ArtifactFilter filter)  | 
ArtifactResolutionResult | 
ArtifactResolver.resolveTransitively(Set<Artifact> artifacts,
                   Artifact originatingArtifact,
                   Map<String,Artifact> managedVersions,
                   ArtifactRepository localRepository,
                   List<ArtifactRepository> remoteRepositories,
                   ArtifactMetadataSource source,
                   ArtifactFilter filter)
Deprecated.  
 | 
ArtifactResolutionResult | 
DefaultArtifactResolver.resolveTransitively(Set<Artifact> artifacts,
                   Artifact originatingArtifact,
                   Map<String,Artifact> managedVersions,
                   ArtifactRepository localRepository,
                   List<ArtifactRepository> remoteRepositories,
                   ArtifactMetadataSource source,
                   ArtifactFilter filter,
                   List<ResolutionListener> listeners)  | 
ArtifactResolutionResult | 
ArtifactResolver.resolveTransitively(Set<Artifact> artifacts,
                   Artifact originatingArtifact,
                   Map<String,Artifact> managedVersions,
                   ArtifactRepository localRepository,
                   List<ArtifactRepository> remoteRepositories,
                   ArtifactMetadataSource source,
                   ArtifactFilter filter,
                   List<ResolutionListener> listeners)
Deprecated.  
 | 
ArtifactResolutionResult | 
DefaultArtifactResolver.resolveTransitively(Set<Artifact> artifacts,
                   Artifact originatingArtifact,
                   Map<String,Artifact> managedVersions,
                   ArtifactRepository localRepository,
                   List<ArtifactRepository> remoteRepositories,
                   ArtifactMetadataSource source,
                   ArtifactFilter filter,
                   List<ResolutionListener> listeners,
                   List<ConflictResolver> conflictResolvers)  | 
void | 
WarningResolutionListener.restrictRange(Artifact artifact,
             Artifact replacement,
             VersionRange newRange)  | 
void | 
DebugResolutionListener.restrictRange(Artifact artifact,
             Artifact replacement,
             VersionRange newRange)  | 
void | 
ResolutionListener.restrictRange(Artifact artifact,
             Artifact replacement,
             VersionRange newRange)  | 
void | 
WarningResolutionListener.selectVersionFromRange(Artifact artifact)  | 
void | 
DebugResolutionListener.selectVersionFromRange(Artifact artifact)  | 
void | 
ResolutionListener.selectVersionFromRange(Artifact artifact)  | 
void | 
ResolutionNode.setArtifact(Artifact artifact)  | 
ArtifactResolutionRequest | 
ArtifactResolutionRequest.setArtifact(Artifact artifact)  | 
ArtifactResolutionResult | 
ArtifactResolutionResult.setOriginatingArtifact(Artifact originatingArtifact)  | 
void | 
WarningResolutionListener.startProcessChildren(Artifact artifact)  | 
void | 
DebugResolutionListener.startProcessChildren(Artifact artifact)  | 
void | 
ResolutionListener.startProcessChildren(Artifact artifact)  | 
void | 
WarningResolutionListener.testArtifact(Artifact node)  | 
void | 
DebugResolutionListener.testArtifact(Artifact node)  | 
void | 
ResolutionListener.testArtifact(Artifact node)  | 
void | 
WarningResolutionListener.updateScope(Artifact artifact,
           String scope)  | 
void | 
DebugResolutionListener.updateScope(Artifact artifact,
           String scope)  | 
void | 
ResolutionListener.updateScope(Artifact artifact,
           String scope)  | 
void | 
WarningResolutionListener.updateScopeCurrentPom(Artifact artifact,
                     String scope)  | 
void | 
DebugResolutionListener.updateScopeCurrentPom(Artifact artifact,
                     String ignoredScope)  | 
void | 
ResolutionListener.updateScopeCurrentPom(Artifact artifact,
                     String ignoredScope)
This event means that the artifactScope has NOT been updated to a farther node artifactScope because current
 node is in the first level pom 
 | 
| Constructor and Description | 
|---|
MultipleArtifactsNotFoundException(Artifact originatingArtifact,
                                  List<Artifact> resolvedArtifacts,
                                  List<Artifact> missingArtifacts,
                                  List<ArtifactRepository> remoteRepositories)
Create an instance of the exception with allrequired information. 
 | 
MultipleArtifactsNotFoundException(Artifact originatingArtifact,
                                  List<Artifact> resolvedArtifacts,
                                  List<Artifact> missingArtifacts,
                                  List<ArtifactRepository> remoteRepositories)
Create an instance of the exception with allrequired information. 
 | 
MultipleArtifactsNotFoundException(Artifact originatingArtifact,
                                  List<Artifact> missingArtifacts,
                                  List<ArtifactRepository> remoteRepositories)
Deprecated. 
 
 | 
UnresolvedArtifacts(Artifact originatingArtifact,
                   List<Artifact> artifacts,
                   List<ArtifactRepository> remoteRepositories)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
TypeArtifactFilter.include(Artifact artifact)  | 
boolean | 
OrArtifactFilter.include(Artifact artifact)  | 
boolean | 
InversionArtifactFilter.include(Artifact artifact)  | 
boolean | 
IncludesArtifactFilter.include(Artifact artifact)  | 
boolean | 
ExclusionSetFilter.include(Artifact artifact)  | 
boolean | 
ExclusionArtifactFilter.include(Artifact artifact)  | 
boolean | 
ExcludesArtifactFilter.include(Artifact artifact)  | 
boolean | 
AndArtifactFilter.include(Artifact artifact)  | 
boolean | 
ArtifactFilter.include(Artifact artifact)  | 
| Modifier and Type | Method and Description | 
|---|---|
ArtifactVersion | 
VersionRange.getSelectedVersion(Artifact artifact)  | 
boolean | 
VersionRange.isSelectedVersionKnown(Artifact artifact)  | 
| Constructor and Description | 
|---|
OverConstrainedVersionException(String msg,
                               Artifact artifact)  | 
OverConstrainedVersionException(String msg,
                               Artifact artifact,
                               List<ArtifactRepository> remoteRepositories)  | 
| Constructor and Description | 
|---|
ManagedVersionMap(Map<String,Artifact> map)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
Artifact | 
MavenRepositorySystem.createArtifact(String groupId,
              String artifactId,
              String version,
              String scope,
              String type)  | 
Artifact | 
MavenRepositorySystem.createDependencyArtifact(Dependency d)  | 
Artifact | 
MavenRepositorySystem.createExtensionArtifact(String groupId,
                       String artifactId,
                       String version)  | 
Artifact | 
MavenRepositorySystem.createParentArtifact(String groupId,
                    String artifactId,
                    String version)  | 
Artifact | 
MavenRepositorySystem.createPluginArtifact(Plugin plugin)  | 
Artifact | 
MavenRepositorySystem.createProjectArtifact(String groupId,
                     String artifactId,
                     String metaVersionId)  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<Artifact> | 
ProjectArtifactFactory.createArtifacts(MavenProject project)  | 
Set<Artifact> | 
DefaultProjectArtifactFactory.createArtifacts(MavenProject project)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LifecycleDependencyResolver.resolveProjectDependencies(MavenProject project,
                          Collection<String> scopesToCollect,
                          Collection<String> scopesToResolve,
                          MavenSession session,
                          boolean aggregating,
                          Set<Artifact> projectArtifacts)  | 
| Modifier and Type | Method and Description | 
|---|---|
MavenExecutionPlan | 
BuilderCommon.resolveBuildPlan(MavenSession session,
                MavenProject project,
                TaskSegment taskSegment,
                Set<Artifact> projectArtifacts)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Artifact> | 
PluginRealmCache.CacheRecord.getArtifacts()  | 
List<Artifact> | 
PluginArtifactsCache.CacheRecord.getArtifacts()  | 
List<Artifact> | 
ExtensionRealmCache.CacheRecord.getArtifacts()  | 
| Modifier and Type | Method and Description | 
|---|---|
ExtensionRealmCache.Key | 
ExtensionRealmCache.createKey(List<Artifact> extensionArtifacts)  | 
ExtensionRealmCache.Key | 
DefaultExtensionRealmCache.createKey(List<Artifact> extensionArtifacts)  | 
ExtensionRealmCache.CacheRecord | 
ExtensionRealmCache.put(ExtensionRealmCache.Key key,
   org.codehaus.plexus.classworlds.realm.ClassRealm extensionRealm,
   ExtensionDescriptor extensionDescriptor,
   List<Artifact> artifacts)  | 
ExtensionRealmCache.CacheRecord | 
DefaultExtensionRealmCache.put(ExtensionRealmCache.Key key,
   org.codehaus.plexus.classworlds.realm.ClassRealm extensionRealm,
   ExtensionDescriptor extensionDescriptor,
   List<Artifact> artifacts)  | 
PluginArtifactsCache.CacheRecord | 
PluginArtifactsCache.put(PluginArtifactsCache.Key key,
   List<Artifact> pluginArtifacts)  | 
PluginArtifactsCache.CacheRecord | 
DefaultPluginArtifactsCache.put(PluginArtifactsCache.Key key,
   List<Artifact> pluginArtifacts)  | 
PluginRealmCache.CacheRecord | 
PluginRealmCache.put(PluginRealmCache.Key key,
   org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm,
   List<Artifact> pluginArtifacts)  | 
PluginRealmCache.CacheRecord | 
DefaultPluginRealmCache.put(PluginRealmCache.Key key,
   org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm,
   List<Artifact> pluginArtifacts)  | 
| Constructor and Description | 
|---|
MavenPluginValidator(Artifact pluginArtifact)  | 
| Constructor and Description | 
|---|
CacheKey(List<Artifact> extensionArtifacts)  | 
CacheRecord(org.codehaus.plexus.classworlds.realm.ClassRealm realm,
           List<Artifact> artifacts)  | 
CacheRecord(List<Artifact> artifacts)  | 
| Modifier and Type | Method and Description | 
|---|---|
Artifact | 
PluginDescriptor.getPluginArtifact()  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,Artifact> | 
PluginDescriptor.getArtifactMap()
The map of artifacts accessible by the versionlessKey, i.e. 
 | 
List<Artifact> | 
PluginDescriptor.getArtifacts()
Gets the artifacts that make up the plugin's class realm, excluding artifacts shadowed by the Maven core realm
 like  
maven-project. | 
Set<Artifact> | 
PluginDescriptor.getIntroducedDependencyArtifacts()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PluginDescriptor.setPluginArtifact(Artifact pluginArtifact)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PluginDescriptor.setArtifacts(List<Artifact> artifacts)  | 
void | 
PluginDescriptor.setIntroducedDependencyArtifacts(Set<Artifact> introducedDependencyArtifacts)  | 
| Modifier and Type | Method and Description | 
|---|---|
Artifact | 
MavenProject.getArtifact()  | 
Artifact | 
DuplicateArtifactAttachmentException.getArtifact()  | 
Artifact | 
MavenProject.getParentArtifact()  | 
Artifact | 
MavenProject.replaceWithActiveArtifact(Artifact pluginArtifact)
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
Set<Artifact> | 
MavenProject.createArtifacts(ArtifactFactory artifactFactory,
               String inheritedScope,
               ArtifactFilter filter)
Deprecated.  
 | 
Map<String,Artifact> | 
MavenProject.getArtifactMap()  | 
Set<Artifact> | 
MavenProject.getArtifacts()
All dependencies that this project has, including transitive ones. 
 | 
List<Artifact> | 
MavenProject.getAttachedArtifacts()  | 
List<Artifact> | 
MavenProject.getCompileArtifacts()
Deprecated.  
 | 
Set<Artifact> | 
MavenProject.getDependencyArtifacts()
Deprecated.  
 | 
Map<String,Artifact> | 
MavenProject.getExtensionArtifactMap()
Deprecated.  
 | 
Set<Artifact> | 
MavenProject.getExtensionArtifacts()
Deprecated.  
 | 
Map<String,Artifact> | 
MavenProject.getManagedVersionMap()  | 
Map<String,Artifact> | 
MavenProject.getPluginArtifactMap()  | 
Set<Artifact> | 
MavenProject.getPluginArtifacts()  | 
Map<String,Artifact> | 
MavenProject.getReportArtifactMap()
Deprecated.  
 | 
Set<Artifact> | 
MavenProject.getReportArtifacts()
Deprecated.  
 | 
List<Artifact> | 
MavenProject.getRuntimeArtifacts()
Deprecated.  
 | 
List<Artifact> | 
MavenProject.getSystemArtifacts()
Deprecated.  
 | 
List<Artifact> | 
MavenProject.getTestArtifacts()
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MavenProject.addAttachedArtifact(Artifact artifact)
Deprecated. 
 
Please use  
MavenProjectHelper | 
void | 
DefaultMavenProjectHelper.attachArtifact(MavenProject project,
              Artifact artifact)
Add an attached artifact or replace the file for an existing artifact. 
 | 
ProjectBuildingResult | 
ProjectBuilder.build(Artifact projectArtifact,
     boolean allowStubModel,
     ProjectBuildingRequest request)
Builds a project descriptor for the specified artifact. 
 | 
ProjectBuildingResult | 
DefaultProjectBuilder.build(Artifact artifact,
     boolean allowStubModel,
     ProjectBuildingRequest request)  | 
ProjectBuildingResult | 
ProjectBuilder.build(Artifact projectArtifact,
     ProjectBuildingRequest request)
Builds a project descriptor for the specified artifact. 
 | 
ProjectBuildingResult | 
DefaultProjectBuilder.build(Artifact artifact,
     ProjectBuildingRequest request)  | 
MavenProject | 
MavenProjectBuilder.buildFromRepository(Artifact artifact,
                   List<ArtifactRepository> remoteRepositories,
                   ArtifactRepository localRepository)
Deprecated.  
  | 
MavenProject | 
DefaultMavenProjectBuilder.buildFromRepository(Artifact artifact,
                   List<ArtifactRepository> remoteRepositories,
                   ArtifactRepository localRepository)
Deprecated.  
  | 
MavenProject | 
MavenProjectBuilder.buildFromRepository(Artifact artifact,
                   List<ArtifactRepository> remoteRepositories,
                   ArtifactRepository localRepository,
                   boolean allowStubModel)
Deprecated.  
  | 
MavenProject | 
DefaultMavenProjectBuilder.buildFromRepository(Artifact artifact,
                   List<ArtifactRepository> remoteRepositories,
                   ArtifactRepository localRepository,
                   boolean allowStubModel)
Deprecated.  
  | 
MavenProject | 
DefaultMavenProjectBuilder.buildFromRepository(Artifact artifact,
                   List<ArtifactRepository> remoteRepositories,
                   ProjectBuilderConfiguration configuration,
                   boolean allowStubModel)
Deprecated.  
  | 
Artifact | 
MavenProject.replaceWithActiveArtifact(Artifact pluginArtifact)
Deprecated.  
 | 
void | 
MavenProject.setArtifact(Artifact artifact)  | 
void | 
MavenProject.setParentArtifact(Artifact parentArtifact)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MavenProject.setArtifacts(Set<Artifact> artifacts)  | 
protected void | 
MavenProject.setAttachedArtifacts(List<Artifact> attachedArtifacts)  | 
void | 
MavenProject.setDependencyArtifacts(Set<Artifact> dependencyArtifacts)
Deprecated.  
 | 
void | 
MavenProject.setExtensionArtifacts(Set<Artifact> extensionArtifacts)
Deprecated.  
 | 
void | 
MavenProject.setManagedVersionMap(Map<String,Artifact> map)  | 
void | 
MavenProject.setPluginArtifacts(Set<Artifact> pluginArtifacts)  | 
void | 
MavenProject.setReportArtifacts(Set<Artifact> reportArtifacts)
Deprecated.  
 | 
void | 
MavenProject.setResolvedArtifacts(Set<Artifact> artifacts)
Sets the transitive dependency artifacts that have been resolved/collected for this project. 
 | 
| Constructor and Description | 
|---|
DuplicateArtifactAttachmentException(MavenProject project,
                                    Artifact artifact)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ActiveProjectArtifact
Deprecated.  
 | 
class  | 
AttachedArtifact
Deprecated.  
 | 
class  | 
PluginArtifact
PluginArtifact 
 | 
class  | 
ProjectArtifact
ProjectArtifact 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Artifact | 
DefaultMavenMetadataCache.CacheRecord.getArtifact()  | 
Artifact | 
DefaultMavenMetadataCache.CacheRecord.getRelocatedArtifact()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Set<Artifact> | 
MavenMetadataSource.createArtifacts(ArtifactFactory artifactFactory,
               List<Dependency> dependencies,
               String inheritedScope,
               ArtifactFilter dependencyFilter,
               MavenProject project)
Deprecated.  
 | 
Set<Artifact> | 
ProjectArtifactsCache.CacheRecord.getArtifacts()  | 
List<Artifact> | 
DefaultMavenMetadataCache.CacheRecord.getArtifacts()  | 
Map<String,Artifact> | 
DefaultMavenMetadataCache.CacheRecord.getManagedVersions()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
ActiveProjectArtifact.compareTo(Artifact a)
Deprecated.  
 | 
ResolutionGroup | 
MavenMetadataCache.get(Artifact artifact,
   boolean resolveManagedVersions,
   ArtifactRepository localRepository,
   List<ArtifactRepository> remoteRepositories)  | 
ResolutionGroup | 
DefaultMavenMetadataCache.get(Artifact artifact,
   boolean resolveManagedVersions,
   ArtifactRepository localRepository,
   List<ArtifactRepository> remoteRepositories)  | 
protected DefaultMavenMetadataCache.CacheKey | 
DefaultMavenMetadataCache.newCacheKey(Artifact artifact,
           boolean resolveManagedVersions,
           ArtifactRepository localRepository,
           List<ArtifactRepository> remoteRepositories)  | 
void | 
MavenMetadataCache.put(Artifact artifact,
   boolean resolveManagedVersions,
   ArtifactRepository localRepository,
   List<ArtifactRepository> remoteRepositories,
   ResolutionGroup result)  | 
void | 
DefaultMavenMetadataCache.put(Artifact artifact,
   boolean resolveManagedVersions,
   ArtifactRepository localRepository,
   List<ArtifactRepository> remoteRepositories,
   ResolutionGroup result)  | 
ResolutionGroup | 
MavenMetadataSource.retrieve(Artifact artifact,
        ArtifactRepository localRepository,
        List<ArtifactRepository> remoteRepositories)  | 
ResolutionGroup | 
MavenMetadataSource.retrieve(Artifact artifact,
        ArtifactRepository localRepository,
        List<ArtifactRepository> remoteRepositories,
        boolean resolveManagedVersions)  | 
List<ArtifactVersion> | 
MavenMetadataSource.retrieveAvailableVersions(Artifact artifact,
                         ArtifactRepository localRepository,
                         List<ArtifactRepository> remoteRepositories)  | 
List<ArtifactVersion> | 
MavenMetadataSource.retrieveAvailableVersionsFromDeploymentRepository(Artifact artifact,
                                                 ArtifactRepository localRepository,
                                                 ArtifactRepository deploymentRepository)  | 
| Modifier and Type | Method and Description | 
|---|---|
ProjectArtifactsCache.CacheRecord | 
ProjectArtifactsCache.put(ProjectArtifactsCache.Key key,
   Set<Artifact> pluginArtifacts)  | 
ProjectArtifactsCache.CacheRecord | 
DefaultProjectArtifactsCache.put(ProjectArtifactsCache.Key key,
   Set<Artifact> projectArtifacts)  | 
| Constructor and Description | 
|---|
ActiveProjectArtifact(MavenProject project,
                     Artifact artifact)
Deprecated.  
  | 
AttachedArtifact(Artifact parent,
                String type,
                ArtifactHandler artifactHandler)
Deprecated.  
  | 
AttachedArtifact(Artifact parent,
                String type,
                String classifier,
                ArtifactHandler artifactHandler)
Deprecated.  
  | 
CacheKey(Artifact artifact,
        boolean resolveManagedVersions,
        ArtifactRepository localRepository,
        List<ArtifactRepository> remoteRepositories)  | 
PluginArtifact(Plugin plugin,
              Artifact pluginArtifact)  | 
ProjectArtifactMetadata(Artifact artifact)  | 
ProjectArtifactMetadata(Artifact artifact,
                       File file)  | 
| Modifier and Type | Method and Description | 
|---|---|
Artifact | 
RepositorySystem.createArtifact(String groupId,
              String artifactId,
              String version,
              String packaging)  | 
Artifact | 
RepositorySystem.createArtifact(String groupId,
              String artifactId,
              String version,
              String scope,
              String type)  | 
Artifact | 
RepositorySystem.createArtifactWithClassifier(String groupId,
                            String artifactId,
                            String version,
                            String type,
                            String classifier)  | 
Artifact | 
RepositorySystem.createDependencyArtifact(Dependency dependency)  | 
Artifact | 
RepositorySystem.createPluginArtifact(Plugin plugin)  | 
Artifact | 
RepositorySystem.createProjectArtifact(String groupId,
                     String artifactId,
                     String version)  | 
Artifact | 
UserLocalArtifactRepository.find(Artifact artifact)  | 
abstract Artifact | 
LocalArtifactRepository.find(Artifact artifact)  | 
Artifact | 
DelegatingLocalArtifactRepository.find(Artifact artifact)
Deprecated.  
  | 
Artifact | 
MetadataResolutionResult.getOriginatingArtifact()  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<Artifact> | 
MetadataResolutionRequest.getArtifactDependencies()  | 
Set<Artifact> | 
MetadataResolutionResult.getArtifacts()  | 
List<Artifact> | 
MetadataResolutionResult.getMissingArtifacts()  | 
Set<Artifact> | 
MetadataResolutionResult.getRequestedArtifacts()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MetadataResolutionResult.addArtifact(Artifact artifact)  | 
MetadataResolutionResult | 
MetadataResolutionResult.addMissingArtifact(Artifact artifact)  | 
void | 
MetadataResolutionResult.addRequestedArtifact(Artifact artifact)  | 
Artifact | 
UserLocalArtifactRepository.find(Artifact artifact)  | 
abstract Artifact | 
LocalArtifactRepository.find(Artifact artifact)  | 
Artifact | 
DelegatingLocalArtifactRepository.find(Artifact artifact)
Deprecated.  
  | 
List<String> | 
DelegatingLocalArtifactRepository.findVersions(Artifact artifact)
Deprecated.  
  | 
MetadataResolutionResult | 
MetadataResolutionResult.listOriginatingArtifact(Artifact originatingArtifact)  | 
String | 
UserLocalArtifactRepository.pathOf(Artifact artifact)  | 
String | 
DelegatingLocalArtifactRepository.pathOf(Artifact artifact)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
MetadataResolutionRequest | 
MetadataResolutionRequest.setArtifactDependencies(Set<Artifact> artifactDependencies)  | 
MetadataResolutionResult | 
MetadataResolutionResult.setUnresolvedArtifacts(List<Artifact> unresolvedArtifacts)  | 
| Modifier and Type | Method and Description | 
|---|---|
Artifact | 
LegacyRepositorySystem.createArtifact(String groupId,
              String artifactId,
              String version,
              String packaging)  | 
Artifact | 
LegacyRepositorySystem.createArtifact(String groupId,
              String artifactId,
              String version,
              String scope,
              String type)  | 
Artifact | 
LegacyRepositorySystem.createArtifactWithClassifier(String groupId,
                            String artifactId,
                            String version,
                            String type,
                            String classifier)  | 
Artifact | 
LegacyRepositorySystem.createDependencyArtifact(Dependency d)  | 
Artifact | 
LegacyRepositorySystem.createExtensionArtifact(String groupId,
                       String artifactId,
                       String version)  | 
Artifact | 
LegacyRepositorySystem.createParentArtifact(String groupId,
                    String artifactId,
                    String version)  | 
Artifact | 
LegacyRepositorySystem.createPluginArtifact(Plugin plugin)  | 
Artifact | 
LegacyRepositorySystem.createProjectArtifact(String groupId,
                     String artifactId,
                     String metaVersionId)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WagonManager.getArtifact(Artifact artifact,
           ArtifactRepository repository,
           org.apache.maven.wagon.events.TransferListener transferListener,
           boolean force)  | 
void | 
DefaultWagonManager.getArtifact(Artifact artifact,
           ArtifactRepository repository,
           org.apache.maven.wagon.events.TransferListener downloadMonitor,
           boolean force)  | 
void | 
WagonManager.getArtifact(Artifact artifact,
           List<ArtifactRepository> remoteRepositories,
           org.apache.maven.wagon.events.TransferListener transferListener,
           boolean force)  | 
void | 
DefaultWagonManager.getArtifact(Artifact artifact,
           List<ArtifactRepository> remoteRepositories,
           org.apache.maven.wagon.events.TransferListener downloadMonitor,
           boolean force)  | 
String | 
UpdateCheckManager.getError(Artifact artifact,
        ArtifactRepository repository)  | 
String | 
DefaultUpdateCheckManager.getError(Artifact artifact,
        ArtifactRepository repository)  | 
boolean | 
UpdateCheckManager.isUpdateRequired(Artifact artifact,
                ArtifactRepository repository)  | 
boolean | 
DefaultUpdateCheckManager.isUpdateRequired(Artifact artifact,
                ArtifactRepository repository)  | 
void | 
WagonManager.putArtifact(File source,
           Artifact artifact,
           ArtifactRepository deploymentRepository,
           org.apache.maven.wagon.events.TransferListener downloadMonitor)  | 
void | 
DefaultWagonManager.putArtifact(File source,
           Artifact artifact,
           ArtifactRepository deploymentRepository,
           org.apache.maven.wagon.events.TransferListener downloadMonitor)  | 
void | 
UpdateCheckManager.touch(Artifact artifact,
     ArtifactRepository repository,
     String error)  | 
void | 
DefaultUpdateCheckManager.touch(Artifact artifact,
     ArtifactRepository repository,
     String error)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Artifact | 
AbstractArtifactMetadata.artifact  | 
| Modifier and Type | Method and Description | 
|---|---|
Artifact | 
MetadataResolutionRequest.getArtifact()
Gets the artifact to resolve metadata for. 
 | 
Artifact | 
DefaultMetadataResolutionRequest.getArtifact()  | 
Artifact | 
ArtifactMetadataRetrievalException.getArtifact()  | 
Artifact | 
ResolutionGroup.getPomArtifact()  | 
Artifact | 
ResolutionGroup.getRelocatedArtifact()  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<Artifact> | 
ResolutionGroup.getArtifacts()  | 
Map<String,Artifact> | 
ResolutionGroup.getManagedVersions()  | 
| Modifier and Type | Method and Description | 
|---|---|
ResolutionGroup | 
ArtifactMetadataSource.retrieve(Artifact artifact,
        ArtifactRepository localRepository,
        List<ArtifactRepository> remoteRepositories)  | 
List<ArtifactVersion> | 
ArtifactMetadataSource.retrieveAvailableVersions(Artifact artifact,
                         ArtifactRepository localRepository,
                         List<ArtifactRepository> remoteRepositories)
Get a list of available versions for an artifact in the remote repository 
 | 
List<ArtifactVersion> | 
ArtifactMetadataSource.retrieveAvailableVersionsFromDeploymentRepository(Artifact artifact,
                                                 ArtifactRepository localRepository,
                                                 ArtifactRepository remoteRepository)
Get a list of available versions for an artifact in the remote deployment repository. 
 | 
MetadataResolutionRequest | 
MetadataResolutionRequest.setArtifact(Artifact artifact)
Sets the artifact for which to resolve metadata. 
 | 
DefaultMetadataResolutionRequest | 
DefaultMetadataResolutionRequest.setArtifact(Artifact artifact)  | 
| Constructor and Description | 
|---|
AbstractArtifactMetadata(Artifact artifact)  | 
ArtifactMetadataRetrievalException(String message,
                                  Throwable cause,
                                  Artifact artifact)  | 
ResolutionGroup(Artifact pomArtifact,
               Artifact relocatedArtifact,
               Set<Artifact> artifacts,
               Map<String,Artifact> managedVersions,
               List<ArtifactRepository> resolutionRepositories)  | 
ResolutionGroup(Artifact pomArtifact,
               Set<Artifact> artifacts,
               List<ArtifactRepository> resolutionRepositories)  | 
| Constructor and Description | 
|---|
ResolutionGroup(Artifact pomArtifact,
               Artifact relocatedArtifact,
               Set<Artifact> artifacts,
               Map<String,Artifact> managedVersions,
               List<ArtifactRepository> resolutionRepositories)  | 
ResolutionGroup(Artifact pomArtifact,
               Artifact relocatedArtifact,
               Set<Artifact> artifacts,
               Map<String,Artifact> managedVersions,
               List<ArtifactRepository> resolutionRepositories)  | 
ResolutionGroup(Artifact pomArtifact,
               Set<Artifact> artifacts,
               List<ArtifactRepository> resolutionRepositories)  | 
| Modifier and Type | Method and Description | 
|---|---|
ArtifactResolutionResult | 
DefaultLegacyArtifactCollector.collect(Set<Artifact> artifacts,
       Artifact originatingArtifact,
       ArtifactRepository localRepository,
       List<ArtifactRepository> remoteRepositories,
       ArtifactMetadataSource source,
       ArtifactFilter filter,
       List<ResolutionListener> listeners)  | 
ArtifactResolutionResult | 
LegacyArtifactCollector.collect(Set<Artifact> artifacts,
       Artifact originatingArtifact,
       Map<String,Artifact> managedVersions,
       ArtifactRepository localRepository,
       List<ArtifactRepository> remoteRepositories,
       ArtifactMetadataSource source,
       ArtifactFilter filter,
       List<ResolutionListener> listeners)
Deprecated.  
 | 
ArtifactResolutionResult | 
DefaultLegacyArtifactCollector.collect(Set<Artifact> artifacts,
       Artifact originatingArtifact,
       Map<String,Artifact> managedVersions,
       ArtifactRepository localRepository,
       List<ArtifactRepository> remoteRepositories,
       ArtifactMetadataSource source,
       ArtifactFilter filter,
       List<ResolutionListener> listeners)  | 
ArtifactResolutionResult | 
LegacyArtifactCollector.collect(Set<Artifact> artifacts,
       Artifact originatingArtifact,
       Map<String,Artifact> managedVersions,
       ArtifactRepository localRepository,
       List<ArtifactRepository> remoteRepositories,
       ArtifactMetadataSource source,
       ArtifactFilter filter,
       List<ResolutionListener> listeners,
       List<ConflictResolver> conflictResolvers)
Deprecated.  
  | 
ArtifactResolutionResult | 
DefaultLegacyArtifactCollector.collect(Set<Artifact> artifacts,
       Artifact originatingArtifact,
       Map<String,Artifact> managedVersions,
       ArtifactRepository localRepository,
       List<ArtifactRepository> remoteRepositories,
       ArtifactMetadataSource source,
       ArtifactFilter filter,
       List<ResolutionListener> listeners,
       List<ConflictResolver> conflictResolvers)  | 
ArtifactResolutionResult | 
LegacyArtifactCollector.collect(Set<Artifact> artifacts,
       Artifact originatingArtifact,
       Map<String,Artifact> managedVersions,
       ArtifactResolutionRequest repositoryRequest,
       ArtifactMetadataSource source,
       ArtifactFilter filter,
       List<ResolutionListener> listeners,
       List<ConflictResolver> conflictResolvers)
Deprecated.  
  | 
ArtifactResolutionResult | 
DefaultLegacyArtifactCollector.collect(Set<Artifact> artifacts,
       Artifact originatingArtifact,
       Map<String,Artifact> managedVersions,
       ArtifactResolutionRequest repositoryRequest,
       ArtifactMetadataSource source,
       ArtifactFilter filter,
       List<ResolutionListener> listeners,
       List<ConflictResolver> conflictResolvers)  | 
| Modifier and Type | Method and Description | 
|---|---|
ArtifactResolutionResult | 
DefaultLegacyArtifactCollector.collect(Set<Artifact> artifacts,
       Artifact originatingArtifact,
       ArtifactRepository localRepository,
       List<ArtifactRepository> remoteRepositories,
       ArtifactMetadataSource source,
       ArtifactFilter filter,
       List<ResolutionListener> listeners)  | 
ArtifactResolutionResult | 
LegacyArtifactCollector.collect(Set<Artifact> artifacts,
       Artifact originatingArtifact,
       Map<String,Artifact> managedVersions,
       ArtifactRepository localRepository,
       List<ArtifactRepository> remoteRepositories,
       ArtifactMetadataSource source,
       ArtifactFilter filter,
       List<ResolutionListener> listeners)
Deprecated.  
 | 
ArtifactResolutionResult | 
LegacyArtifactCollector.collect(Set<Artifact> artifacts,
       Artifact originatingArtifact,
       Map<String,Artifact> managedVersions,
       ArtifactRepository localRepository,
       List<ArtifactRepository> remoteRepositories,
       ArtifactMetadataSource source,
       ArtifactFilter filter,
       List<ResolutionListener> listeners)
Deprecated.  
 | 
ArtifactResolutionResult | 
DefaultLegacyArtifactCollector.collect(Set<Artifact> artifacts,
       Artifact originatingArtifact,
       Map<String,Artifact> managedVersions,
       ArtifactRepository localRepository,
       List<ArtifactRepository> remoteRepositories,
       ArtifactMetadataSource source,
       ArtifactFilter filter,
       List<ResolutionListener> listeners)  | 
ArtifactResolutionResult | 
DefaultLegacyArtifactCollector.collect(Set<Artifact> artifacts,
       Artifact originatingArtifact,
       Map<String,Artifact> managedVersions,
       ArtifactRepository localRepository,
       List<ArtifactRepository> remoteRepositories,
       ArtifactMetadataSource source,
       ArtifactFilter filter,
       List<ResolutionListener> listeners)  | 
ArtifactResolutionResult | 
LegacyArtifactCollector.collect(Set<Artifact> artifacts,
       Artifact originatingArtifact,
       Map<String,Artifact> managedVersions,
       ArtifactRepository localRepository,
       List<ArtifactRepository> remoteRepositories,
       ArtifactMetadataSource source,
       ArtifactFilter filter,
       List<ResolutionListener> listeners,
       List<ConflictResolver> conflictResolvers)
Deprecated.  
  | 
ArtifactResolutionResult | 
LegacyArtifactCollector.collect(Set<Artifact> artifacts,
       Artifact originatingArtifact,
       Map<String,Artifact> managedVersions,
       ArtifactRepository localRepository,
       List<ArtifactRepository> remoteRepositories,
       ArtifactMetadataSource source,
       ArtifactFilter filter,
       List<ResolutionListener> listeners,
       List<ConflictResolver> conflictResolvers)
Deprecated.  
  | 
ArtifactResolutionResult | 
DefaultLegacyArtifactCollector.collect(Set<Artifact> artifacts,
       Artifact originatingArtifact,
       Map<String,Artifact> managedVersions,
       ArtifactRepository localRepository,
       List<ArtifactRepository> remoteRepositories,
       ArtifactMetadataSource source,
       ArtifactFilter filter,
       List<ResolutionListener> listeners,
       List<ConflictResolver> conflictResolvers)  | 
ArtifactResolutionResult | 
DefaultLegacyArtifactCollector.collect(Set<Artifact> artifacts,
       Artifact originatingArtifact,
       Map<String,Artifact> managedVersions,
       ArtifactRepository localRepository,
       List<ArtifactRepository> remoteRepositories,
       ArtifactMetadataSource source,
       ArtifactFilter filter,
       List<ResolutionListener> listeners,
       List<ConflictResolver> conflictResolvers)  | 
ArtifactResolutionResult | 
LegacyArtifactCollector.collect(Set<Artifact> artifacts,
       Artifact originatingArtifact,
       Map<String,Artifact> managedVersions,
       ArtifactResolutionRequest repositoryRequest,
       ArtifactMetadataSource source,
       ArtifactFilter filter,
       List<ResolutionListener> listeners,
       List<ConflictResolver> conflictResolvers)
Deprecated.  
  | 
ArtifactResolutionResult | 
LegacyArtifactCollector.collect(Set<Artifact> artifacts,
       Artifact originatingArtifact,
       Map<String,Artifact> managedVersions,
       ArtifactResolutionRequest repositoryRequest,
       ArtifactMetadataSource source,
       ArtifactFilter filter,
       List<ResolutionListener> listeners,
       List<ConflictResolver> conflictResolvers)
Deprecated.  
  | 
ArtifactResolutionResult | 
DefaultLegacyArtifactCollector.collect(Set<Artifact> artifacts,
       Artifact originatingArtifact,
       Map<String,Artifact> managedVersions,
       ArtifactResolutionRequest repositoryRequest,
       ArtifactMetadataSource source,
       ArtifactFilter filter,
       List<ResolutionListener> listeners,
       List<ConflictResolver> conflictResolvers)  | 
ArtifactResolutionResult | 
DefaultLegacyArtifactCollector.collect(Set<Artifact> artifacts,
       Artifact originatingArtifact,
       Map<String,Artifact> managedVersions,
       ArtifactResolutionRequest repositoryRequest,
       ArtifactMetadataSource source,
       ArtifactFilter filter,
       List<ResolutionListener> listeners,
       List<ConflictResolver> conflictResolvers)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected String | 
AbstractVersionTransformation.resolveVersion(Artifact artifact,
              ArtifactRepository localRepository,
              List<ArtifactRepository> remoteRepositories)  | 
protected String | 
AbstractVersionTransformation.resolveVersion(Artifact artifact,
              RepositoryRequest request)  | 
void | 
SnapshotTransformation.transformForDeployment(Artifact artifact,
                      ArtifactRepository remoteRepository,
                      ArtifactRepository localRepository)  | 
void | 
ReleaseArtifactTransformation.transformForDeployment(Artifact artifact,
                      ArtifactRepository remoteRepository,
                      ArtifactRepository localRepository)  | 
void | 
LatestArtifactTransformation.transformForDeployment(Artifact artifact,
                      ArtifactRepository remoteRepository,
                      ArtifactRepository localRepository)  | 
void | 
DefaultArtifactTransformationManager.transformForDeployment(Artifact artifact,
                      ArtifactRepository remoteRepository,
                      ArtifactRepository localRepository)  | 
void | 
ArtifactTransformationManager.transformForDeployment(Artifact artifact,
                      ArtifactRepository remoteRepository,
                      ArtifactRepository localRepository)
Take in a artifact and return the transformed artifact for distributing to a remote repository. 
 | 
void | 
ArtifactTransformation.transformForDeployment(Artifact artifact,
                      ArtifactRepository remoteRepository,
                      ArtifactRepository localRepository)
Take in a artifact and return the transformed artifact for distributing to remote repository. 
 | 
void | 
SnapshotTransformation.transformForInstall(Artifact artifact,
                   ArtifactRepository localRepository)  | 
void | 
ReleaseArtifactTransformation.transformForInstall(Artifact artifact,
                   ArtifactRepository localRepository)  | 
void | 
LatestArtifactTransformation.transformForInstall(Artifact artifact,
                   ArtifactRepository localRepository)  | 
void | 
DefaultArtifactTransformationManager.transformForInstall(Artifact artifact,
                   ArtifactRepository localRepository)  | 
void | 
ArtifactTransformationManager.transformForInstall(Artifact artifact,
                   ArtifactRepository localRepository)
Take in a artifact and return the transformed artifact for locating in the local repository. 
 | 
void | 
ArtifactTransformation.transformForInstall(Artifact artifact,
                   ArtifactRepository localRepository)
Take in a artifact and return the transformed artifact for locating in the local repository. 
 | 
void | 
DefaultArtifactTransformationManager.transformForResolve(Artifact artifact,
                   List<ArtifactRepository> remoteRepositories,
                   ArtifactRepository localRepository)  | 
void | 
ArtifactTransformationManager.transformForResolve(Artifact artifact,
                   List<ArtifactRepository> remoteRepositories,
                   ArtifactRepository localRepository)
Take in a artifact and return the transformed artifact for locating in the remote repository. 
 | 
void | 
ArtifactTransformation.transformForResolve(Artifact artifact,
                   List<ArtifactRepository> remoteRepositories,
                   ArtifactRepository localRepository)
Take in a artifact and return the transformed artifact for locating in the remote repository. 
 | 
void | 
AbstractVersionTransformation.transformForResolve(Artifact artifact,
                   List<ArtifactRepository> remoteRepositories,
                   ArtifactRepository localRepository)  | 
void | 
SnapshotTransformation.transformForResolve(Artifact artifact,
                   RepositoryRequest request)  | 
void | 
ReleaseArtifactTransformation.transformForResolve(Artifact artifact,
                   RepositoryRequest request)  | 
void | 
LatestArtifactTransformation.transformForResolve(Artifact artifact,
                   RepositoryRequest request)  | 
void | 
DefaultArtifactTransformationManager.transformForResolve(Artifact artifact,
                   RepositoryRequest request)  | 
void | 
ArtifactTransformationManager.transformForResolve(Artifact artifact,
                   RepositoryRequest request)
Take in a artifact and return the transformed artifact for locating in the remote repository. 
 | 
void | 
ArtifactTransformation.transformForResolve(Artifact artifact,
                   RepositoryRequest request)
Take in a artifact and return the transformed artifact for locating in the remote repository. 
 | 
| Constructor and Description | 
|---|
ArtifactMetadata(Artifact af)  | 
MetadataTreeNode(Artifact af,
                MetadataTreeNode parent,
                boolean resolved,
                ArtifactScopeEnum scope)  | 
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.