Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What are the two setting files called and what are their location?
Home
Maven - Coalescing Pipeline
What are the two setting files called and what are their location?
asked
Aug 19, 2023
in
Maven - Coalescing Pipeline
by
GeorgeBell
What are the two setting files called and what are their location?
maven-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 19, 2023
by
GeorgeBell
In Maven, the setting files are called settings.xml, and the two setting files are located at
Maven installation directory: $M2_Home/conf/settings.xml
User’s home directory: ${ user.home }/ .m2 / settings.xml
...