Answer Posted / Nikhilesh Kumar
Maven's order of inheritance is as follows: Local Repository > Remote Repositories listed in the settings.xml file (in the order specified) > Central Maven Repository. 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