1.

What Is Local Repository?

Answer»

MAVEN local repository is a FOLDER location on your machine. It gets CREATED when you run any maven command for the first time. Maven local repository keeps your project's all DEPENDENCIES (LIBRARY jars, plugin jars etc).

Maven local repository is a folder location on your machine. It gets created when you run any maven command for the first time. Maven local repository keeps your project's all dependencies (library jars, plugin jars etc).



Discussion

No Comment Found