Commit a9f7ff8
committed
Enable Maven module parallelism for faster builds
Add MAVEN_PARALLEL_THREADS variable (default: 1C = 1 thread per CPU core)
to the compile-all target. Use 'install' instead of 'compile test-compile'
so that annotation processors (mapper-processor) are installed to the
local repo before downstream modules (examples) start compiling.1 parent d8140ac commit a9f7ff8
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
239 | 240 | | |
240 | 241 | | |
241 | 242 | | |
242 | | - | |
| 243 | + | |
243 | 244 | | |
244 | 245 | | |
245 | 246 | | |
| |||
0 commit comments