Interface ProjectDeployer
public interface ProjectDeployer
This defines the interface to deploy a single Maven Project.
- Author:
- Karl Heinz Marbaise khmarbaise@apache.org
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeploy(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.
-
Method Details