-
fix(dev-runner): use -DskipTests instead of -Dmaven.test.skip for EM backend build (#7563)
发布于
2026-07-22 12:52:20 +00:00 comet-ml-mpm-webapp depends on comet-mpm-service's test-jar as a reactor
dependency. -Dmaven.test.skip=true skips test compilation entirely, so the
test-jar never gets produced and the reactor build fails with:Could not find artifact com.comet:comet-mpm-service:jar:tests:1.0-SNAPSHOT
-DskipTests still compiles test sources (producing the test-jar) but skips
running the tests, so the reactor resolves cleanly.下载附件