java.lang.Object
org.apache.maven.resolver.examples.resolver.Resolver

public class Resolver extends Object
  • Constructor Details

  • Method Details

    • resolve

      public ResolverResult resolve(String groupId, String artifactId, String version) throws org.eclipse.aether.resolution.DependencyResolutionException
      Throws:
      org.eclipse.aether.resolution.DependencyResolutionException
    • install

      public void install(org.eclipse.aether.artifact.Artifact artifact, org.eclipse.aether.artifact.Artifact pom) throws org.eclipse.aether.installation.InstallationException
      Throws:
      org.eclipse.aether.installation.InstallationException
    • deploy

      public void deploy(org.eclipse.aether.artifact.Artifact artifact, org.eclipse.aether.artifact.Artifact pom, String remoteRepository) throws org.eclipse.aether.deployment.DeploymentException
      Throws:
      org.eclipse.aether.deployment.DeploymentException