File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
src/main/resources/META-INF/plexus Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 214
214
<instantiation-strategy >per-lookup</instantiation-strategy >
215
215
</component >
216
216
217
+ <component >
218
+ <role >org.codehaus.plexus.archiver.UnArchiver</role >
219
+ <role-hint >txz</role-hint >
220
+ <implementation >org.codehaus.plexus.archiver.tar.TarXZUnArchiver</implementation >
221
+ <instantiation-strategy >per-lookup</instantiation-strategy >
222
+ </component >
223
+
217
224
<component >
218
225
<role >org.codehaus.plexus.archiver.UnArchiver</role >
219
226
<role-hint >tar.xz</role-hint >
406
413
<implementation >org.codehaus.plexus.archiver.tar.PlexusIoTarBZip2FileResourceCollection</implementation >
407
414
<instantiation-strategy >per-lookup</instantiation-strategy >
408
415
</component >
416
+ <component >
417
+ <role >org.codehaus.plexus.components.io.resources.PlexusIoResourceCollection</role >
418
+ <role-hint >txz</role-hint >
419
+ <implementation >org.codehaus.plexus.archiver.tar.PlexusIoTarXZFileResourceCollection</implementation >
420
+ <instantiation-strategy >per-lookup</instantiation-strategy >
421
+ </component >
409
422
<component >
410
423
<role >org.codehaus.plexus.components.io.resources.PlexusIoResourceCollection</role >
411
424
<role-hint >tar.xz</role-hint >
You can’t perform that action at this time.
0 commit comments