Class BuildResumptionData

java.lang.Object
org.apache.maven.execution.BuildResumptionData

public class BuildResumptionData extends Object
This class holds the information required to enable resuming a Maven build with --resume.
  • Constructor Details

    • BuildResumptionData

      public BuildResumptionData(List<String> remainingProjects)
  • Method Details

    • getRemainingProjects

      public List<String> getRemainingProjects()
      Returns the projects that still need to be built when resuming.
      Returns:
      A list containing the group and artifact id of the projects.