Validation on build time of camel component fails when component has some getter/setters

2015-12-09 Thread Roman Vottner
Hi there, we use Camel 2.16.0 and are currently developing a Camel component and on trying to build an artifact using „mvn clean install“ or „mvn clean package“ the build fails due to: Missing component documentation for the following options: … as the component class defines a getter and

Re: Validation on build time of camel component fails when component has some getter/setters

2015-12-09 Thread Claus Ibsen
Add javadoc to the setter methods or both of them so you *actually* document your component options what they are intended for. On Wed, Dec 9, 2015 at 2:01 PM, Roman Vottner wrote: > Hi there, > > we use Camel 2.16.0 and are currently developing a Camel component and on > trying to