|
11 | 11 | <implementation>org.codehaus.plexus.archiver.bzip2.BZip2Archiver</implementation>
|
12 | 12 | <instantiation-strategy>per-lookup</instantiation-strategy>
|
13 | 13 | </component>
|
| 14 | + <component> |
| 15 | + <role>org.codehaus.plexus.archiver.Archiver</role> |
| 16 | + <role-hint>xz</role-hint> |
| 17 | + <implementation>org.codehaus.plexus.archiver.xz.XZArchiver</implementation> |
| 18 | + <instantiation-strategy>per-lookup</instantiation-strategy> |
| 19 | + </component> |
14 | 20 | <component>
|
15 | 21 | <role>org.codehaus.plexus.archiver.Archiver</role>
|
16 | 22 | <role-hint>dir</role-hint>
|
|
80 | 86 | <implementation>org.codehaus.plexus.archiver.bzip2.BZip2UnArchiver</implementation>
|
81 | 87 | <instantiation-strategy>per-lookup</instantiation-strategy>
|
82 | 88 | </component>
|
| 89 | + <component> |
| 90 | + <role>org.codehaus.plexus.archiver.UnArchiver</role> |
| 91 | + <role-hint>xz</role-hint> |
| 92 | + <implementation>org.codehaus.plexus.archiver.xz.XZUnArchiver</implementation> |
| 93 | + <instantiation-strategy>per-lookup</instantiation-strategy> |
| 94 | + </component> |
83 | 95 | <component>
|
84 | 96 | <role>org.codehaus.plexus.archiver.UnArchiver</role>
|
85 | 97 | <role-hint>gzip</role-hint>
|
|
201 | 213 | <implementation>org.codehaus.plexus.archiver.tar.TarBZip2UnArchiver</implementation>
|
202 | 214 | <instantiation-strategy>per-lookup</instantiation-strategy>
|
203 | 215 | </component>
|
| 216 | + |
| 217 | + <component> |
| 218 | + <role>org.codehaus.plexus.archiver.UnArchiver</role> |
| 219 | + <role-hint>tar.xz</role-hint> |
| 220 | + <implementation>org.codehaus.plexus.archiver.tar.TarXZUnArchiver</implementation> |
| 221 | + <instantiation-strategy>per-lookup</instantiation-strategy> |
| 222 | + </component> |
204 | 223 |
|
205 | 224 | <component>
|
206 | 225 | <role>org.codehaus.plexus.archiver.UnArchiver</role>
|
|
249 | 268 | <implementation>org.codehaus.plexus.archiver.bzip2.PlexusIoBzip2ResourceCollection</implementation>
|
250 | 269 | <instantiation-strategy>per-lookup</instantiation-strategy>
|
251 | 270 | </component>
|
| 271 | + <component> |
| 272 | + <role>org.codehaus.plexus.components.io.resources.PlexusIoResourceCollection</role> |
| 273 | + <role-hint>xz</role-hint> |
| 274 | + <implementation>org.codehaus.plexus.archiver.xz.PlexusIoXZResourceCollection</implementation> |
| 275 | + <instantiation-strategy>per-lookup</instantiation-strategy> |
| 276 | + </component> |
252 | 277 | <component>
|
253 | 278 | <role>org.codehaus.plexus.components.io.resources.PlexusIoResourceCollection</role>
|
254 | 279 | <role-hint>gzip</role-hint>
|
|
381 | 406 | <implementation>org.codehaus.plexus.archiver.tar.PlexusIoTarBZip2FileResourceCollection</implementation>
|
382 | 407 | <instantiation-strategy>per-lookup</instantiation-strategy>
|
383 | 408 | </component>
|
| 409 | + <component> |
| 410 | + <role>org.codehaus.plexus.components.io.resources.PlexusIoResourceCollection</role> |
| 411 | + <role-hint>tar.xz</role-hint> |
| 412 | + <implementation>org.codehaus.plexus.archiver.tar.PlexusIoTarXZFileResourceCollection</implementation> |
| 413 | + <instantiation-strategy>per-lookup</instantiation-strategy> |
| 414 | + </component> |
384 | 415 |
|
385 | 416 | <component>
|
386 | 417 | <role>org.codehaus.plexus.components.io.resources.PlexusIoResourceCollection</role>
|
|
0 commit comments