public class MavenModelFactory extends Object
Model.| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
MavenModelFactory() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.maven.model.Model |
createMavenProject(File pomFile)
Creates a
Model by reading the pom.xml file. |
public static org.apache.maven.model.Model createMavenProject(File pomFile)
Model by reading the pom.xml file.pomFile - to parse and read the modelModel representing the Maven project from pom file.Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.