Surefire leaves null/$TestNGGroupName directories after mvn test
----------------------------------------------------------------

                 Key: SUREFIRE-49
                 URL: http://jira.codehaus.org/browse/SUREFIRE-49
             Project: surefire
          Issue Type: Bug
    Affects Versions: 2.0
         Environment: Wonderland$ java -version
java version "1.5.0_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-112)
Java HotSpot(TM) Client VM (build 1.5.0_06-64, mixed mode, sharing)

Wonderland$ uname -a
Darwin Wonderland.local 8.7.0 Darwin Kernel Version 8.7.0: Fri May 26 15:20:53 
PDT 2006;
root:xnu-792.6.76.obj~1/RELEASE_PPC Power Macintosh powerpc

Wonderland$ mvn -v
Maven version: 2.0.4

>From Surefire POM:
  <groupId>org.apache.maven.surefire</groupId>
  <artifactId>surefire</artifactId>
  <packaging>pom</packaging>
  <name>SureFire</name>
  <version>2.0</version>

            Reporter: codehauser


Running mvn test with the following config:

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<suiteXmlFiles>
<suiteXmlFile>src/test/conf/testng.xml</suiteXmlFile>
</suiteXmlFiles>
</configuration>
</plugin> 

Leaves behind a structure:

Wonderland$ ls
LICENSE.txt null pom.xml src target

Wonderland$ ls -R null
kernel

null/kernel:

Where kernel was the test suite name defined in the testng.xml file.

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