On 2016-06-04T14:28:14 +0000 <org.apache.maven.u...@io7m.com> 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 doxygen-maven-plugin as a report, but instead as an ordinary plugin. 2. Using the assembly plugin to package up and attach a -doxygen classified artifact. 3. Unpack the -doxygen artifact in the other project with the dependency plugin. 4. Repackage the whole lot again with the assembly plugin. M --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org