GitHub user anthony-beurive opened a pull request:

    https://github.com/apache/maven-plugins/pull/141

    [MPDF-8] Create one PDF from a multi module project

    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.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/anthony-beurive/maven-plugins mpdf-8

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/maven-plugins/pull/141.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #141
    
----
commit 689edce3dbf715218737e56ebb5852d61f69a02d
Author: Anthony Beurivé <anthony.beurive@...>
Date:   2018-03-27T16:29:39Z

    [MPDF-8] Create one PDF from a multi module project

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to