Build against easymock3.
This commit is contained in:
parent
f27f8152c9
commit
03ed2984cb
@ -1,13 +1,13 @@
|
||||
Name: maven-plugin-testing
|
||||
Version: 2.1
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
Summary: Maven Plugin Testing
|
||||
License: ASL 2.0
|
||||
URL: http://maven.apache.org/plugin-testing/
|
||||
Source0: http://repo1.maven.org/maven2/org/apache/maven/plugin-testing/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: easymock2
|
||||
BuildRequires: easymock3
|
||||
BuildRequires: junit
|
||||
BuildRequires: java-devel
|
||||
BuildRequires: maven-local
|
||||
@ -16,8 +16,7 @@ BuildRequires: maven-source-plugin
|
||||
BuildRequires: plexus-containers-component-metadata
|
||||
BuildRequires: maven-javadoc-plugin
|
||||
BuildRequires: maven-doxia-sitetools
|
||||
BuildRequires: maven-shared-reporting-impl
|
||||
#BuildRequires: maven-test-tools
|
||||
BuildRequires: maven-reporting-impl
|
||||
|
||||
%description
|
||||
The Maven Plugin Testing contains the necessary modules
|
||||
@ -57,6 +56,8 @@ Framework to test Maven Plugins with Easymock objects.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
sed -i -e "s/MockControl/IMocksControl/g" maven-test-tools/src/main/java/org/apache/maven/shared/tools/easymock/MockManager.java
|
||||
|
||||
%build
|
||||
%mvn_alias : org.apache.maven.shared:
|
||||
# Tests are skipped due to some test failures most probably caused by issues
|
||||
@ -75,6 +76,9 @@ Framework to test Maven Plugins with Easymock objects.
|
||||
%doc LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Thu Jul 25 2013 Alexander Kurtakov <akurtako@redhat.com> 2.1-8
|
||||
- Build against easymock3.
|
||||
|
||||
* Mon Apr 22 2013 Michal Srb <msrb@redhat.com> - 2.1-7
|
||||
- Another rebuild (Fix artifactId=None issue)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user