kafka-connect-rabbitmq
kafka-connect-rabbitmq copied to clipboard
How to build this plugin?
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
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
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.
I've just sent a PR to solve this issue in https://github.com/cobolbaby/kafka-connect-rabbitmq/pull/5