I'm newbie on maven.
My question is this:
I have a far jar in nexus, and want to add it as dependency in a pom.xml. How can I do that?
In nexus there are both the jar and the fat jar.
Inside my pom.xml I'm using:
<dependency>
<groupId>com.xxxxxxxxxxxx.sar</groupId>
<artifactId>kafka-connector</artifactId>
<version>5.0.0-SNAPSHOT</version>
</dependency>
and, of course, it is not downloading the fat jar. How do I fix that?

add the dependency to your pom.xml