name: build description: Build the Disenchantment plugin with Maven. Use after making code changes to verify compilation. disable-model-invocation: true allowed-tools: Bash(mvn *)
Run the Maven build and report the result.
Execute:
mvn clean package 2>&1
Then report:
- Whether the build succeeded or failed
- If failed: the exact error messages and which module failed
- If succeeded: the output JAR location (
target/Disenchantment-*.jar)
Do not attempt to fix errors automatically — report them and wait for instructions.