Add Analyze HTML Report
-----------------------

                 Key: MDEP-104
                 URL: http://jira.codehaus.org/browse/MDEP-104
             Project: Maven 2.x Dependency Plugin
          Issue Type: Improvement
    Affects Versions: 2.0-alpha-5
            Reporter: Jeremy Lauture
            Assignee: Brian Fox
         Attachments: analyze-report-mojo.patch

It would be nice to have a HTML analyze report (as same as the CLI analyze 
report) when we generate the web site project.

Find in attachment our patch that provides this new feature.

In order to use it, you can add this reporting section in your pom.xml:

        <reporting>
            <plugins>
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-dependency-plugin</artifactId>
                        <version>2.0-alpha-5-SNAPSHOT</version>
                        <reportSets>
                            <reportSet>
                                <reports>
                                    <report>analyze-report</report>
                                </reports>
                            </reportSet>
                        </reportSets>                      
                    </plugin>
            </plugins>
        </reporting>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to