This is my first attempting at building with
Maven (previously I have always used Ant).
I am trying to assemble a
runnable jar file which includes the dependent jar files for netty, kafka, etc. I am able to build without any errors, but when I try and run by jar, I find that the jars for the dependencies were not bundled in the jar which was built.
Any hints to help me sort this out? I'm
sure hoping that it is something simple.
My pom.xml:
Console output from build: