Agent skill

mvn-build

Build the jhelm project with Maven

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/mvn-build

SKILL.md

Build the jhelm project

Run the Maven build for the project. If an argument is provided, build only that module.

Full build

bash
./mvnw clean install

Module build (if argument provided)

bash
./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.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results