Package net.jangaroo.jooc.mvnplugin
Class PreCleanMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- net.jangaroo.jooc.mvnplugin.PreCleanMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="pre-clean", defaultPhase=PRE_CLEAN, threadSafe=true) public class PreCleanMojo extends org.apache.maven.plugin.AbstractMojo
-
-
Constructor Summary
Constructors Constructor Description PreCleanMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()Scan the whole Maven target directory for hard directory links ("junctions") and remove them the soft way, i.e.
-
-
-
Method Detail
-
execute
public void execute() throws org.apache.maven.plugin.MojoFailureExceptionScan the whole Maven target directory for hard directory links ("junctions") and remove them the soft way, i.e. without removing their target directory.- Throws:
org.apache.maven.plugin.MojoFailureException
-
-