I am trying to create a standalone jar file I don’t think that maven package is properly packaging my dependencies into the package. Is there a way to force it to include them?
I am trying to create a standalone jar file I don’t think that maven
Share
Alternately you could use the jar-with-dependencies packaging of maven assembly plugin.