You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Stephen Connolly (JIRA)" <ji...@codehaus.org> on 2010/08/05 16:01:33 UTC

[jira] Commented: (SUREFIRE-615) Surefire providers shouldn't need to download old versions of the library

    [ http://jira.codehaus.org/browse/SUREFIRE-615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=231052#action_231052 ] 

Stephen Connolly commented on SUREFIRE-615:
-------------------------------------------

my preference is the <scope>provided</scope> option, what are other people's thoughts

> Surefire providers shouldn't need to download old versions of the library
> -------------------------------------------------------------------------
>
>                 Key: SUREFIRE-615
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-615
>             Project: Maven Surefire
>          Issue Type: Improvement
>          Components: JUnit 3.x support, Junit 4.x support, Maven Surefire Plugin, TestNG support
>    Affects Versions: 2.5
>            Reporter: Brett Porter
>             Fix For: 2.6
>
>
> currently, the Surefire plugin uses resolveTransitively to obtain the Surefire provider (junit, junit4, junit47, testng). Each of these has a compile time dependency on the library itself to interact with their API.
> This results in downloading older versions as well as the newer one requested by the project (TestNG 5.7, JUnit 4.0, JUnit 3.8.1). There are two possible solutions to this:
> - alter the resolveTranstively method to exclude the artifact that is already available from the project
> - set the dependency to 'provided' in the providers POM

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