When you say maven uses convention over configuration?
Answer / Prabhat Yadav
Apache Maven follows the principle of Convention Over Configuration. This means that it provides a default configuration for common tasks, and developers only need to specify deviations from these defaults. For example, by default, Maven assumes that your source code is located in `src/main/java`, tests are in `src/test/java`, and the compiled classes go into the `target` directory.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the aspects maven manages?
What are its advantages of uber jar?
What are the build phases in maven?
What is the command to create a new project based on an archetype?
What does an uber-jar mean?
For POM what are the minimum required elements?
How do I determine which pom contains missing transitive dependency?
What is the command to check the maven version?
What are the different ways to convert an inputstream to a sting?
What do you understand by maven software?
What is a project's fully qualified artifact name?
Mention the three build lifecycle of Maven?