...
The Camel Maven plugin validate goal supports the following options which can be configured from the command line (use -D
syntax), or defined in the pom.xml
file in the <configuration>
tag.
Parameter | Default | Description |
---|---|---|
downloadVersion | true | Boolean value on whether to allow downloading Camel catalog version from the internet. |
failOnError | false | Boolean value on whether to fail if invalid Camel endpoints were found |
includeJava | true | Boolean on whether to include Java files to be validated for invalid Camel endpoint |
includeXML | true | Boolean on whether to include XML files to be validated for invalid Camel endpoints |
includeTest | false | Boolean on whether to include test source code |
includes | To filter the names of java and xml files to only include files matching any of the given list of pattern | |
excludes | To filter the names of java and xml files to only exclude files matching any of the given list of pattern | |
duplicateRouteId | true | Boolean value on whether to validate for duplicate route ids. Route ids should be unique |
showAll | false | Boolean on whether to show all endpoints and simple expressions (both invalid and valid). |
directOrSedaPairCheck | true | Boolean on whether to validate direct/seda endpoints sending to non existing consumer |