Deploying Maven dependencies to S3: No connector available

后端 未结 4 2147
慢半拍i
慢半拍i 2021-02-20 16:40

I\'m trying to use Amazon S3 to host my Maven artifacts. I\'ve added the following to my pom.xml:



        
4条回答
  •  野性不改
    2021-02-20 17:00

    If like me you're getting this message due to using a remote parent POM and Maven trying to load it before adding extensions (and therefore not being able to read s3://), see https://github.com/spring-projects/aws-maven/issues/25#issuecomment-112031441.

    Doing this fixes it for me and allows me to keep parent remote and have maven still resolve it via s3 url and IAM permissions.

提交回复
热议问题