Class ProjectHelper

java.lang.Object
com.soebes.itf.jupiter.maven.ProjectHelper

@API(status=EXPERIMENTAL, since="0.1.0") public final class ProjectHelper extends Object
Author:
Karl Heinz Marbaise
  • Method Details

    • readProject

      public static org.apache.maven.model.Model readProject(InputStream inputStream)
      Parameters:
      inputStream - The stream where to read the pom.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 the pom.xml from.
      Returns:
      The Model
      Since:
      0.12.0 Method added.