in Maven - Coalescing Pipeline by
What is Maven Repository? What are their types?

1 Answer

0 votes
by

A Maven repository is a location where all the project jars, library jars, plugins or any other particular project related artifacts are stored and can be easily used by Maven.

Their types are local, central and remote

...