Skip to content

Commit

Permalink
Update maven-quiz.md (#7058)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeMaster7000 authored Oct 3, 2024
1 parent 1b410b8 commit 24b675a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maven/maven-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24b675a

Please sign in to comment.