我正在开发一个带有远程私有存储库的大型项目。有人将其中一个存储库设置为http://central
And on each child's module build maven 试图从这个 repo 下载。(我无权访问它)
现在我收到此错误
Could not transfer metadata com.company.project:child-lib-ui:01.111.00.00-SNAPSHOT/maven-metadata.xml from/to central (http://central): Error transferring file: Server returned HTTP response code: 503 for URL: http://central/
A 已经从所有 pom 中删除了所有提到的“http://central”,清除了所有本地存储库,但现在我仍然在构建中获取这个 repo。
我该怎么做才能跳过这个回购?