public class RawModelBuilder extends Object implements PomModelBuilder
| Constructor and Description |
|---|
RawModelBuilder() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.maven.model.Model |
getModel(File pomFile)
Build the Maven model from the given POM file.
|
public org.apache.maven.model.Model getModel(File pomFile) throws IOException
PomModelBuildergetModel in interface PomModelBuilderpomFile - The pom file.IOException - If model building fails.Copyright © 2016 buschmais GbR. All rights reserved.