Add buildnumber-maven-plugin to R/BR
buildnumber-maven-plugin is in a separate profile, but this profile is usually activated in ofspring projects.
This commit is contained in:
parent
9defe463ec
commit
54c97c8217
@ -3,7 +3,7 @@
|
||||
|
||||
Name: apache-%{short_name}
|
||||
Version: 26
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Apache Commons Parent Pom
|
||||
Group: Development/Libraries
|
||||
License: ASL 2.0
|
||||
@ -27,6 +27,7 @@ BuildRequires: mvn(org.apache.maven.plugins:maven-compiler-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-jar-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-surefire-plugin)
|
||||
BuildRequires: mvn(org.apache.rat:apache-rat-plugin)
|
||||
BuildRequires: mvn(org.codehaus.mojo:buildnumber-maven-plugin)
|
||||
|
||||
Requires: mvn(org.apache:apache)
|
||||
Requires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
@ -35,6 +36,7 @@ Requires: mvn(org.apache.maven.plugins:maven-compiler-plugin)
|
||||
Requires: mvn(org.apache.maven.plugins:maven-jar-plugin)
|
||||
Requires: mvn(org.apache.maven.plugins:maven-surefire-plugin)
|
||||
Requires: mvn(org.apache.rat:apache-rat-plugin)
|
||||
Requires: mvn(org.codehaus.mojo:buildnumber-maven-plugin)
|
||||
|
||||
|
||||
%description
|
||||
@ -60,6 +62,9 @@ install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
|
||||
%{_mavendepmapfragdir}/*
|
||||
|
||||
%changelog
|
||||
* Mon Apr 15 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 26-5
|
||||
- Add buildnumber-maven-plugin to R/BR
|
||||
|
||||
* Wed Apr 10 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 26-4
|
||||
- Fix Requires and BuildRequires
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user