generating offline documentation

2007-08-28 Thread Jan Van Besien
Hi all, I have a question about documentation generation. We have a lot of documentation in the apt format (and some in docbook), used to generate a maven site. A customer has the requirement to have this documentation in an offline format, PDF would be nice. I've browsed around a lot and ex

doxia docbook support

2007-08-24 Thread Jan Van Besien
Hi all I would like to known what the status/planning is for the docbook support in doxia. I prefer docbook over apt because it makes it very easy to generate a maven web site on one hand, and offline pdf documents on the other hand. Every maven website is just a 'chapter' and we have an off

Re: transitive dependencies, step by step

2007-08-07 Thread Jan Van Besien
Kenney Westerhof wrote: You can use this project [1] to get the proper relationships. Thanks, this already helps me a lot further. AFAIK the plan is to use [1] in maven itself (in 2.1) so that all mojo's will have access to a consistent set of dependency relationships. It would be better thou

transitive dependencies, step by step

2007-08-07 Thread Jan Van Besien
Hi all I'm currently developping a maven plugin for which I need to be able to navigate over the dependencies (and transitive dependencies) of a project. I manage to get all dependencies, but I don't manage to get dependency relations between those dependencies. I'll try to explain myself wi