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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the projects that still need to be built when resuming.
-
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.
-