Package org.apache.maven.api.services
Interface ArtifactDeployer
- All Superinterfaces:
- Service
Deploys 
Artifacts to a RemoteRepository.- Since:
- 4.0.0
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionvoiddeploy(ArtifactDeployerRequest request) default voiddeploy(Session session, RemoteRepository repository, Collection<Artifact> artifacts) 
- 
Method Details- 
deploy- Parameters:
- request-- ArtifactDeployerRequest
- Throws:
- ArtifactDeployerException- if the deployment failed
 
- 
deploydefault void deploy(@Nonnull Session session, @Nonnull RemoteRepository repository, @Nonnull Collection<Artifact> artifacts) - Parameters:
- session- the repository session
- repository- the repository to deploy to
- artifacts- the collection of artifacts to deploy
- Throws:
- ArtifactDeployerException- if the deployment failed
- IllegalArgumentException- if an argument is- nullor invalid
 
 
-