Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcaddel/maven-s3-wagon
Multi-threaded wagon to connect Maven with Amazon S3
https://github.com/jcaddel/maven-s3-wagon
java maven s3
Last synced: 3 days ago
JSON representation
Multi-threaded wagon to connect Maven with Amazon S3
- Host: GitHub
- URL: https://github.com/jcaddel/maven-s3-wagon
- Owner: jcaddel
- Created: 2011-11-08T16:47:14.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2018-10-31T10:23:50.000Z (about 6 years ago)
- Last Synced: 2025-01-12T18:07:43.320Z (11 days ago)
- Topics: java, maven, s3
- Language: Java
- Homepage:
- Size: 1.18 MB
- Stars: 123
- Watchers: 10
- Forks: 50
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Maven S3 Wagon
-------This wagon enables communication between Maven and Amazon S3.
pom's with a reference to this wagon can publish build artifacts (.jar's, .war's, etc) to S3.
When uploading the contents of a directory, API calls to S3 are multi-threaded.
This allows directories with a lot of content (eg when invoking mvn site-deploy) to be published very quickly
Check [Maven Central](http://search.maven.org/#search|gav|1|g%3A%22org.kuali.maven.wagons%22%20AND%20a%3A%22maven-s3-wagon%22) for the latest version
Documentation
-------[Usage](https://github.com/jcaddel/maven-s3-wagon/wiki/Usage)
[Authentication](https://github.com/jcaddel/maven-s3-wagon/wiki/Authentication)
[Permissions](https://github.com/jcaddel/maven-s3-wagon/wiki/Permissions)
[Maven generated site](http://site.kuali.org/maven/wagons/maven-s3-wagon/latest/)