Disable tests (they don't work with junit >= 4.11)
This commit is contained in:
parent
2bc4a722d0
commit
163333a974
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user