META-INF.plexus.components.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of webjars-maven-plugin Show documentation
Show all versions of webjars-maven-plugin Show documentation
This plugin unpacks Web resources from JARs.
<component-set> <components> <!-- An un-archiver that skips META-INF/resources/ path prefix. --> <component> <role>org.codehaus.plexus.archiver.Archiver</role> <role-hint>jar3</role-hint> <implementation>net.jangaroo.webjars.mvnplugin.util.ResourcesUnArchiver</implementation> <instantiation-strategy>per-lookup</instantiation-strategy> </component> </components> </component-set>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy