in Maven - Coalescing Pipeline by (20.8k points)

What is the location where Maven dependencies are downloaded?

1 Answer

0 votes
by (32.2k 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 Aug 19 in Maven - Coalescing Pipeline by GeorgeBell (5.2k points)
0 votes
asked Jan 30, 2020 in Azure by Tate (883 points)
+1 vote
asked Aug 6, 2020 in Maven - Coalescing Pipeline by Robindeniel (20.8k points)
0 votes
asked Feb 20, 2020 in DevOps by MBarbieri (1.0k points)
+1 vote
asked Aug 3, 2020 by Hodge (2.6k points)
...