surefire plugin ignoring <includes> or <excludes> tags when specified
---------------------------------------------------------------------

         Key: MNG-739
         URL: http://jira.codehaus.org/browse/MNG-739
     Project: Maven 2
        Type: Bug
  Components: maven-plugins  
    Versions: 2.0-alpha-3    
 Environment: Win2k Sun 1.4.2 & 1.5 JVM - Brett reported this too, I'm not sure 
of his environment
 Reporter: Andy Glick


In a Maven2 POM the example XML below has no effect on the surefire plugin.

<build>
  <plugins>
    <plugin>
      <artifactId>maven-surefire-plugin</artifactId>
      <configuration>
        <excludes>
          <exclude implementation="java.lang.String">**/AppTest.*</exclude>
        </excludes>
      </configuration>
    </plugin>
  </plugins>
</build>

It is supposed to, there is code in the plugin that was coded to accept "List 
includes" as well as "List excludes"

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to