Package org.machanism.machai.maven
package org.machanism.machai.maven
Provides classes and interfaces that support the Maven plugin functionality
for Bindex in the Machanism project. The package contains utilities, plugin
implementations, and supporting infrastructure for integrating Bindex with Maven.
Key Features:
- Integration with the Maven build lifecycle.
- Bindex resource and metadata management.
Usage Example:
// Basic usage within Maven configuration
<plugin>
<groupId>org.machanism.machai</groupId>
<artifactId>bindex-maven-plugin</artifactId>
<version>1.0.0</version>
<configuration>
<!-- configuration options -->
</configuration>
</plugin>
For details, consult individual class-level Javadoc for implementation and configuration options.
-
ClassesClassDescriptionAbstract base Mojo for Bindex Maven plugin operations.Mojo for cleaning up the Bindex plugin's temporary files.Maven Mojo to execute the "create" goal for Bindex.Maven Mojo to execute the "register" goal for Bindex.Maven Mojo to execute the "update" goal for Bindex.