build-and-test
Installation
SKILL.md
Build and Test
This skill provides commands and patterns for building and testing the Dongting project.
Quick Reference
Build Commands
| Command | Purpose |
|---|---|
mvn clean package -DskipUTs |
Full build (skips unit tests) |
mvn clean compile test-compile |
Compile with protobuf |