deploy
public void deploy(org.apache.maven.project.ProjectBuildingRequest buildingRequest,
ProjectDeployerRequest request,
org.apache.maven.artifact.repository.ArtifactRepository artifactRepository)
throws java.io.IOException,
NoFileAssignedException
This will deploy a single project which may contain several artifacts into the appropriate remote repository.
- Specified by:
deploy in interface ProjectDeployer
- Parameters:
buildingRequest - ProjectBuildingRequest
request - ProjectDeployerRequest
artifactRepository - ArtifactRepository
- Throws:
java.lang.IllegalArgumentException - in case of artifact is not correctly assigned.
NoFileAssignedException
java.io.IOException - In case of problems related to checksums.