Re: site doc for plugin params of complex type: my favorite bugaboo

2012-11-04 Thread Hervé BOUTEMY
Le dimanche 4 novembre 2012 15:27:20 Benson Margulies a écrit : > Hervé, > > What about the following sketch: > > Two goals: > > 1: to warn when a plugin param is a class type that either (a) cannot be > mapped by plexus from XML in the POM, useful, yes: are there known rules to detect such prob

Re: site doc for plugin params of complex type: my favorite bugaboo

2012-11-04 Thread Benson Margulies
Hervé, What about the following sketch: Two goals: 1: to warn when a plugin param is a class type that either (a) cannot be mapped by plexus from XML in the POM, or (b) has no documentation for the fields. 2: to include field-by-field documentation. Neither of these is ideally met by linking t

Re: site doc for plugin params of complex type: my favorite bugaboo

2012-11-04 Thread Hervé BOUTEMY
yes, I understand the problem, but didn't find for the moment a way to implement something. I'm interested in working with anybody trying to make something Here are some pointers: - plugin documentation generation is done by PluginXdocGenerator in plugin- tools [1] - Modello model documentation g