Maven Quiz (Set 18) Maven (Set 18) 1 / 10 Which command is used to clean the target directory of a Maven project? mvn clean mvn clear mvn remove mvn delete 2 / 10 What is the purpose of the 'reporting' element in the parent POM? To define the parent project's build lifecycle phases and goals. To declare the parent project's dependencies. To specify the child modules' reporting configurations in a multi-module project. To list the developers and their roles. 3 / 10 Which command is used to generate the project reports for a Maven project? mvn generate-reports mvn site mvn generate-site mvn create-reports 4 / 10 What is the purpose of the 'modules' element in the parent POM? To define the parent project's build lifecycle phases and goals. To declare the parent project's dependencies. To specify the child modules of a multi-module project. To list the developers and their roles. 5 / 10 Which command is used to compile a Maven project without running the build lifecycle? mvn compile mvn build mvn package mvn clean compile 6 / 10 What is the purpose of the 'reporting' element in the POM? To define project dependencies. To specify repository URLs. To declare the project's build reports and their configurations. To list the developers and their roles. 7 / 10 Which command is used to generate the site documentation and reports for a Maven project? mvn generate-reports mvn site-gen mvn generate-site mvn site 8 / 10 What is the purpose of the 'reports' element in the POM? To define project dependencies. To specify repository URLs. To declare the project's build reports and their configurations. To list the developers and their roles. 9 / 10 Which plugin is used to execute the project's main class during the 'package' phase in Maven? maven-run-plugin maven-execute-plugin maven-main-plugin maven-exec-plugin 10 / 10 What is the purpose of the 'pluginRepositories' element in the POM? To define project dependencies. To specify repository URLs. To declare custom reports and their configurations. To list the developers and their roles. Your score isThe average score is 0% 0% Restart quiz