Methods in eu.lindenbaum.maven.util with parameters of type MavenComponents |
static org.apache.maven.artifact.Artifact |
MavenUtils.getArtifact(org.apache.maven.artifact.Artifact from,
String version,
MavenComponents components)
Returns an Artifact object of a specific Artifact with a
specific version. |
static File |
MavenUtils.getArtifactFile(org.apache.maven.artifact.Artifact artifact,
MavenComponents components)
Returns an (existing) file pointing to an Artifact of an
ArtifactRepository . |
static Set<org.apache.maven.artifact.versioning.ArtifactVersion> |
MavenUtils.getAvailableVersions(org.apache.maven.artifact.Artifact artifact,
MavenComponents components)
Returns a Set of available versions for an artifact in the given
repositories. |