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
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
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