You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@zookeeper.apache.org by "Norbert Kalmár (Jira)" <ji...@apache.org> on 2020/05/20 17:59:00 UTC

[jira] [Resolved] (ZOOKEEPER-3834) Do Not Set Explicit Test Includes in POM

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-3834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norbert Kalmár resolved ZOOKEEPER-3834.
---------------------------------------
    Resolution: Fixed

> Do Not Set Explicit Test Includes in POM
> ----------------------------------------
>
>                 Key: ZOOKEEPER-3834
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3834
>             Project: ZooKeeper
>          Issue Type: Improvement
>            Reporter: David Mollitor
>            Assignee: David Mollitor
>            Priority: Trivial
>             Fix For: 3.6.2, 3.5.9
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> {quote}
> By default, the Surefire Plugin will automatically include all test classes with the following wildcard patterns:
> "**/Test*.java" - includes all of its subdirectories and all Java filenames that start with "Test".
> "**/*Test.java" - includes all of its subdirectories and all Java filenames that end with "Test".
> "**/*Tests.java" - includes all of its subdirectories and all Java filenames that end with "Tests".
> "**/*TestCase.java" - includes all of its subdirectories and all Java filenames that end with "TestCase".
> {quote}
> https://maven.apache.org/surefire/maven-surefire-plugin/examples/inclusion-exclusion.html



--
This message was sent by Atlassian Jira
(v8.3.4#803005)