You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "John Patrick (JIRA)" <ji...@apache.org> on 2017/09/16 16:36:00 UTC

[jira] [Created] (SUREFIRE-1418) 2.20.1 fails with no tests and junit5 support

John Patrick created SUREFIRE-1418:
--------------------------------------

             Summary: 2.20.1 fails with no tests and junit5 support
                 Key: SUREFIRE-1418
                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1418
             Project: Maven Surefire
          Issue Type: Bug
          Components: JUnit 5.x support, Maven Surefire Plugin
    Affects Versions: 2.20.1
         Environment: Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-03T20:39:06+01:00)
Maven home: /opt/local/share/java/maven3
Java version: 1.8.0_131, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/jre
Default locale: en_GB, platform encoding: UTF-8
OS name: "mac os x", version: "10.12.6", arch: "x86_64", family: "mac"

            Reporter: John Patrick
         Attachments: effective-pom.xml, output.txt

Just upgraded project from 2.20 to 2.20.1 and getting error for a project with no tests.

If you remove the following it will pass, otherwise it fails.
				<dependencies>
					<dependency>
						<groupId>org.junit.platform</groupId>
						<artifactId>junit-platform-surefire-provider</artifactId>
						<version>1.0.0</version>
					</dependency>
				</dependencies>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)