[java-sig-commits] [maven-resources-plugin] Add plexus-build-api to Requires

Stanislav Ochotnicky sochotni at fedoraproject.org
Thu Jun 23 09:52:21 UTC 2011


commit 0a8b02c0f57faa97487a9b1e37b79d043eed4e7b
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Thu Jun 23 11:43:26 2011 +0200

    Add plexus-build-api to Requires

 maven-resources-plugin.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/maven-resources-plugin.spec b/maven-resources-plugin.spec
index fbcc142..deab947 100644
--- a/maven-resources-plugin.spec
+++ b/maven-resources-plugin.spec
@@ -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 at redhat.com> - 2.4.3-4
+- Add plexus-build-api to Requires
+
 * Tue Jun 21 2011 Alexander Kurtakov <akurtako at 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 at 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 at redhat.com> - 2.2-4


More information about the java-sig-commits mailing list