kafka-connect-rabbitmq icon indicating copy to clipboard operation
kafka-connect-rabbitmq copied to clipboard

How to build this plugin?

Open amitga opened this issue 3 years ago • 3 comments

How can I build this plugin? Just running maven install fails: Failure to find com.palantir.docker.compose:docker-compose-rule-core:pom:0.34.0

amitga avatar Apr 11 '21 14:04 amitga

Also related problem:

[ERROR] Failed to execute goal on project kafka-connect-rabbitmq: Could not resolve dependencies for project com.themeetgroup.kafka.connect:kafka-connect-rabbitmq:jar:0.1.0: Failed to collect dependencies at io.confluent:kafka-avro-serializer:jar:5.1.0: Failed to read artifact descriptor for io.confluent:kafka-avro-serializer:jar:5.1.0: Could not transfer artifact io.confluent:kafka-avro-serializer:pom:5.1.0 from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [confluent (http://packages.confluent.io/maven/, default, releases+snapshots)] -> [Help 1]
[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/DependencyResolutionException

steps to reproduce

git clone https://github.com/cobolbaby/kafka-connect-rabbitmq.git /kafka-connect-rabbitmq
cd /kafka-connect-rabbitmq && mvn install

Matesanz avatar Oct 22 '21 10:10 Matesanz

How can I build this plugin? Just running maven install fails: Failure to find com.palantir.docker.compose:docker-compose-rule-core:pom:0.34.0

Did you solve this issue? I think it may be related to maven 3.8 security feature. I'm facing the same issue trying to build this connector using Docker.

Matesanz avatar Oct 25 '21 05:10 Matesanz

I've just sent a PR to solve this issue in https://github.com/cobolbaby/kafka-connect-rabbitmq/pull/5

Matesanz avatar Oct 25 '21 11:10 Matesanz