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 artifactregistry-maven-wagon Show documentation
Show all versions of artifactregistry-maven-wagon Show documentation
A Maven wagon used to connect to Artifact Registry Maven repositories.
The newest version!
<component-set> <components> <component> <role>org.apache.maven.wagon.Wagon</role> <role-hint>artifactregistry</role-hint> <implementation>com.google.cloud.artifactregistry.wagon.ArtifactRegistryWagon</implementation> <instantiation-strategy>per-lookup</instantiation-strategy> </component> </components> </component-set>