You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Andy Glick (JIRA)" <ji...@codehaus.org> on 2005/08/15 19:21:57 UTC

[jira] Created: (MNG-739) surefire plugin ignoring or tags when specified

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Reopened: (MNG-739) surefire plugin ignoring or tags when specified

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-739?page=all ]
     
John Casey reopened MNG-739:
----------------------------


it0050 is not in the integration-test lineup for verification during bootstrap.

Also, it0050 is failing on my machine. Recommend that we enable it0050 and diagnose/fix the problem.

> 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
>     Assignee: Kenney Westerhof

>
>
> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MNG-739) surefire plugin ignoring or tags when specified

Posted by "Kenney Westerhof (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-739?page=all ]
     
Kenney Westerhof closed MNG-739:
--------------------------------

    Resolution: Cannot Reproduce

Added it0050 to check this.

> 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
>     Assignee: Kenney Westerhof

>
>
> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MNG-739) surefire plugin ignoring or tags when specified

Posted by "Kenney Westerhof (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-739?page=all ]
     
Kenney Westerhof closed MNG-739:
--------------------------------

    Resolution: Fixed

expected-results updated to reflect correct paths to generated files.

> 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
>     Assignee: Kenney Westerhof

>
>
> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org