diff --git a/documentation/jetty-documentation/src/main/asciidoc/programming-guide/maven/jetty-maven-plugin.adoc b/documentation/jetty-documentation/src/main/asciidoc/programming-guide/maven/jetty-maven-plugin.adoc index 745ac965ed7..5b4066bc73d 100644 --- a/documentation/jetty-documentation/src/main/asciidoc/programming-guide/maven/jetty-maven-plugin.adoc +++ b/documentation/jetty-documentation/src/main/asciidoc/programming-guide/maven/jetty-maven-plugin.adoc @@ -986,9 +986,11 @@ Here is a configuration example: /${build.finalName} - - src/main/webapp,/home/johndoe/path/to/my/other/source,/yet/another/folder - + + src/main/webapp + /home/johndoe/path/to/my/other/source + /yet/another/folder + ----