#1 really actually skip tests to fix builds with xmvn 3.1.0
Merged 4 years ago by decathorpe. Opened 4 years ago by decathorpe.
Unknown source master  into  master

@@ -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 @@

  %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 @@

  

  

  %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

  

it looks like -DskipTests no longer (or never) worked right, so: replace it with the -f switch that actually works reliably

Pull-Request has been merged by decathorpe

4 years ago
Metadata