|
1 | 1 | application:
|
2 | 2 | - changed-files:
|
3 |
| - - any-glob-to-any-file: 'application/*' |
| 3 | + - any-glob-to-any-file: 'application/**/*' |
4 | 4 | async:
|
5 | 5 | - changed-files:
|
6 |
| - - any-glob-to-any-file: 'async/*' |
| 6 | + - any-glob-to-any-file: 'async/**/*' |
7 | 7 | blueprint:
|
8 | 8 | - changed-files:
|
9 |
| - - any-glob-to-any-file: 'blueprint/*' |
| 9 | + - any-glob-to-any-file: 'blueprint/**/*' |
10 | 10 | eba-maven-plugin:
|
11 | 11 | - changed-files:
|
12 |
| - - any-glob-to-any-file: 'eba-maven-plugin/*' |
| 12 | + - any-glob-to-any-file: 'eba-maven-plugin/**/*' |
13 | 13 | ejb:
|
14 | 14 | - changed-files:
|
15 |
| - - any-glob-to-any-file: 'ejb/*' |
| 15 | + - any-glob-to-any-file: 'ejb/**/*' |
16 | 16 | esa-ant-task:
|
17 | 17 | - changed-files:
|
18 |
| - - any-glob-to-any-file: 'esa-ant-task/*' |
| 18 | + - any-glob-to-any-file: 'esa-ant-task/**/*' |
19 | 19 | esa-maven-plugin:
|
20 | 20 | - changed-files:
|
21 |
| - - any-glob-to-any-file: 'esa-maven-plugin/*' |
| 21 | + - any-glob-to-any-file: 'esa-maven-plugin/**/*' |
22 | 22 | jmx:
|
23 | 23 | - changed-files:
|
24 |
| - - any-glob-to-any-file: 'jmx/*' |
| 24 | + - any-glob-to-any-file: 'jmx/**/*' |
25 | 25 | jndi:
|
26 | 26 | - changed-files:
|
27 |
| - - any-glob-to-any-file: 'jndi/*' |
| 27 | + - any-glob-to-any-file: 'jndi/**/*' |
28 | 28 | parent:
|
29 | 29 | - changed-files:
|
30 |
| - - any-glob-to-any-file: 'parent/*' |
| 30 | + - any-glob-to-any-file: 'parent/**/*' |
31 | 31 | proxy:
|
32 | 32 | - changed-files:
|
33 |
| - - any-glob-to-any-file: 'proxy/*' |
| 33 | + - any-glob-to-any-file: 'proxy/**/*' |
34 | 34 | pushstream:
|
35 | 35 | - changed-files:
|
36 |
| - - any-glob-to-any-file: 'pushstream/*' |
| 36 | + - any-glob-to-any-file: 'pushstream/**/*' |
37 | 37 | samples:
|
38 | 38 | - changed-files:
|
39 |
| - - any-glob-to-any-file: 'samples/*' |
| 39 | + - any-glob-to-any-file: 'samples/**/*' |
40 | 40 | sandbox:
|
41 | 41 | - changed-files:
|
42 |
| - - any-glob-to-any-file: 'sandbox/*' |
| 42 | + - any-glob-to-any-file: 'sandbox/**/*' |
43 | 43 | spi-fly:
|
44 | 44 | - changed-files:
|
45 |
| - - any-glob-to-any-file: 'spi-fly/*' |
| 45 | + - any-glob-to-any-file: 'spi-fly/**/*' |
46 | 46 | subsystem:
|
47 | 47 | - changed-files:
|
48 |
| - - any-glob-to-any-file: 'subsystem/*' |
| 48 | + - any-glob-to-any-file: 'subsystem/**/*' |
49 | 49 | testsupport:
|
50 | 50 | - changed-files:
|
51 |
| - - any-glob-to-any-file: 'testsupport/*' |
| 51 | + - any-glob-to-any-file: 'testsupport/**/*' |
52 | 52 | transaction:
|
53 | 53 | - changed-files:
|
54 |
| - - any-glob-to-any-file: 'transaction/*' |
| 54 | + - any-glob-to-any-file: 'transaction/**/*' |
55 | 55 | tutorials:
|
56 | 56 | - changed-files:
|
57 |
| - - any-glob-to-any-file: 'tutorials/*' |
| 57 | + - any-glob-to-any-file: 'tutorials/**/*' |
58 | 58 | util:
|
59 | 59 | - changed-files:
|
60 |
| - - any-glob-to-any-file: 'util/*' |
| 60 | + - any-glob-to-any-file: 'util/**/*' |
61 | 61 | versioning:
|
62 | 62 | - changed-files:
|
63 |
| - - any-glob-to-any-file: 'versioning/*' |
| 63 | + - any-glob-to-any-file: 'versioning/**/*' |
64 | 64 | web:
|
65 | 65 | - changed-files:
|
66 |
| - - any-glob-to-any-file: 'web/*' |
| 66 | + - any-glob-to-any-file: 'web/**/*' |
67 | 67 |
|
0 commit comments