DefaultDeployerpublic interface Deployer
| Modifier and Type | Method | Description |
|---|---|---|
org.eclipse.aether.deployment.DeployResult |
deploy(org.eclipse.aether.RepositorySystemSession session,
org.eclipse.aether.deployment.DeployRequest request) |
Uploads a collection of artifacts and their accompanying metadata to a remote repository.
|
org.eclipse.aether.deployment.DeployResult deploy(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.deployment.DeployRequest request) throws org.eclipse.aether.deployment.DeploymentException
session - The repository session, must not be null.request - The deployment request, must not be null.null.org.eclipse.aether.deployment.DeploymentException - If any artifact/metadata from the request could not be deployed.RepositorySystem.deploy(RepositorySystemSession, DeployRequest),
MetadataGeneratorFactory.newInstance(RepositorySystemSession, DeployRequest)