Closed GoogleCodeExporter closed 8 years ago
I'm experiencing the same issue in my projects with Maven3, I've been trying
for two days without finding even a turnaround... what looks really wired is
that it seems Doclava is not turned on when reporting.
Stay tuned, I'm investigating I hope I'll let you know ASAP.
Original comment by simone.t...@gmail.com
on 9 Jan 2011 at 1:18
Original comment by simone.t...@gmail.com
on 9 Jan 2011 at 1:27
I found the solution, at least for Maven 3.X, I suggest to take a look at my
public parent pom[1], see the `doclava` profile at bottom.
some hint:
* replicate the doclava configuration for both `reporting` and `build` - maybe commons stuff could be configured in the `pluginManagement`, or just configure `reporting` would be enough if you don't want to Doclava-fy jar'd javadoc (I still haven't had the time to try these solutions);
* pay attention on `additionalparam` tag differences;
* avoid using standard doclet options when using Doclava.
I already checked out your project and I'll give a try with your configuration
- patches will be submitted on your project issue tracker, but I consider this
issue resolved.
[1] https://github.com/99soft/infra/blob/master/pom.xml
Original comment by simone.t...@gmail.com
on 9 Jan 2011 at 7:29
excellent! Thanks for looking into this. I suspect Maven 2.2.1 and Maven 3.0
are very similar and should hopefully have the same fix.
Original comment by mellowaredev
on 10 Jan 2011 at 11:49
Original issue reported on code.google.com by
mellowaredev
on 6 Dec 2010 at 6:41Attachments: