Class CleanMojo

All Implemented Interfaces:
ContextEnabled, Mojo

@Mojo(name="clean", requiresProject=true, requiresDirectInvocation=false, executionStrategy="once-per-session", threadSafe=true) public class CleanMojo extends AbstractFlattenMojo
This MOJO realizes the goal flatten:clean that deletes any files created by flatten:flatten (more specific the flattened POM file which is by default .flattened-pom.xml). See also MOJO-2030 for further details.
Since:
1.0.0-beta-2
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)