Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho Reactor + Maven Javadoc Aggregate

Hi,

i got a version running using the tycho-document-bundle-plugin

unfortunately this solution has some restrictions

(1) you need a document bundle where you add all "to be included"
bundles explicitely

we run a custom doclet.
(2) had do fiddle manually to pass -doclet and -docletpath (filed 453602
for that)
(3) the toc generation expects the files generated from the std. doclet.
thus i had to run it twice (i filed 453601 for that)

you find the example using the aggregate plugin that is not working
attached

(mvn clean install javadoc:aggregate works (if i remove the execution
from the parent pom) / mvn clean install verify not)

Thanks
Christian


Attachment: sample-doclet-demo.zip
Description: Zip archive

Attachment: sample-parent-demo.zip
Description: Zip archive


Back to the top