You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brian Fox (JIRA)" <ji...@codehaus.org> on 2007/08/30 03:33:11 UTC

[jira] Issue Comment Edited: (MDEP-104) Add Analyze HTML Report

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

Brian Fox edited comment on MDEP-104 at 8/29/07 8:32 PM:
---------------------------------------------------------

I parked the patch on a branch: i parked the patch on a branch for now: http://svn.apache.org/repos/asf/maven/plugins/branches/maven-dependency-plugin-MDEP-71

Can you check that everything is applied correctly?


 was:
I parked the patch on a branch: i parked the patch on a branch for now: https://svn.apache.org/repos/asf/maven/plugins/branches/maven-dependency-plugin-MDEP-71

Can you check that everything is applied correctly?

> 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