0

我在 S3 存储桶中部署了一个 Maven 工件(app1)。使用 maven-resolver api ,我需要列出该工件 (app1) 的所有版本范围。

虽然我知道 maven-resolver api 为我们提供解决所有版本范围的解决方案(https://www.programcreek.com/java-api-examples/?class=org.eclipse.aether.resolution.VersionRangeResult&method=getVersions ) ,我没有得到如何在 RemoteRepository 类中适应 S3 存储库详细信息。

我需要提供什么 url 、用户名和密码才能解析存储在 S3 中的工件的版本。

在 HttpTransportFactry 这样的情况下,协议是什么似乎在这个用例中不起作用。

4

0 回答 0