[ 
http://jira.codehaus.org/browse/MDEP-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brian Fox closed MDEP-104.
--------------------------

       Resolution: Fixed
    Fix Version/s: 2.0-alpha-5

branch merged, looks great, thanks for the patch!

> 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
>             Fix For: 2.0-alpha-5
>
>         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