I\'m trying to use Amazon S3 to host my Maven artifacts. I\'ve added the following to my pom.xml:
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.