| Constructor and Description |
|---|
Resolver(String remoteRepository,
String localRepository) |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(Artifact artifact,
Artifact pom,
String remoteRepository) |
void |
install(Artifact artifact,
Artifact pom) |
ResolverResult |
resolve(String groupId,
String artifactId,
String version) |
public ResolverResult resolve(String groupId, String artifactId, String version) throws DependencyResolutionException
DependencyResolutionExceptionpublic void install(Artifact artifact, Artifact pom) throws InstallationException
InstallationExceptionpublic void deploy(Artifact artifact, Artifact pom, String remoteRepository) throws DeploymentException
DeploymentExceptionCopyright © 2010–2020 The Apache Software Foundation. All rights reserved.