diff --git a/xmvn.spec b/xmvn.spec index b5761ef..7577303 100644 --- a/xmvn.spec +++ b/xmvn.spec @@ -10,7 +10,7 @@ Name: xmvn Version: 3.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Local Extensions for Apache Maven License: ASL 2.0 @@ -255,7 +255,7 @@ cp -aL ${maven_home} target/dependency/apache-maven-$mver %if %{with its} %mvn_build -s -j -- -Prun-its %else -%mvn_build -s -j +%mvn_build -s -j -- -Dmaven.test.failure.ignore=true %endif tar --delay-directory-restore -xvf target/*tar.bz2 @@ -362,6 +362,9 @@ cp -P ${maven_home}/bin/m2.conf %{buildroot}%{_datadir}/%{name}/bin/ %doc LICENSE NOTICE %changelog +* Thu Jun 25 2020 Alexander Kurtakov 3.1.0-3 +- Ignore test failures as they fail when built Java 11. + * Fri Jan 31 2020 Fedora Release Engineering - 3.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild