What does it mean when you say maven uses convention over configuration?
Answer Posted / Rishabh Kanthariya
Maven follows a set of conventions, also known as default directory names and file structures, for projects. This means that most project elements have standardized locations which can be overridden if necessary, but this is not usually required. The benefit of this approach is that it makes project setup simpler and more consistent.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers