Class DefaultDeployer

java.lang.Object
org.eclipse.aether.internal.impl.DefaultDeployer
All Implemented Interfaces:
Deployer

@Singleton @Named public class DefaultDeployer extends Object implements Deployer
  • Constructor Details

  • Method Details

    • deploy

      public org.eclipse.aether.deployment.DeployResult deploy(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.deployment.DeployRequest request) throws org.eclipse.aether.deployment.DeploymentException
      Description copied from interface: Deployer
      Uploads a collection of artifacts and their accompanying metadata to a remote repository.
      Specified by:
      deploy in interface Deployer
      Parameters:
      session - The repository session, must not be null.
      request - The deployment request, must not be null.
      Returns:
      The deployment result, never null.
      Throws:
      org.eclipse.aether.deployment.DeploymentException - If any artifact/metadata from the request could not be deployed.
      See Also: