What are the differences between ant and maven?
Answer / Kumar Abhimanyu Singh
Differences between Ant and Maven include: Maven has built-in support for dependency management, while Ant does not; Maven uses a project object model (POM) to describe projects, while Ant uses XML files; Maven follows conventions over configuration, while Ant requires explicit configuration.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the command to build your maven site?
What is the role of a build tool in apache maven?
What are the three build life cycles of maven? Mention them.
What are the types of maven plugins?
When you say maven uses convention over configuration?
Name the 3 build lifecycle of maven.
What are its features/advantages of uber jar?
In maven what are the two setting files called and what is their location?
What are the tasks which are performed by maven?
Tell me the command to install jar file in local repository.
What is the command to create a new project based on an archetype?
What is a central repository?