Is there a particular sequence in which maven searches for dependency libraries?
What are the default values for the packaging element?
What are the aspects maven manages?
What is a goal in maven terminology?
Tell me the command to install jar file in local repository.
How to run the clean plugin automatically during the build?
Why should one use maven?
What information does pom contain?
What is the use of optional dependency?
What is the dependency scope? Name all the dependency scope.
What is the command to build your maven site?
Is it possible to refer a property defined in your pom.xml file?
How maven handles and determines what version of dependency will be used when multiple versions of an artifact are found?
What are the types of maven plugins?
What is a system dependency?