Commit 806cccc
committed
Enable Maven module parallelism for faster builds
Add MAVEN_PARALLEL_THREADS variable (default: 1C = 1 thread per CPU core)
to parallelize Maven reactor module builds. Modules without
inter-dependencies (query-builder, mapper-processor, etc.) can now
compile and test in parallel, reducing overall build time.1 parent d8140ac commit 806cccc
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
239 | 240 | | |
240 | 241 | | |
241 | 242 | | |
242 | | - | |
| 243 | + | |
243 | 244 | | |
244 | 245 | | |
245 | 246 | | |
| |||
0 commit comments