Download All Project dependencies using Maven

At-times there is need to physically download all the dependencies for Java/Scala based applications.
Especially when we want to develop or run application in a remote offline environments etc.
Maven has this convenience plug-in to rescue us:


Comments

Popular posts from this blog

Spark Cluster Mode - Too many open files

Spark Scala - Perform data aggregation on last or next n seconds time window

Binary Data to Float using Spark SQL