confluentinc / confluentinc/common
Build of 6.1.0-post branch and v6.1.0 tag fails
Open
bug
- Dominant language
- Java
- Stars
- 17
- Forks
- 243
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 38
Description
Building the 6.1.0-post branch of v6.1.0 tag of this repo fails with:
```
[ERROR] Failed to execute goal io.confluent:resolver-maven-plugin:0.5.0:resolve-kafka-range (default) on project common-parent: : MojoExecutionException: Could not find any ccs-kafka artifacts. -> [Help 1]
```
Issue appears to be with Maven resolver plugin, which is looking for `6.1.0` artifacts instead of `6.1.0-ccs`. The following is a workaround:
```
mvn install -Dskip.maven.resolver.plugin=true
```
However, this should ideally be fixed in `pom.xml`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.