Download all directly and indirectly required JAR files using Maven install dependency:copy-dependencies
My challenge is simple: I am creating a small Java application – single class with main method – that has many direct and indirect dependencies. In order to run …