trellis元数据更改

This commit is contained in:
Zzzz
2026-04-27 23:42:38 +08:00
parent 63738f108a
commit d917a6247c
2 changed files with 22 additions and 6 deletions
@@ -47,6 +47,18 @@ the chosen IDEA/Tomcat project structure. Until then, documentation-only
changes should run Trellis validation, Python compile checks for Trellis
scripts when relevant, and placeholder scans for scaffold markers.
For this workspace, Maven is available at:
```bash
/home/sjy/.sdkman/candidates/maven/current/bin/mvn
```
Use the explicit path when `mvn` is not on `PATH`:
```bash
/home/sjy/.sdkman/candidates/maven/current/bin/mvn clean package
```
---
## Review Checklist