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
Maven Mojo to clean up temporary AI-generated documentation inputs.

This plugin step removes the `.machai/docs-inputs` log file from the Maven project directory, allowing a fresh documentation generation workflow in subsequent runs.

 Example Usage in POM:
 <plugin>
   <groupId>org.machanism.machai</groupId>
   <artifactId>gw-maven-plugin</artifactId>
   <version>${project.version}</version>
   <executions>
     <execution>
       <goals>
         <goal>clean</goal>
       </goals>
     </execution>
   </executions>
 </plugin>
 
Since:
0.0.2
Author:
Viktor Tovstyi