Deploying Maven dependencies to S3: No connector available

后端 未结 4 2214
慢半拍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:08

    Since Maven 3.3.1 you can simply create a file named ${maven.projectBasedir}/.mvn/extensions.xml. This will be loaded first and works like a charme. See this answer or directly check the release notes for further details.

提交回复
热议问题