Removed dependency on maven-site-plugin
Signed-off-by: Mikolaj Izdebski <mizdebsk@redhat.com>
This commit is contained in:
parent
9662c7ae8c
commit
132fbbb136
@ -1,6 +1,6 @@
|
||||
Name: felix-parent
|
||||
Version: 1.2.1
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
Summary: Parent POM file for Apache Felix Specs
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -29,7 +29,6 @@ BuildRequires: maven-assembly-plugin
|
||||
BuildRequires: maven-source-plugin
|
||||
BuildRequires: maven-deploy-plugin
|
||||
BuildRequires: maven-gpg-plugin
|
||||
BuildRequires: maven-site-plugin
|
||||
BuildRequires: maven-project-info-reports-plugin
|
||||
BuildRequires: maven-release-plugin
|
||||
BuildRequires: maven-surefire-plugin
|
||||
@ -50,7 +49,6 @@ Requires: maven-assembly-plugin
|
||||
Requires: maven-source-plugin
|
||||
Requires: maven-deploy-plugin
|
||||
Requires: maven-gpg-plugin
|
||||
Requires: maven-site-plugin
|
||||
Requires: maven-project-info-reports-plugin
|
||||
Requires: maven-release-plugin
|
||||
Requires: maven-surefire-plugin
|
||||
@ -70,6 +68,8 @@ Parent POM file for Apache Felix Specs.
|
||||
%setup -q
|
||||
%patch0 -p0 -b .sav
|
||||
|
||||
%pom_remove_plugin org.apache.maven.plugins:maven-site-plugin
|
||||
|
||||
%build
|
||||
mvn-rpmbuild \
|
||||
-Dmaven2.jpp.depmap.file=%{SOURCE1} \
|
||||
@ -101,6 +101,9 @@ install -pD -T -m 644 pom.xml \
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Dec 18 2012 Michal Srb <msrb@redhat.com> - 1.2.1-9
|
||||
- Removed dependency on maven-site-plugin
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user