Please tell me, is it possible to build a project in maven
so that all third-party libraries that we connect to pom.xml
automatically loaded into it and you can safely run the program?
I know that such plug-ins like maven-shade-plugin
and maven-assembly-plugin
can help, but since I just started studying maven
I can’t understand how they work. Can anyone have a clear example?