Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Main JUnit 5 issues?

Am Donnerstag, den 11.03.2021, 12:52 +0000 schrieb Keppler Michael
(ETAS/ESW-CI):
> Did you try setting
> https://www.eclipse.org/tycho/sitedocs/tycho-surefire-plugin/test-mojo.html#providerHint
>

Tried:
	<plugin>
		<groupId>org.eclipse.tycho</groupId>
		<artifactId>tycho-surefire-plugin</artifactId>
		<version>${tycho.version}</version>
		<configuration>
			<providerHint>junit5</providerHint>
		</configuration>
	</plugin>

with tycho 2.2.0, but still see these warnings.

Christian



Back to the top