Disable bnd-maven-plugin in RHEL builds
Neither the plugin nor (some of) its build dependencies are wanted in RHEL.
This commit is contained in:
parent
0c6f2d2512
commit
e1b7da190a
@ -1,6 +1,6 @@
|
||||
%bcond_with bootstrap
|
||||
|
||||
%if %{without bootstrap}
|
||||
%if %{without bootstrap} && %{undefined rhel}
|
||||
%bcond_without bnd_maven_plugin
|
||||
%else
|
||||
%bcond_with bnd_maven_plugin
|
||||
|
Loading…
Reference in New Issue
Block a user