What does it mean when you say maven uses convention over configuration?
Answer / 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 |
How can you activate profiles?
What are its features of uber jar?
Explain how you can produce execution debug output or error messages?
Is there a particular sequence in which maven searches for dependency libraries?
What do you mean by maven and why it is used?
What are the two setting files called and what is their location?
How do you convert input stream into string?
Name the 3 build lifecycle of maven.
What is a transitive dependency? Can we override transitive dependency version and if yes, how?
Define archetype.
Explain how you can exclude dependency?
Explain what is maven artifact?