KS
Killer-Skills

mvnf — how to use mvnf how to use mvnf, mvnf setup guide, mvnf alternative, mvnf vs Maven, mvnf install, what is mvnf, mvnf tutorial, mvnf integration testing, mvnf unit testing, mvnf automation

v1.0.0
GitHub

About this Skill

Perfect for Java Development Agents needing automated Maven testing with repeatable commands and useful failure pointers. mvnf is a Maven test automation tool that enables repeatable testing with useful failure pointers for Java developers using Eclipse RDF4J.

Features

Runs a module's full test suite using `python3 .codex/skills/mvnf/scripts/mvnf.py core/sail/shacl`
Supports running unit test classes or methods with automatic module detection
Enables running integration tests using Failsafe with `--it` flag
Provides useful failure pointers for debugging and troubleshooting
Utilizes Python 3 for test automation scripts
Compatible with Eclipse RDF4J for scalable RDF data processing

# Core Topics

eclipse-rdf4j eclipse-rdf4j
[0]
[0]
Updated: 3/7/2026

Quality Score

Top 5%
23
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add eclipse-rdf4j/rdf4j/mvnf

Agent Capability Analysis

The mvnf MCP Server by eclipse-rdf4j is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use mvnf, mvnf setup guide, mvnf alternative.

Ideal Agent Persona

Perfect for Java Development Agents needing automated Maven testing with repeatable commands and useful failure pointers.

Core Value

Empowers agents to run Maven tests with precision, supporting module test suites, unit tests, and integration tests via Python scripts, utilizing Maven's test suite capabilities and providing informative failure messages.

Capabilities Granted for mvnf MCP Server

Automating module test suites for Java projects
Running unit tests for specific classes or methods with auto-detected modules
Executing integration tests using Failsafe for comprehensive testing

! Prerequisites & Limits

  • Requires Python 3 to execute mvnf.py scripts
  • Limited to Java projects using Maven for testing
  • Dependent on Maven's test suite and Failsafe integration test capabilities
Project
SKILL.md
1.1 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

mvnf

Run Maven tests with repeatable commands and useful failure pointers.

Quick start

  • Run a module's full test suite:
    • python3 .codex/skills/mvnf/scripts/mvnf.py core/sail/shacl
  • Run a unit test class or method (module auto-detected):
    • python3 .codex/skills/mvnf/scripts/mvnf.py ShaclSailTest
    • python3 .codex/skills/mvnf/scripts/mvnf.py ShaclSailTest#testSomething
  • Run an integration test (Failsafe):
    • python3 .codex/skills/mvnf/scripts/mvnf.py --it ShaclSailIT#testSomething

What it does

  1. mvn -o -Dmaven.repo.local=.m2_repo -pl <module> clean
  2. mvn -T 1C -o -Dmaven.repo.local=.m2_repo -Pquick clean install
  3. mvn -o -Dmaven.repo.local=.m2_repo -pl <module> verify (optionally with -Dtest= / -Dit.test=)

If the test run fails, it prints the list of Surefire/Failsafe report files under the module's target/*-reports/ directories.

Options

  • --module <path>: Force the module when the test class name exists in multiple modules.
  • --it: Treat the selector as an integration test and pass it via -Dit.test=....
  • --no-offline: Run Maven commands without -o (useful if offline resolution fails).

Related Skills

Looking for an alternative to mvnf or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication