How to use the asciidoctor-maven-plugin to compile a separate jar package for asciidoc
Posted by zera on
URL: https://discuss.asciidoctor.org/How-to-use-the-asciidoctor-maven-plugin-to-compile-a-separate-jar-package-for-asciidoc-tp6081.html
Hi everyone,
Frist, I am developing a maven project, and now I need compile this project with a help doc module. In other words,
how to compile two jars with asciidoctor plugin when run "mvn clean install":
1. one is for the base function
2. other one is for showing the help document
what I need do, or how to configure the pom.xml?
Need maven-jar-plugin, asciidoctor-maven-plugin, maven-resources-plugin?
Thanks!