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 214214 <instantiation-strategy >per-lookup</instantiation-strategy >
215215 </component >
216216
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+
217224 <component >
218225 <role >org.codehaus.plexus.archiver.UnArchiver</role >
219226 <role-hint >tar.xz</role-hint >
406413 <implementation >org.codehaus.plexus.archiver.tar.PlexusIoTarBZip2FileResourceCollection</implementation >
407414 <instantiation-strategy >per-lookup</instantiation-strategy >
408415 </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 >
409422 <component >
410423 <role >org.codehaus.plexus.components.io.resources.PlexusIoResourceCollection</role >
411424 <role-hint >tar.xz</role-hint >
You can’t perform that action at this time.
0 commit comments