Interface ResourceGenerator
public interface ResourceGenerator
Additional interface for ReleasePhase if the phase generates resources, which should be cleaned up afterwards.
- Since:
- 3.0.0-M5
- Author:
- Robert Scholte
-
Method Summary
Modifier and TypeMethodDescriptionClean up after a phase if it leaves any additional files in the checkout.
-
Method Details
-
clean
Clean up after a phase if it leaves any additional files in the checkout.- Parameters:
reactorProjects
- the reactor projects- Returns:
- the release result
-