Package org.machanism.machai.maven
Class Update
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.machanism.machai.maven.AbstractBindexMojo
org.machanism.machai.maven.Update
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
Maven Mojo to execute the "update" goal for Bindex.
Updates the Bindex index and resources for the Maven project, if applicable.
Usage Example:
mvn org.machanism.machai:bindex-maven-plugin:update
- Author:
- Viktor Tovstyi
-
Field Summary
Fields inherited from class org.machanism.machai.maven.AbstractBindexMojo
basedir, chatModel, projectFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()Executes the update goal, which updates Bindex index and resources.Methods inherited from class org.machanism.machai.maven.AbstractBindexMojo
createBindex, isBindexedMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
Update
public Update()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionExceptionExecutes the update goal, which updates Bindex index and resources.- Throws:
org.apache.maven.plugin.MojoExecutionException- if an error occurs during Bindex update
-