What are the things that you must define for each external dependency?
Have you ever had problem getting your projects in eclipse refreshed after you made changes in the pom files?
What are the different types of profile in maven? Where will you define these profiles?
How to run test classes in maven?
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 meant by a goal in maven?
Give the command for installation of the jar file in a local repository.
What do you mean by maven?
For POM what are the minimum required elements?
Where are maven dependencies stored?
What are different type of repositories in maven?
How to tackle duplicate classes in maven build?
What is a maven assembly?
Is there a way I can configure maven to always download sources and javadocs?
How do you convert input stream into string?