Maven Quiz (Set 2) Maven (Set 2) 1 / 10 Which tag specifies the Maven version to be used for building the project? mvn 2 / 10 What does the 'groupId' in a Maven POM identify? The project's name. The project's version. The organization or group that created the project. The project's artifact ID. 3 / 10 Which command is used to install a project's artifact in the local repository? mvn publish mvn deploy mvn install mvn package 4 / 10 In Maven, what is a 'parent' POM? The primary source code file of a project. A POM that defines common configuration for multiple child modules. A placeholder for unimplemented code in a project. A special type of dependency used for testing purposes. 5 / 10 What is the purpose of the 'dependencyManagement' section in a Maven POM? It defines the project's runtime dependencies. It specifies the order of the build phases. It centralizes dependency versions for child modules. It defines the repository URLs for third-party dependencies. 6 / 10 How can you skip running tests during a Maven build? mvn skipTests mvn test-skip mvn package -DskipTests mvn compile -DskipTests 7 / 10 Which XML tag is used to declare project dependencies in the POM file? 8 / 10 In Maven, where are project properties and settings defined? settings.xml pom.properties build.xml project.properties 9 / 10 In Maven, what does a 'snapshot' version signify? It's a formal release version. It's a version used for testing purposes. It's an unstable, in-progress version. It's a version for legacy projects. 10 / 10 Which of these is NOT a valid build lifecycle phase in Maven? assemble test validate execute Your score isThe average score is 0% 0% Restart quiz