You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org> on 2010/08/07 11:28:32 UTC

[jira] Reopened: (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:all-tabpanel ]

Benjamin Bentmann reopened SUREFIRE-615:
----------------------------------------


Since the change, {{PojoSimpleIT}} is failing with
{noformat}
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: D:\maven\surefire\surefire-integration-tests\target\test-classes\pojo-simple\target\surefire-reports
org.apache.maven.surefire.booter.SurefireExecutionException: junit.framework.Test; nested exception is java.lang.NoClassDefFoundError: junit.framework.Test
java.lang.NoClassDefFoundError: junit.framework.Test
{noformat}

> 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
>            Assignee: Stephen Connolly
>             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