Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unit tests in subdirecties do not execute #44

Open
simondean opened this issue Jul 26, 2015 · 0 comments
Open

Unit tests in subdirecties do not execute #44

simondean opened this issue Jul 26, 2015 · 0 comments

Comments

@simondean
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant