Hi

I added a report output when building camel-catalog, that prints which
camel component modules that do not have any src/main/docs files.

This can help us keep an eye on how many we have yet to do.

Mind it only reports on directory level. So if a module has such as 3
components then it will report it as not missing if there is 1 adoc
file. But when you build the said module then it logs a WARN if any
Camel component do not have any adoc file.

Here is just a snippet

[WARNING] Missing document detected: 78
[WARNING] camel-ahc
[WARNING] camel-ahc-ws
[WARNING] camel-amqp
[WARNING] camel-apns
[WARNING] camel-atmosphere-websocket
[WARNING] camel-atom
[WARNING] camel-avro
[WARNING] camel-aws
[WARNING] camel-bam

You can try with

mvn clean install

in the platforms/catalog directory.




-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Reply via email to