You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2018/05/30 14:38:11 UTC

[GitHub] anthony-beurive opened a new pull request #1: [MPDF-8] Create one PDF from a multi module project

anthony-beurive opened a new pull request #1: [MPDF-8] Create one PDF from a multi module project
URL: https://github.com/apache/maven-pdf-plugin/pull/1
 
 
   An attempt to fix [MPDF-8](https://issues.apache.org/jira/browse/MPDF-8).
   
   It makes `maven-pdf-plugin` look a bit more like `maven-site-plugin` in that it adds a `pdf:stage` goal which aggregates the intermediate outputs of `pdf:pdf` of each sub-module.
   
   It is a working solution (at least in another project I work on) but nothing is perfect. TOC numbering seems wrong in final PDF (maybe not using a recent doxia with closed [DOXIA-564](https://issues.apache.org/jira/browse/DOXIA-564); dependency issue on my part?).
   
   I used JSON to serialize/deserialize the TOC of each sub-module but I can only start to guess it isn't standard maven way.
   
   Comments are welcome.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services