public interface ArtifactResolver
| Modifier and Type | Interface and Description |
|---|---|
static class |
ArtifactResolver.ArtifactNameSplitter |
| Modifier and Type | Method and Description |
|---|---|
File |
resolve(org.apache.maven.project.MavenProject project,
String artifact)
Resolves the artifact downloading it if necessary.
|
File resolve(org.apache.maven.project.MavenProject project, String artifact)
project - the maven projectartifact - the artifact string in the groupId:artifactId:version[:packaging][:classifier] formatCopyright © 2016 JBoss by Red Hat. All rights reserved.