ERROR] org.apache.maven.model.resolution.UnresolvableModelException: Failure to transfer com.pharmakeyring.health:health-cloud-starter-parent:pom:0.0.1-SNAPSHOT from ${repository.url} was cached in the local repository, resolution will not be reattempted until the update interval of ${repository.id} has elapsed or updates are forced. Original error: Could not transfer artifact com.pharmakeyring.health:health-cloud-starter-parent:pom:0.0.1-SNAPSHOT from/to ${repository.id} (${repository.url}): Cannot access ${repository.url} with type default using the available connector factories: BasicRepositoryConnectorFactory [ERROR] Maven server structure problem [ERROR] org.apache.maven.model.resolution.UnresolvableModelException: Failure to transfer com.pharmakeyring.health:health-cloud-starter-parent:pom:0.0.1-SNAPSHOT from ${repository.url} was cached in the local repository, resolution will not be reattempted until the update interval of ${repository.id} has elapsed or updates are forced. Original error: Could not transfer artifact com.pharmakeyring.health:health-cloud-starter-parent:pom:0.0.1-SNAPSHOT from/to ${repository.id} (${repository.url}): Cannot access ${repository.url} with type default using the available connector factories: BasicRepositoryConnectorFactory [INFO] Validation error:
时间: 2024-04-03 09:34:31 浏览: 639
这是一个Maven构建错误,可能是由于无法访问指定的远程存储库引起的。具体来说,Maven无法从${repository.url}下载所需的依赖项,因此构建失败。您需要检查您的Maven配置文件,确保正确配置了远程存储库,并且您的网络连接正常。如果已经配置正确,您可以尝试清除本地Maven仓库并重新构建项目。
阅读全文
相关推荐












