Hi
I specify the following configuration in pom.xml for one of my plugins:
<configuration>
<a>
<debug>true</debug>
</a>
<b>
<verbose>false</verbose>
</b>
</configuration>
in the plugin I have both classes A.class and B.class with respective boolean
fields "debug" and "verbose".
Maven 2 seems to fill these fields appropriately from the pom.xml. So far so
good.
Now, the documentation for these fiels in A and B seems to be ignored. That is,
specifying "default-value" or "expression" does not work. I assume this is
because
these classes are not Mojos, but just helper classes. Is there a way to get them
processed by the plugin-description system, without them being Mojos?
When generating documentation for the Mojo (mvn site:site) only the Mojo and
its direct fields A and B are documented, but not the content of the classes A
and B.
Is that correct? Am I missing something, or would this be useful, for the
configuration
of the more complicated Mojos?
Regards
Mark Donszelmann
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]