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 wagon-git Show documentation
Show all versions of wagon-git Show documentation
Wagon Provider that gets and puts artifacts using a Git SCM repository
<component-set> <components> <component> <role>org.apache.maven.wagon.Wagon</role> <role-hint>git</role-hint> <implementation>com.github.jonasrutishauser.maven.wagon.git.GitWagon</implementation> <instantiation-strategy>per-lookup</instantiation-strategy> </component> </components> </component-set>