From 24b675ac1a0a713cc108e6004a86b9793d43c010 Mon Sep 17 00:00:00 2001 From: CodeMaster7000 Date: Thu, 3 Oct 2024 15:16:50 +0100 Subject: [PATCH] Update maven-quiz.md (#7058) --- maven/maven-quiz.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maven/maven-quiz.md b/maven/maven-quiz.md index 2acb1efd53..de7a02c330 100755 --- a/maven/maven-quiz.md +++ b/maven/maven-quiz.md @@ -423,9 +423,9 @@ - [ ] ${set-app-home} - [ ] ${/path/to/application} -#### Q55. What is the default value of the warSourceDirectory configuration property of the Maven WAR Plugin? +#### Q55. What is the default value of the warSourceDirectory configuration property of the Maven WAR Plugin? (2 possible solutions) -- [ ] /src/main/webapp +- [x] /src/main/webapp - [ ] /src/main/war - [x] /src/main/WEB-INF - [ ] /src/web