What is the use of the execution element in pom file?
What is snapshot in 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 would the command mvn clean dependency:copy-dependencies package do?
What are the different phases of a maven build lifecycle?
What are the benefit of storing jars/external dependencies in the local repository instead of a remote one?
What are different types of build profiles?
What is a maven repository?
When you say maven uses convention over configuration?
What is dependency exclusion?
What are the uses of maven plugins?
What would the command mvn clean do?
How do you know the version of mvn you are using?
What does dependency management mean with respect to transitive dependency?