public final class MavenTestUtils extends Object
pom.xml file of a test's project.| Modifier and Type | Method and Description |
|---|---|
static String |
getMavenProjectVersion(Supplier<File> pomFolderFinder)
Returns the version of the project in the
pom.xml in the folder pointed by pomFolderFinder. |
static String |
getMavenProperty(String property,
Supplier<File> pomFolderFinder)
Returns the value of the property defined or inherited in the
pom.xml in the folder pointed by
pomFolderFinder. |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.