Build the jhelm project
Run the Maven build for the project. If an argument is provided, build only that module.
Full build
./mvnw clean install
Module build (if argument provided)
./mvnw clean install -pl $ARGUMENTS
Modules
jhelm-gotemplate— Go template enginejhelm-core— Core Helm logicjhelm-kube— Kubernetes integrationjhelm-app— CLI application
Run the appropriate build command. Report any compilation errors or test failures clearly.