orpiske commented on code in PR #24234:
URL: https://github.com/apache/camel/pull/24234#discussion_r3468641729


##########
dsl/camel-yaml-dsl/camel-yaml-dsl-validator-maven-plugin/src/main/docs/camel-yaml-dsl-validator-maven-plugin.adoc:
##########
@@ -113,6 +114,34 @@ mvn camel-yaml-dsl-validator:validate 
-Dcamel.excludes=cheese.yaml
 
 Notice that you must prefix the `-D` command argument with `camel.`, eg 
`camel.excludes` as the option name.
 
+=== Validating with additional directories
+
+If your YAML route files are stored in a location outside the standard Maven 
resource directories, you can specify additional directories to scan:
+
+[source,xml]
+----
+<plugin>
+  <groupId>org.apache.camel</groupId>
+  <artifactId>camel-yaml-dsl-validate-maven-plugin</artifactId>

Review Comment:
   Fixed — and also corrected the same typo on lines 29 and 51 which were 
pre-existing (from the original PR that introduced the plugin). The generated 
docs copy at `docs/user-manual/` is now synced and committed as well.
   
   _Claude Code on behalf of Otavio Rodolfo Piske_



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to