@Component(role=ProjectDeployer.class) public class DefaultProjectDeployer extends java.lang.Object implements ProjectDeployer
| Constructor and Description |
|---|
DefaultProjectDeployer() |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(org.apache.maven.project.ProjectBuildingRequest buildingRequest,
ProjectDeployerRequest request,
org.apache.maven.artifact.repository.ArtifactRepository artifactRepository)
This will deploy a single project which may contain several artifacts into the appropriate remote repository.
|
public void deploy(org.apache.maven.project.ProjectBuildingRequest buildingRequest,
ProjectDeployerRequest request,
org.apache.maven.artifact.repository.ArtifactRepository artifactRepository)
throws java.io.IOException,
NoFileAssignedException
deploy in interface ProjectDeployerbuildingRequest - ProjectBuildingRequestrequest - ProjectDeployerRequestartifactRepository - ArtifactRepositoryjava.lang.IllegalArgumentException - in case of artifact is not correctly assigned.NoFileAssignedExceptionjava.io.IOException - In case of problems related to checksums.