mit einem Klick
mvn-build
Build the project with Maven
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Build the project with Maven
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
Project coding standards and conventions for Java 17 with Lombok, spring-javaformat, checkstyle, and PMD
Implement a GitHub issue with branch and pull request workflow
Create or update a GitHub issue for tracking work
Check JaCoCo code coverage
Save a learning to project memory. Invoke automatically (without user asking) whenever a task required more than one fix cycle to resolve — e.g. a test failed and needed a second attempt, a compile error required a correction, an API behaved unexpectedly, or an assumption proved wrong mid-task. Also invoke when the user explicitly asks to remember something. Do NOT invoke for routine single-pass work.
Plan the implementation of a GitHub issue
| name | mvn-build |
| description | Build the project with Maven |
| disable-model-invocation | true |
| argument-hint | [module] |
| allowed-tools | Bash(bash *) |
Run the Maven build for the project. If an argument is provided, build only that module.
bash "/Users/alex.mondshain/Library/Application Support/JetBrains/IntelliJIdea2025.3/plugins/maven/lib/maven3/bin/mvn" clean install -f pom.xml -Pdefault
bash "/Users/alex.mondshain/Library/Application Support/JetBrains/IntelliJIdea2025.3/plugins/maven/lib/maven3/bin/mvn" clean install -f pom.xml -pl $ARGUMENTS
spring-boot-config-json-schema-starter — Core library (the published artifact)spring-boot-json-schema-sample — Sample Spring Boot web app (profile default only)spring-boot-json-schema-generic-sample — Minimal sample (profile default only)Run the appropriate build command. Report any compilation errors or test failures clearly.