[codemodel] Add "BuildRequires: maven-enforcer-plugin"

Juan Hernandez jhernand at fedoraproject.org
Sat Jul 21 15:40:23 UTC 2012


commit 8a7a212943e757691d21d91f6a7f9a9b87c8e5fc
Author: Juan Hernandez <juan.hernandez at redhat.com>
Date:   Sat Jul 21 14:04:17 2012 +0200

    Add "BuildRequires: maven-enforcer-plugin"
    
    This is needed because the "Requires: maven" which used to bring
    maven-enforcer-plugin has been removed from jvnet-parent.

 codemodel.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/codemodel.spec b/codemodel.spec
index 8d8092b..ba36f91 100644
--- a/codemodel.spec
+++ b/codemodel.spec
@@ -1,6 +1,6 @@
 Name: codemodel
 Version: 2.6
-Release: 5%{?dist}
+Release: 6%{?dist}
 Summary: Java library for code generators
 Group: Development/Libraries
 License: CDDL and GPLv2
@@ -20,6 +20,7 @@ BuildRequires: jpackage-utils
 BuildRequires: java-devel
 BuildRequires: maven
 BuildRequires: maven-compiler-plugin
+BuildRequires: maven-enforcer-plugin
 BuildRequires: maven-install-plugin
 BuildRequires: maven-jar-plugin
 BuildRequires: maven-javadoc-plugin
@@ -104,6 +105,9 @@ cp -p codemodel-annotation-compiler/pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{na
 
 
 %changelog
+* Sat Jul 21 2012 Juan Hernandez <juan.hernandez at redhat.com> 2.6-6
+- Add maven-enforcer-plugin as build time dependeny
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.6-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list