I have written a little utility to run from the command line using Java. I want to package it in a single executable jar for distribution (.jar file).
How can I make Maven package all dependency jars into my jar?
I have written a little utility to run from the command line using Java. I want to package it in a single executable jar for distribution (.jar file).
How can I make Maven package all dependency jars into my jar?
Can you answer this question?
Write Answer1 Answers