← スキル一覧に戻る

mvnf
by eclipse-rdf4j
mvnfは、ソフトウェア開発を効率化するスキルです。開発ワークフロー全体をサポートし、チームの生産性向上とコード品質の改善を実現します。
⭐ 392🍴 180📅 2026年1月16日
SKILL.md
name: mvnf description: Run Maven tests in this repo with a consistent workflow (module clean, root -Pquick clean install to refresh .m2_repo, then module verify or a single test class/method). Use when asked to run tests/verify in the rdf4j multi-module build or when the user says mvnf.
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 ShaclSailTestpython3 .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
mvn -o -Dmaven.repo.local=.m2_repo -pl <module> cleanmvn -T 1C -o -Dmaven.repo.local=.m2_repo -Pquick clean installmvn -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).
スコア
総合スコア
70/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
✓人気
GitHub Stars 100以上
+5
✓最近の活動
1ヶ月以内に更新
+10
✓フォーク
10回以上フォークされている
+5
○Issue管理
オープンIssueが50未満
0/5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です
