confluentinc / schema-registry

Confluent Schema Registry for Kafka
https://docs.confluent.io/current/schema-registry/docs/index.html
Other
2.2k stars 1.11k forks source link

Facing issues while building schema-registry-6.1.0-135 #1854

Open venkat-401 opened 3 years ago

venkat-401 commented 3 years ago

Hi, We are facing issues while building schema-registry-6.1.0-135 maven build.

From maven registry https://mvnrepository.com/artifact/io.confluent/kafka-schema-registry?repo=confluent-packages the standard schema version is schema-registry-6.1.0 and we are supposed to build a intermediate version schema-registry-6.1.0-135.

we got the following error while building the jar.

################################################### [ERROR] [ERROR] Some problems were encountered while processing the POMs: [FATAL] Non-resolvable parent POM for io.confluent:kafka-schema-registry-parent:6.1.0-135: Could not find artifact io.confluent:rest-utils-parent:pom:6.1.0-121 in eniq (https://nexusurl/) and 'parent.relativePath' points at wrong local POM @ line 7, column 13 @ [ERROR] The build could not read 1 project -> [Help 1] [ERROR]
[ERROR] The project io.confluent:kafka-schema-registry-parent:6.1.0-135 (/var/tmp/schema-registry-6.1.0-135/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for io.confluent:kafka-schema-registry-parent:6.1.0-135: Could not find artifact io.confluent:rest-utils-parent:pom:6.1.0-121 in eniq (https://nexusurl/) and 'parent.relativePath' points at wrong local POM @ line 7, column 13 -> [Help 2] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

kafka-schema-registry-parent:6.1.0-135 and rest-utils-parent:pom:6.1.0-121 interdependencies are not available for building the jar.

only kafka-schema-registry-parent:6.1.0 and rest-utils-parent:pom:6.1.0 are available in mvn central repo

Please suggest how we can build 6.1.0-135

Regards, venkat

OneCricketeer commented 3 years ago

You need to install those versions of the other projects on your own

https://github.com/confluentinc/schema-registry/wiki/FAQ

shursulei commented 1 year ago

you can select the version of post