| Package | Description |
|---|---|
| org.apache.maven.shared.project.install | |
| org.apache.maven.shared.project.install.internal |
| Modifier and Type | Method and Description |
|---|---|
ProjectInstallerRequest |
ProjectInstallerRequest.setCreateChecksum(boolean createChecksum) |
ProjectInstallerRequest |
ProjectInstallerRequest.setProject(org.apache.maven.project.MavenProject project) |
ProjectInstallerRequest |
ProjectInstallerRequest.setUpdateReleaseInfo(boolean updateReleaseInfo) |
| 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.
|