Package com.soebes.itf.jupiter.maven
Class ProjectHelper
java.lang.Object
com.soebes.itf.jupiter.maven.ProjectHelper
- Author:
- Karl Heinz Marbaise
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.maven.model.Model
readProject
(InputStream inputStream) static org.apache.maven.model.Model
readProject
(Path pomFile)
-
Method Details
-
readProject
- Parameters:
inputStream
- The stream where to read thepom.xml
from.- Returns:
- The
Model
-
readProject
@API(status=EXPERIMENTAL, since="0.12.0") public static org.apache.maven.model.Model readProject(Path pomFile) - Parameters:
pomFile
- The directory where to read thepom.xml
from.- Returns:
- The
Model
- Since:
- 0.12.0 Method added.
-