From cec6d1740c92af681f4a3737285d30729d0d095d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=B6ser=2C=20Daniel?= Date: Mon, 4 Mar 2024 15:51:53 +0100 Subject: [PATCH] Fix typos in file system collector documentation --- src/site/markdown/entry.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/site/markdown/entry.md b/src/site/markdown/entry.md index 095a315..1e594c8 100644 --- a/src/site/markdown/entry.md +++ b/src/site/markdown/entry.md @@ -49,7 +49,7 @@ symbolic link points to. If this link to path is relative, then it is relative o In order to walk through a directory tree and add all files use: ``. -The collect elements requires one additional element: `` which defines the base path. In addition +The collect elements requires one additional element: `` which defines the base path. In addition, there is the optional element ``, which can be set to `false` in order to not record directories explicitly. **Note:** the `` directory itself will never be added as explicit directory. This can be done using an additional `` element. @@ -57,8 +57,8 @@ Alternatively the general configuration for [generating intermediate directories can be used to create intermediate directories when the package structure is built. **Note:** By default symbolic links in the file system will be ignored. Since not all platforms support -symbolic links in the same way. It is recommended to create the manually using a `` style -entry. This behavior can be changed by changed by adding `true` to the +symbolic links in the same way. It is recommended to create them manually using a `` style +entry. This behavior can be changed by adding `true` to the collector configuration. The target file names will be constructed out the entry name, as base prefix, and the relative @@ -90,7 +90,7 @@ Will result in the following payload entries: /usr/lib/foo/dir2/foo3.txt (file) /usr/lib/foo/dir2/foo4.txt (file) -As of version 1.0.0 it is also possible to use the standard Maven `includes`/`excludes` elements +As of version `1.0.0` it is also possible to use the standard Maven `includes`/`excludes` elements which follow the standard Maven include/exclude pattern. For example: