This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push:
new 4d2e9e50 fix typo
4d2e9e50 is described below
commit 4d2e9e5092c5db8bcfee9a63a1c6b177a2b2e4ee
Author: Konrad Windszus <[email protected]>
AuthorDate: Wed Oct 12 11:58:13 2022 +0200
fix typo
---
content/apt/guides/mini/guide-configuring-plugins.apt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/apt/guides/mini/guide-configuring-plugins.apt
b/content/apt/guides/mini/guide-configuring-plugins.apt
index 2fe956b9..84ba930e 100644
--- a/content/apt/guides/mini/guide-configuring-plugins.apt
+++ b/content/apt/guides/mini/guide-configuring-plugins.apt
@@ -391,7 +391,7 @@ public class MyAnimalMojo
...
+-----+
- In contrast to value objects and collections/arrays there is no string
coercion defined for maps, i.e. you cannot give parameters of those type via
CLI argument.
+ In contrast to value objects and collections/arrays there is no string
coercion defined for properties, i.e. you cannot give parameters of those type
via CLI argument.
* {Configuring Build Plugins}