Examples of ResolutionGroup


Examples of org.apache.maven.artifact.metadata.ResolutionGroup

            Map<String, Artifact> managedVersions = cacheRecord.getManagedVersions();
            if ( managedVersions != null )
            {
                managedVersions = ArtifactUtils.copyArtifacts( managedVersions, new LinkedHashMap<String, Artifact>() );
            }
            return new ResolutionGroup( pomArtifact, relocatedArtifact, artifacts, managedVersions,
                                        cacheRecord.getRemoteRepositories() );
        }

        cache.remove( cacheKey );
View Full Code Here

Examples of org.apache.maven.repository.legacy.metadata.ResolutionGroup

                throw new ArtifactMetadataRetrievalException( "Error retrieving metadata", e, a );
            }
        }
       

        return new ResolutionGroup( artifact, dependencies, remoteRepositories );
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.