Skip to content

Unit tests in subdirecties do not execute #44

@simondean

Description

@simondean

Hi. The following line in the pom.xml of generated projects only executes unit tests place directly in the src/test/java/{package.name}/unit directory:

            <include>**/unit/*Test*.java</include>

The fix is to change the line to:

            <include>**/unit/**/*Test*.java</include>

The change is adding the extra **/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions