Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


When you say maven uses convention over configuration?



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

Post New Answer

More Apache Maven Interview Questions

What are the aspects maven manages?

1 Answers  


What are its advantages of uber jar?

1 Answers  


What are the build phases in maven?

1 Answers  


What is the command to create a new project based on an archetype?

1 Answers  


What does an uber-jar mean?

1 Answers  


For POM what are the minimum required elements?

1 Answers  


How do I determine which pom contains missing transitive dependency?

1 Answers  


What is the command to check the maven version?

1 Answers  


What are the different ways to convert an inputstream to a sting?

0 Answers  


What do you understand by maven software?

1 Answers  


What is a project's fully qualified artifact name?

1 Answers  


Mention the three build lifecycle of Maven?

1 Answers  


Categories