You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Chris Hagmann (JIRA)" <ji...@codehaus.org> on 2006/01/10 17:35:01 UTC

[jira] Reopened: (MPIR-18) Dependency report shows dependencies with scope test as required for compilation

     [ http://jira.codehaus.org/browse/MPIR-18?page=all ]
     
Chris Hagmann reopened MPIR-18:
-------------------------------


With 2.0.1, it definitely occurs for me. I'll attach a screenshot and my POM

> 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: Screenshot showing Junit as dependency.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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org