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>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-project-info-reports-plugin</artifactId>
            </plugin>
        </plugins>
</reporting>

Take a look at [2] to exactly see where it needs to be.

Hth,

Nick Stolwijk

[1] http://www.sonatype.com/book/chapter-9.html
[2] http://maven.apache.org/ref/2.0.7/maven-model/maven.html


-----Original Message-----
From: amit kumar [mailto:[EMAIL PROTECTED]
Sent: Wed 1/23/2008 8:58 AM
To: Maven Users List
Subject: Any tool available for generating docs from pom.xml?
 
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 the dependency
part.

Please let me know in case there exists one tool.

Regards,
Amit

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to