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

Run nested tests by default #2119

Closed
wants to merge 2 commits into from
Closed

Run nested tests by default #2119

wants to merge 2 commits into from

Conversation

schauder
Copy link
Contributor

Surefire and Failsafe plugins by default exclude nested classes.
This overwrites these excludes with empty ones, thus enabling execution of nested classes.

See https://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#excludes

Surefire and Failsafe plugins by default exclude nested classes.
This overwrites these excludes with empty ones, thus enabling execution of nested classes.

See https://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html\#excludes
@schauder schauder requested a review from mp911de September 28, 2023 09:41
@mp911de mp911de added the type: task A general task label Sep 28, 2023
@mp911de mp911de added this to the 3.2 RC1 (2023.1.0) milestone Sep 28, 2023
@mp911de mp911de closed this in 7346042 Sep 28, 2023
@mp911de mp911de deleted the issue/enable-nested-tests branch September 28, 2023 10:16
mp911de pushed a commit that referenced this pull request Sep 28, 2023
…fault.

Surefire and Failsafe plugins by default exclude nested classes.
This overwrites these excludes with empty ones, thus enabling execution of nested classes.

See https://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html\#excludes

Closes #2119
mp911de pushed a commit that referenced this pull request Sep 28, 2023
…fault.

Surefire and Failsafe plugins by default exclude nested classes.
This overwrites these excludes with empty ones, thus enabling execution of nested classes.

See https://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html\#excludes

Closes #2119
@mp911de mp911de changed the title Run nested tests by default. Run nested tests by default Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants