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 IOException, NoFileAssignedException
buildingRequest
- ProjectBuildingRequest
request
- ProjectDeployerRequest
artifactRepository
- ArtifactRepository
IOException
- In case of problems related to checksums.NoFileAssignedException
- In case of missing file which has not been assigned to project.Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.