public interface ProjectDeployer
| 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.
|
void deploy(org.apache.maven.project.ProjectBuildingRequest buildingRequest,
ProjectDeployerRequest request,
org.apache.maven.artifact.repository.ArtifactRepository artifactRepository)
throws java.io.IOException,
NoFileAssignedException
buildingRequest - ProjectBuildingRequestrequest - ProjectDeployerRequestartifactRepository - ArtifactRepositoryjava.io.IOException - In case of problems related to checksums.NoFileAssignedException - In case of missing file which has not been assigned to project.