You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ts...@apache.org on 2020/11/17 10:00:36 UTC

[camel] branch fix-doc-camel-report-maven-plugin created (now c0d5315)

This is an automated email from the ASF dual-hosted git repository.

tsato pushed a change to branch fix-doc-camel-report-maven-plugin
in repository https://gitbox.apache.org/repos/asf/camel.git.


      at c0d5315  camel-report-maven-plugin - Fix -Dcamel.ignoreDeprecated value in example code

This branch includes the following new commits:

     new c0d5315  camel-report-maven-plugin - Fix -Dcamel.ignoreDeprecated value in example code

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel] 01/01: camel-report-maven-plugin - Fix -Dcamel.ignoreDeprecated value in example code

Posted by ts...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tsato pushed a commit to branch fix-doc-camel-report-maven-plugin
in repository https://gitbox.apache.org/repos/asf/camel.git

commit c0d531529b7d2f8164a93e81aeff6fff760a09bd
Author: Tadayoshi Sato <sa...@gmail.com>
AuthorDate: Tue Nov 17 19:00:13 2020 +0900

    camel-report-maven-plugin - Fix -Dcamel.ignoreDeprecated value in example code
---
 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.