1.
What of the following is true about POM?
2.
Which of the following command removes the target directory with all the build data before starting the build process?
3.
Which of the following phase in maven life cycle installs the package into the local repository, for use as a dependency in other projects locally?
4.
Using which of the following way, you can activate a Maven Build Profile?
5.
Which of the following maven plugin executes during the build and should be configured in the element of pom.xml?
6.
Which of the following is the default value of packaging?
7.
Which of the following is true about MOJO?
8.
Which of the following is correct about version in Maven pom.xml?
9.
Which of the following phase in maven life cycle performs any operations necessary to prepare a package before the actual packaging?
10.
Maven Plugins are generally used to: