META-INF.plexus.components.xml Maven / Gradle / Ivy
<component-set> <components> <!-- UnArchiver --> <component> <role>org.codehaus.plexus.archiver.UnArchiver</role> <role-hint>swc</role-hint> <!-- there is no implementaion of SWCUnArchiver, but ZipUnArchive will do the job --> <implementation>org.codehaus.plexus.archiver.zip.ZipUnArchiver</implementation> <instantiation-strategy>per-lookup</instantiation-strategy> </component> </components> </component-set>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy