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 maven-external-dependency-plugin
Show all versions of maven-external-dependency-plugin
This Maven plugin allows downloading, installing, and deploying dependency artifacts that are not stored in a Maven repository.
<?xml version="1.0" encoding="UTF-8"?> <component-set> <components> <component> <role>org.codehaus.plexus.archiver.Archiver</role> <role-hint>tar.gz</role-hint> <implementation>com.savage7.maven.plugin.dependency.archiver.TarGZipArchiver</implementation> <instantiation-strategy>per-lookup</instantiation-strategy> </component> </components> </component-set>