Class Clean

java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.machanism.machai.maven.Clean
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="clean", defaultPhase=CLEAN) public class Clean extends org.apache.maven.plugin.AbstractMojo
Mojo for cleaning up the Bindex plugin's temporary files.

Removes the log file containing Bindex inputs generated during the build process. This helps keep the workspace clean, especially before new builds. Example Usage:

 
 mvn bindex:clean
 
 
Author:
Viktor Tovstyi