Package org.machanism.machai.maven


package org.machanism.machai.maven
Provides Mojo implementations for Maven-based document processing using GenAI-powered workflows. The classes in this package enable scanning, updating, and managing documentation in Maven projects utilizing advanced AI provider support.

This package aims to automate and streamline documentation tasks in Maven projects by leveraging the power of GenAI and Maven project layout abstractions. It is designed for users who wish to add, review, or improve project documentation automatically during the build lifecycle.

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