Run Maven with full passthrough support for all Maven capabilities.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill mvn-full-runner --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Mvn Full Runner?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-mvn-full-runner)More formats (shields.io, HTML) on the badges page.
---
name: Maven Build Skill
description: Run Maven with full passthrough support for all Maven capabilities.
---
# Maven Build Skill
Run Maven with full passthrough support for all Maven capabilities.
## Usage
```bash
node {baseDir}/scripts/mvn.mjs --dir "/path/to/project" -- clean test -DskipTests
node {baseDir}/scripts/mvn.mjs --dir "/path/to/project" -- package -Pprod -T 1C
node {baseDir}/scripts/mvn.mjs --dir "/path/to/project" -- help:effective-pom
node {baseDir}/scripts/mvn.mjs -- -v
node {baseDir}/scripts/mvn.mjs -- --version
```
## Options
- `--dir <path>`: optional working directory for Maven
- `--`: optional separator; arguments after it are passed to `mvn` unchanged
- All non-wrapper args are passed directly to Maven
### Wrapper help
```bash
node {baseDir}/scripts/mvn.mjs --help-skill
```
## Notes
- Requires `node` and `mvn` binaries in PATH.
- The wrapper itself only parses `--dir`; everything else is forwarded as-is.
- Uses process spawn with `shell: false` for safer execution.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.