Package | Description |
---|---|
com.atlassian.bamboo.maven.embedder | |
com.atlassian.bamboo.plugins.maven.dependencies |
Modifier and Type | Method and Description |
---|---|
org.apache.maven.model.building.ModelBuildingResult |
MavenEmbedderService.buildModel(File pomFile,
MavenConfiguration configuration)
Analyze POM file and build a Maven model.
|
org.apache.maven.model.building.ModelBuildingResult |
MavenEmbedderServiceImpl.buildModel(File pomFile,
MavenConfiguration configuration) |
List<org.apache.maven.project.ProjectBuildingResult> |
MavenEmbedderService.buildProject(File pomFile,
MavenConfiguration configuration)
Recursively build a Maven project.
|
List<org.apache.maven.project.ProjectBuildingResult> |
MavenEmbedderServiceImpl.buildProject(File pomFile,
MavenConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
void |
MavenProjectParser.parse(File file) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.