-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Copy link
Labels
enhancementNew feature or requestNew feature or request
Description
Module
fj-doc-maven-plugin - Maven plugin to setup new/existing projects and validate freemarker templates
Expected Behavior
'add' / 'init' goal should add requested modules support
Other information
Currently the 'addDirectPlugin' parameter will only add handlers supported by 'base' / 'freemarker' modules.
handlerList:
- type: org.fugerit.java.doc.freemarker.html.FreeMarkerHtmlTypeHandlerUTF8
- type: org.fugerit.java.doc.base.typehandler.markdown.SimpleMarkdownExtTypeHandlerNoCommentsUTF8
- type: org.fugerit.java.doc.freemarker.asciidoc.FreeMarkerAsciidocTypeHandlerUTF8We want that, if any other modules is selected, the relevante handler support is added to 'venus-direct' execution.
For instance if 'mod-fop' is added , the configuration should be setup to support it too :
handlerList:
- type: org.fugerit.java.doc.freemarker.html.FreeMarkerHtmlTypeHandlerUTF8
- type: org.fugerit.java.doc.base.typehandler.markdown.SimpleMarkdownExtTypeHandlerNoCommentsUTF8
- type: org.fugerit.java.doc.freemarker.asciidoc.FreeMarkerAsciidocTypeHandlerUTF8
- type: org.fugerit.java.doc.mod.fop.PdfFopTypeHandlerMetadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request