+1 vote
in Maven - Coalescing Pipeline by
Why is it recommended to keep the external dependencies in the local repository rather than a remote repository in Maven?

1 Answer

0 votes
by

It is recommended to keep the external dependencies in the local repository instead of remote in Maven because local repository consumes less space, are easily accessible and there is no need to take care of versioning for jars.

Related questions

0 votes
asked Sep 1, 2023 in Maven - Coalescing Pipeline by JackTerrance
0 votes
asked Aug 30, 2023 in Maven - Coalescing Pipeline by JackTerrance
...