[ https://issues.apache.org/jira/browse/SUREFIRE-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Slawomir Jaranowski closed SUREFIRE-1737. ----------------------------------------- Resolution: Fixed > Disabling the JUnit5Xml30StatelessReporter has no effect > --------------------------------------------------------- > > Key: SUREFIRE-1737 > URL: https://issues.apache.org/jira/browse/SUREFIRE-1737 > Project: Maven Surefire > Issue Type: Bug > Affects Versions: 3.0.0-M4 > Reporter: Dietrich Schulten > Assignee: Slawomir Jaranowski > Priority: Major > Fix For: 3.5.1 > > > I have the following configuration for JUnit 5 display names: > {code:java} > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-surefire-plugin</artifactId> > <version>3.0.0-M4</version> > <configuration> > <statelessTestsetReporter > implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5Xml30StatelessReporter"> > <disable>true</disable> > <usePhrasedFileName>true</usePhrasedFileName> > <usePhrasedTestSuiteClassName>true</usePhrasedTestSuiteClassName> > <usePhrasedTestCaseClassName>true</usePhrasedTestCaseClassName> > <usePhrasedTestCaseMethodName>true</usePhrasedTestCaseMethodName> > </statelessTestsetReporter> > </configuration> > </plugin>{code} > Based on the disable flag, the {{JUnit5Xml30StatelessReporter}} should be > {{disabled}}, but it evaluates display names according to the > {{usePhrasedXXX}} flags. -- This message was sent by Atlassian Jira (v8.20.10#820010)