Add plexus-build-api to Requires
This commit is contained in:
parent
685ac8c96c
commit
0a8b02c0f5
@ -1,6 +1,6 @@
|
||||
Name: maven-resources-plugin
|
||||
Version: 2.4.3
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Maven Resources Plugin
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -28,6 +28,7 @@ BuildRequires: maven-shared-reporting-impl
|
||||
BuildRequires: plexus-digest
|
||||
|
||||
Requires: maven-plugin-testing-harness
|
||||
Requires: plexus-build-api
|
||||
Requires: maven
|
||||
Requires: jpackage-utils
|
||||
Requires: java
|
||||
@ -38,7 +39,7 @@ Provides: maven2-plugin-resources = %{version}-%{release}
|
||||
Obsoletes: maven2-plugin-resources <= 0:2.0.8
|
||||
|
||||
%description
|
||||
The Resources Plugin handles the copying of project resources
|
||||
The Resources Plugin handles the copying of project resources
|
||||
to the output directory.
|
||||
|
||||
%package javadoc
|
||||
@ -89,6 +90,9 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}/
|
||||
%{_javadocdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Thu Jun 23 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.4.3-4
|
||||
- Add plexus-build-api to Requires
|
||||
|
||||
* Tue Jun 21 2011 Alexander Kurtakov <akurtako@redhat.com> 2.4.3-3
|
||||
- Build with maven 3.
|
||||
|
||||
@ -103,7 +107,7 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}/
|
||||
- delete source1
|
||||
|
||||
* Tue May 20 2010 Hui Wang <huwang@redhat.com> - 2.2-5
|
||||
- Add maven-resources-plugin-demap.xml
|
||||
- Add maven-resources-plugin-demap.xml
|
||||
- Set maven test ignore
|
||||
|
||||
* Wed May 19 2010 Hui Wang <huwang@redhat.com> - 2.2-4
|
||||
|
Loading…
Reference in New Issue
Block a user