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

nfilotto pushed a commit to branch 
CAMEL-19950/use-camel-tooling-maven-instead-of-grape
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to 
refs/heads/CAMEL-19950/use-camel-tooling-maven-instead-of-grape by this push:
     new 2297ab8353b doc: fix the way to call the plugin
2297ab8353b is described below

commit 2297ab8353b7643cbc40b0a61fa15d446db4b431
Author: Nicolas Filotto <nfilo...@talend.com>
AuthorDate: Thu Oct 5 16:06:12 2023 +0200

    doc: fix the way to call the plugin
---
 .../src/main/docs/camel-report-maven-plugin.adoc                      | 4 ++--
 docs/user-manual/modules/ROOT/pages/camel-report-maven-plugin.adoc    | 4 ++--
 tests/camel-itest/pom.xml                                             | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/catalog/camel-report-maven-plugin/src/main/docs/camel-report-maven-plugin.adoc
 
b/catalog/camel-report-maven-plugin/src/main/docs/camel-report-maven-plugin.adoc
index 5f83010137a..e093569786f 100644
--- 
a/catalog/camel-report-maven-plugin/src/main/docs/camel-report-maven-plugin.adoc
+++ 
b/catalog/camel-report-maven-plugin/src/main/docs/camel-report-maven-plugin.adoc
@@ -5,7 +5,7 @@ The Camel Report Maven Plugin supports the following goals
  - camel-report:validate - To validate your source code for invalid Camel 
endpoint uris
  - camel-report:route-coverage - To report the coverage of your Camel routes 
after unit testing
 
-== camel:validate
+== camel-report:validate
 
 For validating the source code for mis-configured Camel:
 
@@ -172,7 +172,7 @@ $mvn 
org.apache.camel:camel-report-maven-plugin:3.0.0:validate -Dcamel.includeTe
 ----
 
 
-== camel:route-coverage
+== camel-camel:route-coverage
 
 For generating a report of the coverage of your Camel routes from unit testing.
 In the same manner you can generate Java code coverage reports, then this is 
the same but for Camel routes.
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 5f83010137a..e093569786f 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
@@ -5,7 +5,7 @@ The Camel Report Maven Plugin supports the following goals
  - camel-report:validate - To validate your source code for invalid Camel 
endpoint uris
  - camel-report:route-coverage - To report the coverage of your Camel routes 
after unit testing
 
-== camel:validate
+== camel-report:validate
 
 For validating the source code for mis-configured Camel:
 
@@ -172,7 +172,7 @@ $mvn 
org.apache.camel:camel-report-maven-plugin:3.0.0:validate -Dcamel.includeTe
 ----
 
 
-== camel:route-coverage
+== camel-camel:route-coverage
 
 For generating a report of the coverage of your Camel routes from unit testing.
 In the same manner you can generate Java code coverage reports, then this is 
the same but for Camel routes.
diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml
index c2bfb4a72bb..f3aa595e4d0 100644
--- a/tests/camel-itest/pom.xml
+++ b/tests/camel-itest/pom.xml
@@ -395,7 +395,7 @@
     <build>
         <plugins>
 
-            <!-- to validate Camel endpoints: mvn camel:validate -->
+            <!-- to validate Camel endpoints: mvn camel-report:validate -->
             <plugin>
                 <groupId>org.apache.camel</groupId>
                 <artifactId>camel-report-maven-plugin</artifactId>

Reply via email to