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

Henrik Kaipe edited comment on SUREFIRE-519 at 7/30/09 8:30 AM:
----------------------------------------------------------------

There is a "simple" workaround. In your pom.xml you can specify 
"junitArtifactName" for the surefire-plugin:

      ...
      <plugin>
        <artifactId>maven-surefire-plugin</artifactId>
          <configuration>

            <!--
            This piece of configuration is a workaround for this bug:
            http://jira.codehaus.org/browse/SUREFIRE-519
            -->
            <junitArtifactName>junit:junit-dep</junitArtifactName>
          </configuration>
        </plugin>
        ...


      was (Author: kaipe):
    There is a "simple" workaround. In your pom.xml you can use this piece of 
configuration for the surefire-plugin:

      ...
      <plugin>
        <artifactId>maven-surefire-plugin</artifactId>
          <configuration>

            <!--
            This piece of configuration is a workaround for this bug:
            http://jira.codehaus.org/browse/SUREFIRE-519
            -->
            <junitArtifactName>junit:junit-dep</junitArtifactName>
          </configuration>
        </plugin>
        ...

  
> junit-dep 4.4+ isn't detected - transitive dependency to JUnit-3.x causes 
> POJO-test treatment
> ---------------------------------------------------------------------------------------------
>
>                 Key: SUREFIRE-519
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-519
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: Junit 4.x support
>    Affects Versions: 2.4.3
>         Environment: $ mvn --version
> Maven version: 2.0.9
> Java version: 1.6.0_07
> OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
>            Reporter: Henrik Kaipe
>         Attachments: junitdep45-and-transitive-junit3-dependency.zip, 
> surefire519-fix-and-test.patch
>
>
> Have a dependency to junit-dep version 4.4 or later and a transitive or 
> optional dependency to junit-3.8.1 and suddenly the fix for SUREFIRE-378 has 
> been deceived. Your JUnit4 tests will again be executed as if they were 
> POJO-tests.
> The attached maven-project reveals the bug.

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

        

Reply via email to