jcaddel / maven-s3-wagon

Multi-threaded wagon to connect Maven with Amazon S3
123 stars 50 forks source link

Work with shade plugin #9

Closed pparth closed 11 years ago

pparth commented 11 years ago

Hello, I use the shade plugin in order to create a fat, single executable jar with a specific name. This jar contains all my application and has a specific name. Is there a way to use the maven s3 plugin to upload just this jar? I don't mind uploading the md5 or sha1 files too but it seems that the jar generated by the shade plugin is not used at all.

QAlso, is there a way to upload to a specific folder in the S3 bucket and not one created using the package paths?

jcaddel commented 11 years ago

The wagon-maven-plugin can do what you want: http://site.kuali.org/maven/plugins/wagon-maven-plugin/1.0.3/plugin-info.html