how to create an executable jar file with all its dependencies using maven

preview_player
Показать описание
I'll show you how to create an executable jar file with all its dependencies
You can check out my blog on this:
Рекомендации по теме
Комментарии
Автор

if any of you follow this video it works perfectly

<version>3.3.0</version>
dont forget to add this or it may give errors

microprocess
Автор

thank you so much. i was able to make a jar file with all the dependencies!!!!

evznifi
Автор

Wow... a great video...I was looking for precisely the same solution...thanks for creating it.

rajkhare
Автор

I'm having this error hope you can help me "Error: Main method not found in class StepDefinitions.SearchSteps, please define the main method as:
public static void main(String[] args)
or a JavaFX application class must extend

Anonymous-rrbk