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

@Mojo(name="create", defaultPhase=INSTALL) public class Create extends AbstractBindexMojo
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