Mvn Build

Build the jhelm project with Maven

majiayu000 2c26eda 2 files · 1.3 KB Updated 567 repo stars

File contents

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 engine
  • jhelm-core — Core Helm logic
  • jhelm-kube — Kubernetes integration
  • jhelm-app — CLI application

Run the appropriate build command. Report any compilation errors or test failures clearly.

majiayu000/claude-skill-registry-data/tree/main/development/mvn-build commit 2c26edaeb6

Frequently asked questions

npx skillmds add majiayu000/mvn-build