Commit 96185c1
committed
Add empty exclusion list for incremental builds
The default exclusion list from apache/camel contains modules that don't exist
in camel-spring-boot (like :camel-allcomponents, :dummy-component, etc.), which
causes Maven to fail with 'Could not find the selected project in the reactor'.
This empty exclusion list overrides the defaults and allows incremental builds
to work correctly.1 parent 9051471 commit 96185c1
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments