Modifier and Type | Method and 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 and 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 and 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 and Description |
---|---|
void |
DefaultProjectInstaller.install(org.apache.maven.project.ProjectBuildingRequest buildingRequest,
ProjectInstallerRequest request)
This will install a single project which may contain several artifacts.
|
Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.