[ http://jira.codehaus.org/browse/MPIR-18?page=comments#action_55415 ] 

Chris Hagmann commented on MPIR-18:
-----------------------------------

Ok, I see what you changed from 2.0-beta-3 to 2.0-BETA-4-SNAPSHOT.

 The text above the table was changed 

2.0-beta-3:  ".... These dependencies are required to compile and run the 
application:"
2.0-BETA-4-SNAPSHOT: "....These dependencies are only required to compile and 
run unit tests for the application:"

I was (and I'm still not) expecting to see dependencies used for running unit 
tests in that list. I only want to see the dependencies which are required for 
running the application. Probably the best is to have a "scope" configuration 
parameter in the plugin, which will drive if test dependencies should be part 
of the report. If you want we can move that to a new issue which calls for an 
"improvement".


> Dependency report shows dependencies with scope test as required for 
> compilation
> --------------------------------------------------------------------------------
>
>          Key: MPIR-18
>          URL: http://jira.codehaus.org/browse/MPIR-18
>      Project: Maven 2.x Project Info Reports Plugin
>         Type: Bug

>     Versions: 2.0
>     Reporter: Chris Hagmann
>      Fix For: 2.0
>  Attachments: POM dependency section.jpg, Screenshot showing Junit as 
> dependency.jpg, Screenshot when using plugin version 
> 2.0-beta-4-SNAPSHOT.jar.jpg
>
>
> I declare my junit dependency as scope "test". E.g:
>         <dependency>
>             <groupId>junit</groupId>
>             <artifactId>junit</artifactId>
>             <version>3.8.1</version>
>             <scope>test</scope>
>         </dependency>
> After running the site report using "mvn site", my dependencies report shows 
> junit as dependency required for compilation. 

-- 
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


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

Reply via email to