Q.1.
Which of the following is not a maven goal?
Q.2.
Maven is used to do which of the following?
Q.3.
Which command can tell the version of maven?
Q.4.
Which of the following is true about clean maven life cycle?
Q.5.
Maven plugins are generally used to create ............
Q.6.
Which of the following is true about maven?
Q.7.
Which of the following aspects of a project can be managed using maven?
Q.8.
What is the sequence in which maven looks for the resources?
Q.9.
Which of the following is used by maven?
Q.10.
Which one of the following is a naming scheme in which the implicit name for a mock object is the mocked type’s name prepend with “mock”.
Q.11.
Which of the following command builds the project described by your Maven POM file and installs the resulting artifact (JAR) into your local Maven repository?
Q.12.
Which of the following command removes the target directory with all the build data before starting the build process?
Q.13.
What is the use of mvn package command in Maven?
Q.14.
Which of the following is not type of Maven Repository?
Q.15.
Which of the following are the phases of Maven Build Lifecycle?
Q.16.
___ contains information about the project and various configuration detail used by Maven to build the project(s).
Q.17.
In Maven, POM stands for ___.
Q.18.
Is Maven can manage a project's build, reporting, and documentation from a central piece of information?
Q.19.
__ can manage a project's build, reporting and documentation from a central piece of information.
Q.20.
Apache Maven is a software project management and comprehension tool.