| Modifier and Type | Method | Description |
|---|---|---|
void |
ProjectDeployer.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.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
DefaultProjectDeployer.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.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ProjectInstaller.install(org.apache.maven.project.ProjectBuildingRequest projectBuildingRequest,
ProjectInstallerRequest projectInstallerRequest) |
This will install a single project which may contain several artifacts.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
DefaultProjectInstaller.install(org.apache.maven.project.ProjectBuildingRequest buildingRequest,
ProjectInstallerRequest request) |
This will install a single project which may contain several artifacts.
|