Uses of Class
org.machanism.machai.project.layout.MavenProjectLayout
Packages that use MavenProjectLayout
Package
Description
Provides builder implementations for generating Bindex documents in support of semantic, AI-powered indexing operations.
Project Layout, Structure invalid input: '&' Documentation Standards
-
Uses of MavenProjectLayout in org.machanism.machai.bindex.builder
Constructors in org.machanism.machai.bindex.builder with parameters of type MavenProjectLayoutModifierConstructorDescriptionMavenBindexBuilder(MavenProjectLayout projectLayout) Constructs a MavenBindexBuilder for a Maven-based layout. -
Uses of MavenProjectLayout in org.machanism.machai.project.layout
Methods in org.machanism.machai.project.layout that return MavenProjectLayoutModifier and TypeMethodDescriptionMavenProjectLayout.effectivePomRequired(boolean effectivePomRequired) Enables/disables effective POM calculation for module resolution.MavenProjectLayout.model(org.apache.maven.model.Model model) Sets the Maven Model for chaining configuration.