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-s3-wagon Show documentation
Show all versions of maven-s3-wagon Show documentation
Hevo Wagon to read from S3 Maven repositories and write to them with private permissions.
<component-set> <components> <component> <role>org.apache.maven.wagon.Wagon</role> <role-hint>s3</role-hint> <implementation>com.hevodata.mavens3wagon.HevoS3Wagon</implementation> <instantiation-strategy>per-lookup</instantiation-strategy> </component> </components> </component-set>