BR maven-surefire-provider-junit4.

This commit is contained in:
Alexander Kurtakov 2011-02-10 23:58:11 +02:00
parent a45af2ad44
commit f566e9a97c

View File

@ -1,6 +1,6 @@
Name: maven-plugin-bundle
Version: 2.0.0
Release: 8%{?dist}
Release: 9%{?dist}
Summary: Maven Bundle Plugin
Group: Development/Tools
@ -20,7 +20,7 @@ BuildRequires: maven-javadoc-plugin
BuildRequires: maven-plugin-plugin
BuildRequires: maven-resources-plugin
BuildRequires: maven-surefire-plugin >= 2.3
BuildRequires: maven-surefire-provider-junit >= 2.3
BuildRequires: maven-surefire-provider-junit4 >= 2.3
BuildRequires: maven-doxia-sitetools
BuildRequires: felix-parent
Requires: aqute-bndlib >= 0.0.363
@ -56,11 +56,7 @@ API documentation for %{name}.
%build
export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mvn-jpp \
-e \
-Dmaven2.jpp.mode=true \
-Dmaven.repo.local=$MAVEN_REPO_LOCAL \
install javadoc:javadoc
mvn-rpmbuild install javadoc:javadoc
%install
rm -rf %{buildroot}
@ -99,6 +95,9 @@ rm -rf target/site/api*
%{_javadocdir}/%{name}
%changelog
* Thu Feb 10 2011 Alexander Kurtakov <akurtako@redhat.com> 2.0.0-9
- BR maven-surefire-provider-junit4.
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild