I have not been able to find a way to actually build a jar with my maven dependencies so the jar file runs correctly. I tried using the maven plugins but none of them seem to achieve what I want.
I have tried building the jar with the built in plugins in maven but they did not put the dependencies in the jar file for me. I'm sure this is a simple issue to fix thanks