[maven-war-plugin] - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild - Replace maven BuildRequires wi

Stanislav Ochotnicky sochotni at fedoraproject.org
Wed Feb 6 19:29:00 UTC 2013


commit 595c6555d4dc8b0492c723a3eff9575fe22ccf4d
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Wed Feb 6 20:28:56 2013 +0100

    - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
    - Replace maven BuildRequires with maven-local

 maven-war-plugin.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/maven-war-plugin.spec b/maven-war-plugin.spec
index 15e9855..54b2e70 100644
--- a/maven-war-plugin.spec
+++ b/maven-war-plugin.spec
@@ -1,6 +1,6 @@
 Name:           maven-war-plugin
 Version:        2.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Maven WAR Plugin
 
 Group:          Development/Libraries
@@ -14,7 +14,7 @@ BuildArch: noarch
 BuildRequires: jpackage-utils
 BuildRequires: java-devel >= 1:1.6.0
 # Maven and its dependencies
-BuildRequires: maven
+BuildRequires: maven-local
 BuildRequires: maven-plugin-plugin
 BuildRequires: maven-javadoc-plugin
 BuildRequires: maven-jar-plugin
@@ -88,6 +88,10 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}/
 %doc LICENSE NOTICE
 
 %changelog
+* Wed Feb 06 2013 Java SIG <java-devel at lists.fedoraproject.org> - 2.3-3
+- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
+- Replace maven BuildRequires with maven-local
+
 * Fri Nov 23 2012 Weinan Li <weli at redhat.com> 2.3-2
 - Install license files
 


More information about the scm-commits mailing list