io.confluent:kafka-connect-storage的不可解析父POM

问题描述 投票:0回答:1

我对Kafka和Maven很陌生。我将confluentinc(https://github.com/confluentinc/kafka-connect-storage-common)的官方仓库中的代码作为Maven项目导入到eclipse中,并且所有项目都遇到以下错误。在与代码相同的文件夹中运行着一个Kafka泊坞窗。关于如何解决这个问题有什么想法吗?有没有办法在日食中运行它?我需要添加哪种类型的依赖项?

Project build error: Non-resolvable parent POM for io.confluent:kafka-connect-storage-         common-  parent:6.0.0-
SNAPSHOT: Failure to transfer io.confluent:common:pom:6.0.0-SNAPSHOT from    ${confluent.maven.repo} was cached in
the local repository, resolution will not be reattempted until the update interval of confluent has elapsed or updates are
forced. Original error: Could not transfer artifact io.confluent:common:pom:6.0.0-SNAPSHOT from/to confluent ($
{confluent.maven.repo}): Cannot access ${confluent.maven.repo} with type default using the available connector
factories: AetherRepositoryConnectorFactory, BasicRepositoryConnectorFactory and 'parent.relativePath' points at
wrong local POM'
amazon-s3 apache-kafka pom.xml
1个回答
0
投票
已回复您的Github问题。

SNAPSHOT版本将无法从Maven Central获得,并且${confluent.repo}不需要更改。

阅读Github Wiki中的常见问题解答。克隆并安装每个依赖项(签出最新的稳定版本分支并跳过测试)。

然后该项目应构建。

© www.soinside.com 2019 - 2024. All rights reserved.