public class MavenUtils extends Object
| Constructor and Description |
|---|
MavenUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.maven.model.Model |
getPomModel(File artifactFolder)
Returns the
Model from a given artifact folder |
public static org.apache.maven.model.Model getPomModel(File artifactFolder)
Model from a given artifact folderartifactFolder - folder containing the exploded artifact file.Model from the file if availableArtifactDescriptorCreateException - if the folder does not contain a
file or the file can' be loadedCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.