Package org.machanism.machai.maven
Class Create
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.machanism.machai.maven.AbstractBindexMojo
org.machanism.machai.maven.Create
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
Maven Mojo to execute the "create" goal for Bindex.
This goal creates a new Bindex index and associated resources for the Maven project when applicable.
Usage Example:
mvn org.machanism.machai:bindex-maven-plugin:create
- 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 create goal, which generates a new Bindex index if the project is suitable.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
-
Create
public Create()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionExceptionExecutes the create goal, which generates a new Bindex index if the project is suitable.- Throws:
org.apache.maven.plugin.MojoExecutionException- if an error occurs during Bindex creation
-