Disable tests (they don't work with junit >= 4.11)

This commit is contained in:
Michal Srb 2013-04-08 12:59:38 +02:00
parent 2bc4a722d0
commit 163333a974

View File

@ -1,6 +1,6 @@
Name: maven-shared-utils
Version: 0.3
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Maven shared utility classes
License: ASL 2.0
URL: http://maven.apache.org/shared/maven-shared-utils
@ -32,7 +32,8 @@ API documentation for %{name}.
%pom_remove_plugin org.codehaus.mojo:findbugs-maven-plugin
%build
%mvn_build
# tests don't work with junit >= 4.11
%mvn_build -f
%install
%mvn_install
@ -44,6 +45,9 @@ API documentation for %{name}.
%doc LICENSE NOTICE
%changelog
* Mon Apr 08 2013 Michal Srb <msrb@redhat.com> - 0.3-2
- Disable tests (they don't work with junit >= 4.11)
* Fri Mar 15 2013 Michal Srb <msrb@redhat.com> - 0.3-1
- Update to upstream version 0.3