Package org.apache.maven.execution
Class BuildResumptionData
java.lang.Object
org.apache.maven.execution.BuildResumptionData
This class holds the information required to enable resuming a Maven build with 
--resume.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the projects that still need to be built when resuming.
- 
Constructor Details- 
BuildResumptionData
 
- 
- 
Method Details- 
getRemainingProjectsReturns the projects that still need to be built when resuming.- Returns:
- A list containing the group and artifact id of the projects.
 
 
-