Maven Quiz (Set 14) Maven (Set 14) 1 / 10 Which goal is used to execute a project's main class in Maven? mvn run mvn execute mvn main mvn exec 2 / 10 What is the purpose of the 'modules' section in the POM? To specify repository URLs. To define project dependencies. To declare profiles with customized build configurations. To list child modules of a multi-module project. 3 / 10 Which command is used to generate a site documentation for a Maven project? mvn site-gen mvn create-site mvn generate-site mvn site 4 / 10 What is the purpose of the 'reporting' section 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. 5 / 10 Which plugin is used to generate a project's source code from annotations in Maven? maven-annotations-plugin maven-annotation-processor-plugin maven-source-gen-plugin maven-generate-annotations-plugin 6 / 10 What is the purpose of the 'distributionManagement' section in the POM? To define project dependencies. To specify repository URLs. To declare the project's distribution repositories and their configurations. To list the developers and their roles. 7 / 10 Which command is used to build a Maven project and all its modules? mvn build mvn compile mvn package mvn install 8 / 10 What is the purpose of the 'reporting' section 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 generate Java source code from XML schema (XSD) files in Maven? maven-xsd-plugin maven-jaxb-plugin maven-xsdgen-plugin maven-xml-to-java-plugin 10 / 10 What is the purpose of the 'install' phase in Maven? Installs the project's dependencies. Installs the project's build artifacts to the local repository. Installs the project's site documentation to a remote server. Installs the project's runtime environment. Your score isThe average score is 0% 0% Restart quiz