What information does pom contain?
Define archetype.
Difference between maven scope compile and provided for jar packaging?
List out what are the Maven’s order of inheritance?
What is a maven assembly?
Is there a way I can configure maven to always download sources and javadocs?
Tell me the command to install jar file in local repository.
What is a project's fully qualified artifact name?
How do you force maven to copy dependencies into target/lib?
What are the uses of maven plugins?
What is a transitive dependency? Can we override transitive dependency version and if yes, how?
How profiles are specified in maven?
How do you run junit tests in parallel in a maven build?
What are the build phases in maven?
What does maven install do?