Require appropriate providers depending on installed packages
This commit is contained in:
parent
578892604e
commit
1c31765a2b
@ -50,6 +50,9 @@ Surefire is a test framework project.
|
|||||||
|
|
||||||
%package plugin
|
%package plugin
|
||||||
Summary: Surefire plugin for maven
|
Summary: Surefire plugin for maven
|
||||||
|
Requires: (%{name}-provider-junit = %{version}-%{release} if junit)
|
||||||
|
Requires: (%{name}-provider-junit5 = %{version}-%{release} if junit5)
|
||||||
|
Requires: (%{name}-provider-testng = %{version}-%{release} if testng)
|
||||||
|
|
||||||
%description plugin
|
%description plugin
|
||||||
Maven surefire plugin for running tests via the surefire framework.
|
Maven surefire plugin for running tests via the surefire framework.
|
||||||
|
Loading…
Reference in New Issue
Block a user