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
.-
Field Summary
FieldsModifier and TypeFieldDescriptionThe list of projects that remain to be built. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the projects that still need to be built when resuming.
-
Field Details
-
remainingProjects
The list of projects that remain to be built.
-
-
Constructor Details
-
BuildResumptionData
-
-
Method Details
-
getRemainingProjects
Returns the projects that still need to be built when resuming.- Returns:
- A list containing the group and artifact id of the projects.
-