In maven what are the two setting files called and what is their location?
Answer Posted / Deepak Singh Negi
The two setting files in Maven are 'pom.xml' and 'settings.xml'. The pom.xml file contains project-specific information like dependencies, plugins, and build configuration, while settings.xml stores user-wide settings like authentication credentials for repositories, offline mode, and plugin repositories. The location of these files depends on the IDE used, but by default, they are located in the root folder of a Maven project.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers