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 doxia-module-fml Show documentation
Show all versions of doxia-module-fml Show documentation
A Doxia module for FML source documents.
FML format is only supported as source format.
<component-set> <components> <component> <role>org.apache.maven.doxia.parser.Parser</role> <role-hint>fml</role-hint> <implementation>org.apache.maven.doxia.module.fml.FmlParser</implementation> <description>Parse a fml model and emit events into the specified doxia Sink.</description> </component> <component> <role>org.apache.maven.doxia.module.site.SiteModule</role> <role-hint>fml</role-hint> <implementation>org.apache.maven.doxia.module.fml.FmlSiteModule</implementation> <description><p>FmlSiteModule class.</description> </component> </components> </component-set>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy