@Component(role=ProjectDeployer.class) public class DefaultProjectDeployer extends Object implements ProjectDeployer
| Constructor and Description |
|---|
DefaultProjectDeployer() |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(ProjectBuildingRequest buildingRequest,
ProjectDeployerRequest request,
ArtifactRepository artifactRepository)
This will deploy a single project which may contain several artifacts into the appropriate remote repository.
|
public void deploy(ProjectBuildingRequest buildingRequest, ProjectDeployerRequest request, ArtifactRepository artifactRepository) throws NoFileAssignedException, IllegalArgumentException
deploy in interface ProjectDeployerbuildingRequest - ProjectBuildingRequestrequest - ProjectDeployerRequestartifactRepository - ArtifactRepositoryIllegalArgumentException - in case of artifact is not correctly assigned.NoFileAssignedException - In case no file has been assigned to main file.Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.