In Maven what are the two setting files called and what are their location?
Answer / Nisha Srivastava
"The two setting files in Maven are user-specific settings.xml (located at ~/.m2/settings.xml) and global settings.xml (located at $USER_HOME/.m2/settings.xml)"
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the best practice configuration usage for files - pom.xml or settings.xml?
What is the difference between jenkins and maven?
What are the default values for the packaging element?
What is the purpose of maven?
What is the difference between snapshot and version?
What is the sequence in which maven looks for the resources?
What does an uber-jar mean?
What is a maven pom file?
What is a system dependency?
When does maven use the external dependency concept?
How can I change the default location of the generated jar when I command "mvn package"?
What is the use of maven?