Answer Posted / Manjeet Singh
Maven looks for dependencies and resources in two ways: by checking the local repository first, then moving to remote repositories listed in the settings.xml file if necessary. If there's a version conflict between artifacts with the same groupId, artifactId, and type, Maven uses the latest one available in its order of inheritance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers