mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-13 03:13:41 +08:00
The Dockerfile pre-copies module POMs for layer caching, but the list had not been updated when mateclaw-plugin-mem0 was added to the root POM's <modules>. Maven fails while constructing the reactor if a declared module directory is missing, so `mvn -pl mateclaw-server -am dependency:go-offline` aborted with "Child module /build/mateclaw-plugin-mem0 does not exist" before it ever reached dependency resolution — every container build broke. Copy the missing POM and note that this list must mirror the root POM's <modules>, even for modules the image never builds. The module only makes the reactor readable; it stays out of the `-pl mateclaw-server -am` build, so the image is unchanged in size. Fixes #566 |
||
|---|---|---|
| .. | ||
| src | ||
| Dockerfile | ||
| pom.xml | ||
| settings.xml | ||