Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)