Why do we say “maven uses convention over configuration”?
Answer / Manish Verma
Maven follows the principle of 'convention over configuration' by providing a set of default configurations for common tasks. This reduces the amount of explicit configuration required, making projects easier to set up and maintain.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of the execution element in pom file?
What is the use of the exclusion element?
What is a local repository?
What do you mean by maven?
How you can exclude dependency?
What is the use of maven repository?
In maven what are the two setting files called and what is their location?
What is meant by mojo in maven?
Have you heard of ban duplicate classes maven enforcer plugin? What is its use?
Mention the phases of cleaning lifecycle.
How to specify the sequence in which sub modules needs to be built?
What are the benefit of storing jars/external dependencies in the local repository instead of a remote one?