@Component(role=ProjectDeployer.class) public class DefaultProjectDeployer extends 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 IOException, NoFileAssignedException
deploy
in interface ProjectDeployer
buildingRequest
- ProjectBuildingRequest
request
- ProjectDeployerRequest
artifactRepository
- ArtifactRepository
IllegalArgumentException
- in case of artifact is not correctly assigned.NoFileAssignedException
IOException
- In case of problems related to checksums.Copyright © 2002–2019 The Apache Software Foundation. All rights reserved.