Re: Packaging doxygen output across modules?

2016-06-05 Thread org.apache.maven.user
On 2016-06-05T23:16:22 +0200 Karl Heinz Marbaise wrote: > Hi, > > so you need to have the packaging in the doxygen-maven-plugin as well > which is currently not done...? > Best would be to add a feature request ... Not necessarily, no. I think what I'm doing is a fairly

Re: Packaging doxygen output across modules?

2016-06-05 Thread Karl Heinz Marbaise
Hi, so you need to have the packaging in the doxygen-maven-plugin as well which is currently not done...? Best would be to add a feature request ... Kind regards Karl Heinz Marbaise On 6/4/16 4:28 PM, org.apache.maven.u...@io7m.com wrote: Hello. I have a multi-module project: module-A

Re: Packaging doxygen output across modules?

2016-06-05 Thread org.apache.maven.user
On 2016-06-04T14:28:14 + wrote: > However, how do I now package up the resulting doxygen HTML such that > it can be added to the archive file produced by module-documentation? > What's the Maven way to handle this? I solved this by: 1. Not using the

Packaging doxygen output across modules?

2016-06-04 Thread org.apache.maven.user
Hello. I have a multi-module project: module-A module-B module-C module-documentation The module-documentation module contains documentation written in a DocBook-like system. The build for the module aggregates the javadocs of module-[A,B,C], generates XHTML documentation, and packages