Re: Any tool available for generating docs from pom.xml?

2008-01-24 Thread Mimil
Hello, Remy was talking a maven plug-in allowing you to generate docbook files into pdf, html, chm, … This plug-in is named docbkx-tools ( http://code.google.com/p/docbkx-tools/ http://code.google.com/p/docbkx-tools/ ) and its documentation is reachable at

RE: Any tool available for generating docs from pom.xml?

2008-01-23 Thread nicklist
Yes, there are many reports with mvn. For a first dive, try mvn site. Then, take a look at the chapter about site generation. [1] For dependency listing, add the following to your pom. reporting plugins plugin groupIdorg.apache.maven.plugins/groupId

Re: Any tool available for generating docs from pom.xml?

2008-01-23 Thread Stephen Connolly
The site plugin's info reports? On Jan 23, 2008 7:58 AM, amit kumar [EMAIL PROTECTED] wrote: Hi, I know this would sound stupid ( as it sounded to me when asked ), but is there any such tool using which you can generate a doc in tabular format with the information stored in pom.xml mainly

Re: Any tool available for generating docs from pom.xml?

2008-01-23 Thread amit kumar
No reports for my dependencies, like the expectation is something like having a table generated with artifact name and the versions... ( if there is something more than that in reports its fine, but that is the minimum). Regards, Amit On Jan 23, 2008 2:02 PM, Stephen Connolly [EMAIL PROTECTED]

Re: Any tool available for generating docs from pom.xml?

2008-01-23 Thread Guillaume Lederrey
You have the jdepend plugin that will do some analysis of your dependencies (http://mojo.codehaus.org/jdepend-maven-plugin/). And I think that the maven-dependency-plugin provide a report as well ... On 23/01/2008, amit kumar [EMAIL PROTECTED] wrote: No reports for my dependencies, like the

Re: Any tool available for generating docs from pom.xml?

2008-01-23 Thread amit kumar
Isn't jdepend plug in more about the packages and classes of the build? Not sure. Just what I got after seeing the report it generated. On Jan 23, 2008 6:27 PM, Guillaume Lederrey [EMAIL PROTECTED] wrote: You have the jdepend plugin that will do some analysis of your dependencies

RE: Any tool available for generating docs from pom.xml?

2008-01-23 Thread nicklist
, Nick Stolwijk -Original Message- From: amit kumar [mailto:[EMAIL PROTECTED] Sent: Wed 1/23/2008 3:37 PM To: Maven Users List Subject: Re: Any tool available for generating docs from pom.xml? Isn't jdepend plug in more about the packages and classes of the build? Not sure. Just what I got

Re: Any tool available for generating docs from pom.xml?

2008-01-23 Thread amit kumar
Stolwijk -Original Message- From: amit kumar [mailto:[EMAIL PROTECTED] Sent: Wed 1/23/2008 3:37 PM To: Maven Users List Subject: Re: Any tool available for generating docs from pom.xml? Isn't jdepend plug in more about the packages and classes of the build? Not sure. Just what I got

RE: Any tool available for generating docs from pom.xml?

2008-01-23 Thread nicklist
Subject: Re: Any tool available for generating docs from pom.xml? Thanks Nick. I am sorry for my lack of expression. But what mvn site generates is what I am expected to report about by in a doc rather than a web page ( I told you it would sound stupid). Thanks a ton for the kind help. regards

Re: Any tool available for generating docs from pom.xml?

2008-01-23 Thread Wayne Fay
automatically every day by a CI server) Hth, Nick Stolwijk -Original Message- From: amit kumar [mailto:[EMAIL PROTECTED] Sent: Wed 1/23/2008 3:47 PM To: Maven Users List Subject: Re: Any tool available for generating docs from pom.xml? Thanks Nick. I am sorry for my lack of expression

Re: Any tool available for generating docs from pom.xml?

2008-01-23 Thread Rémy Sanlaville
You also could have a look to the docbook format and plugin. A friend of mine worked on it in order to improve it. He is off today but I will ask him to give some information when he will come back. Rémy

RE: Any tool available for generating docs from pom.xml?

2008-01-23 Thread nicklist
kind of Sinks there are available or how to configure the Sink. With regards, Nick Stolwijk -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Wed 1/23/2008 4:40 PM To: Maven Users List Subject: Re: Any tool available for generating docs from pom.xml? Alternatively, you