This is an automated email from the ASF dual-hosted git repository.
sjaranowski 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 9c184fab typo in "direct plugin goal invocation" example (#294)
9c184fab is described below
commit 9c184fab3f88d4b40319aa95a0729880a5862344
Author: Dan Rollo <[email protected]>
AuthorDate: Tue Jun 14 13:55:18 2022 -0400
typo in "direct plugin goal invocation" example (#294)
The example given for invoking a direct plugin goal execution has typo. I
think this fix has the correct syntax.
---
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 8676e32b..3861cb98 100644
--- a/content/apt/guides/mini/guide-configuring-plugins.apt
+++ b/content/apt/guides/mini/guide-configuring-plugins.apt
@@ -556,7 +556,7 @@ public class MyBoundQueryMojo
command-line, you can execute:
------
-mvn myqyeryplugin:queryMojo@execution1
+mvn myquery:query@execution1
------
** {Using the <<<\<dependencies\>>>> Tag}