- Replace maven BuildRequires with maven-local
This commit is contained in:
Stanislav Ochotnicky 2013-02-06 19:43:06 +01:00
parent 9086d584b2
commit 4cf7cf94a6

View File

@ -1,6 +1,6 @@
Name: exec-maven-plugin
Version: 1.2.1
Release: 7%{?dist}
Release: 8%{?dist}
Summary: Exec Maven Plugin
Group: Development/Libraries
@ -13,7 +13,7 @@ Source0: http://repo1.maven.org/maven2/org/codehaus/mojo/exec-maven-plugi
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
BuildArch: noarch
BuildRequires: xmvn
BuildRequires: maven-local
BuildRequires: plexus-utils
BuildRequires: maven-shared-plugin-testing-harness
BuildRequires: maven-remote-resources-plugin
@ -71,6 +71,10 @@ cp -p %{SOURCE1} .
%doc LICENSE.txt LICENSE-2.0.txt
%changelog
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.2.1-8
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
- Replace maven BuildRequires with maven-local
* Fri Jan 11 2013 Michal Srb <msrb@redhat.com> - 1.2.1-7
- Fixed rpmlint warnings
- Remove bundled JAR files before building the package