Skip integration tests (they don't work in Koji)

This commit is contained in:
Michal Srb 2015-12-02 13:48:12 +01:00
parent 0af7bcb61d
commit fbf0f0abe2

View File

@ -44,7 +44,9 @@ API documentation for %{name}.
%setup -q
%build
%mvn_build %{!?fedora:-f}
# integration tests try to download stuff from the internet
# and therefore they don't work in Koji
%mvn_build %{!?fedora:-f} -- -Dinvoker.skip=true
%install
%mvn_install