jcaddel / maven-s3-wagon

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

filePermissions doesn't work for me #23

Closed augustin149 closed 8 years ago

augustin149 commented 8 years ago

I add the 1.2.1 maven-s3-wagon to the pom file as the follwoing

image

In the ~/.m2/settings.xml, I add the filePermissions as the following. image

I hope only the authorized users will have read access, but the uploaded artifacts seem have PublicRead permission. Is there something wrong with my setting?

Any ideas is appreciated !!!

augustin149 commented 8 years ago

oh, my fault. I define the wrong repository id in my pom file. The permission really works.