really actually skip tests to fix builds with xmvn 3.1.0
This commit is contained in:
parent
38b2ddd67c
commit
5f7f14b8c6
@ -3,7 +3,7 @@
|
||||
|
||||
Name: apache-%{short_name}
|
||||
Version: 3.2.2
|
||||
Release: 13%{?dist}
|
||||
Release: 14%{?dist}
|
||||
Summary: Provides new interfaces, implementations and utilities for Java Collections
|
||||
License: ASL 2.0
|
||||
URL: http://commons.apache.org/%{base_name}/
|
||||
@ -66,7 +66,7 @@ sed -i 's/\r//' LICENSE.txt PROPOSAL.html README.txt NOTICE.txt
|
||||
%build
|
||||
# 2017-09-18 mizdebsk: Temporarly disable tests, they stopped working
|
||||
# after Maven Surefire upgrade to 2.20, need to investigate why.
|
||||
%mvn_build -- -DskipTests \
|
||||
%mvn_build -f -- \
|
||||
-Dcommons.osgi.symbolicName=org.apache.commons.collections
|
||||
|
||||
ant tf.javadoc -Dtf.build.docs=target/site/apidocs/
|
||||
@ -87,6 +87,9 @@ ant tf.javadoc -Dtf.build.docs=target/site/apidocs/
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 05 2019 Fabio Valentini <decathorpe@gmail.com> - 3.2.2-14
|
||||
- Really actually skip tests to fix builds with xmvn 3.1.0.
|
||||
|
||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.2-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user