InterviewSolution
Saved Bookmarks
| 1. |
What Does It Mean When You Say Maven Uses Convention Over Configuration? |
|
Answer» MAVEN uses CONVENTION over Configuration which MEANS developers are not required to create BUILD process themselves. Developers do not have to mention each and EVERY configuration details. Maven uses Convention over Configuration which means developers are not required to create build process themselves. Developers do not have to mention each and every configuration details. |
|