This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 5c7e994 camel-report-maven-plugin - Fix -Dcamel.ignoreDeprecated
value in example code (#4618)
5c7e994 is described below
commit 5c7e994af78f85a5087bd55d2296da61267b7e6f
Author: Tadayoshi Sato <[email protected]>
AuthorDate: Tue Nov 17 19:10:37 2020 +0900
camel-report-maven-plugin - Fix -Dcamel.ignoreDeprecated value in example
code (#4618)
---
docs/user-manual/modules/ROOT/pages/camel-report-maven-plugin.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/user-manual/modules/ROOT/pages/camel-report-maven-plugin.adoc
b/docs/user-manual/modules/ROOT/pages/camel-report-maven-plugin.adoc
index 8f01ef9..80d7e4c 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-report-maven-plugin.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-report-maven-plugin.adoc
@@ -154,7 +154,7 @@ The maven plugin *validate* goal supports the following
options which can be con
For example to turn off ignoring usage of deprecated options from the command
line, you can run:
----
-$mvn camel-report:validate -Dcamel.ignoreDeprecated=true
+$mvn camel-report:validate -Dcamel.ignoreDeprecated=false
----
Notice that you must prefix the `-D` command argument with `camel.`, eg
`camel.ignoreDeprecated` as the option name.