On 12/12/2011, at 9:12 AM, Benson Margulies wrote: > Looking at > http://maven.apache.org/guides/mini/guide-configuring-plugins.html#Mapping_Complex_Objects, > I'm wondering how to get the generated doc to travel down into the > bean object. This isn't a job for modello, is it?
Not really - modello is only used to generate the plugin descriptor, and you won't need to change that. It has a reference to the class used, so I guess the Xdoc generator in plugin-tools could reflect that to show what it might look like in XML. Cheers, Brett -- Brett Porter [email protected] http://brettporter.wordpress.com/ http://au.linkedin.com/in/brettporter --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
