Commit 0fc4091
fix: only run tests for affected modules, not dependencies
Split the build into two phases:
1. Build dependencies without tests using -am -DskipTests
2. Run tests only for affected modules and their dependents
This prevents running tests for upstream dependencies like
spring-ai-commons and spring-ai-model when they're not in
the affected module list.
Signed-off-by: Mark Pollack <mark.pollack@broadcom.com>1 parent fcc15d9 commit 0fc4091
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
142 | 144 | | |
143 | 145 | | |
144 | 146 | | |
| |||
0 commit comments