META-INF.plexus.components.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of modello-plugin-xdoc Show documentation
Show all versions of modello-plugin-xdoc Show documentation
Modello XDOC Plugin generates model documentation using xdoc markup to be included in a Maven-generated reporting
site.
<component-set> <components> <component> <role>org.codehaus.modello.plugin.ModelloGenerator</role> <role-hint>xdoc</role-hint> <implementation>org.codehaus.modello.plugin.xdoc.XdocGenerator</implementation> </component> <component> <role>org.codehaus.modello.metadata.MetadataPlugin</role> <role-hint>xdoc</role-hint> <implementation>org.codehaus.modello.plugin.xdoc.metadata.XdocMetadataPlugin</implementation> </component> </components> </component-set>