What is a maven assembly?
What is maven repository central?
Why Maven Plugins are used?
What are the default values for the packaging element? If there is no packaging element defined? What is the default value for that?
What is the purpose of maven?
Mention how profiles are specified in Maven?
What is mojo?
What is the use of optional dependency?
What are the benefit of storing jars/external dependencies in the local repository instead of a remote one?
What is the command to check the maven version?
What are the different types of profile in maven? Where will you define these profiles?
For POM what are the minimum required elements?
What would the command mvn clean do?
How to tackle duplicate classes in maven build?
Define archetype.