What are the advantages of maven?
What are the elements in pom that a profile can freely modify when specified in the pom?
What are the things that you must define for each external dependency?
What are the two setting files called and what is their location?
What are its features of uber jar?
What is the use of the exclusion element?
What is archetype?
What would the command mvn clean dependency:copy-dependencies package do?
what is Maven artifact?
What is the purpose of mvn clean command?
Have you ever had problem getting your projects in eclipse refreshed after you made changes in the pom files?
What is the minimal set of information for matching dependency reference against a dependencymanagement section?
What is the meaning of the message “you cannot have two plugin executions with the same or missing elements”?
Why do we say “maven uses convention over configuration”?
What would you do if you have to add a jar to the project using maven?