+1 vote
in Maven - Coalescing Pipeline by (19.9k points)

What is the location where Maven dependencies are downloaded?

1 Answer

0 votes
by (30.8k points)

The project artifacts, dependencies, and jars downloaded by Maven are placed in the local repository of Maven. The folder .m2 is by default the location for the local repository. This default location can be changed from the settings.xml file.

Related questions

0 votes
asked Jan 30, 2020 in Azure by Tate (883 points)
...