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.