How to deploy with wagon s3 provider?
I've found several plugins, most of them are incomplete, some of them are not maintaned. There is also a sandbox plugin from official maven SVN repository but I'm figuring how to use it.
Any hint?
|
feedback
|
|
There is a newer s3 provider by spring which works:
If you would like to use it with maven 3, you need encrypt you passphrase in your settings.xml. Step-by-step instructions are here. | ||||
|
feedback
|
|
In the case you care I'm uploading a preliminary version of a working S3 provider here. | ||||
|
feedback
|
|
Another alternative:
Then in
And then in your
Should work. | |||
|
feedback
|
|
We are using this wagon to connect Maven with S3. It is based on Spring's, but adds multi-threaded upload support. This lets the CI server push a lot of Maven content out to S3 very quickly. (22k files and 400mb's of content in ~50 seconds) | ||||
|
feedback
|