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
PomModelBuilder
getModel
in interface PomModelBuilder
pomFile
- The pom file.IOException
- If model building fails.Copyright © 2016 buschmais GbR. All rights reserved.