Replies: 2 comments 6 replies
-
Just run something like |
Beta Was this translation helpful? Give feedback.
0 replies
-
I tried |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to build strimzi-kafka-operator, so I cloned the repository and ran "mvn clean" as instructed in Build and deploy Strimzi from source, but I keep getting the following error:
I tried it multiple times both on Windows and Linux, but always with the same result. At the end I was able to get around this by extracting the config-model jar from the container, and installing it into my local Maven repository, so Maven can find it, (and switching to the release-0.41.x branch to match the version of the jar), but that's obviously a hack. Can you help me figure out what am I doing wrong here? I am not familiar with Maven, but unlike other poms, the pom.xml for config-model doesn't have a jar section, so I don't understand how that jar would be built.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions