[java-sig-commits] [maven-plugin-bundle] BR maven-surefire-provider-junit4.

Alexander Kurtakov akurtakov at fedoraproject.org
Thu Feb 10 21:58:51 UTC 2011


commit f566e9a97c5ad1f96583e8a1850780410541205f
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Thu Feb 10 23:58:11 2011 +0200

    BR maven-surefire-provider-junit4.

 maven-plugin-bundle.spec |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/maven-plugin-bundle.spec b/maven-plugin-bundle.spec
index 728740f..2706ab0 100644
--- a/maven-plugin-bundle.spec
+++ b/maven-plugin-bundle.spec
@@ -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 at redhat.com> 2.0.0-9
+- BR maven-surefire-provider-junit4.
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.0-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the java-sig-commits mailing list