Blame SPECS/maven-invoker-plugin.spec

5f9ae6
Name:           maven-invoker-plugin
5f9ae6
Version:        1.8
5f9ae6
Release:        8%{?dist}
5f9ae6
Summary:        Maven Invoker Plugin
5f9ae6
5f9ae6
Group:          Development/Libraries
5f9ae6
License:        ASL 2.0
5f9ae6
URL:            http://maven.apache.org/plugins/maven-invoker-plugin/
5f9ae6
Source0:        http://repo2.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
5f9ae6
Patch0:         pom-xml.patch
5f9ae6
5f9ae6
BuildArch: noarch
5f9ae6
5f9ae6
# Basic stuff
5f9ae6
BuildRequires: jpackage-utils
5f9ae6
BuildRequires: java-devel >= 1:1.6.0
5f9ae6
# Maven and its dependencies
5f9ae6
BuildRequires: maven-local
5f9ae6
BuildRequires: maven-resources-plugin
5f9ae6
BuildRequires: maven-plugin-plugin
5f9ae6
BuildRequires: maven-script-interpreter
5f9ae6
BuildRequires: maven-invoker
5f9ae6
BuildRequires: mvn(org.apache.maven.doxia:doxia-sink-api)
5f9ae6
BuildRequires: mvn(org.apache.maven.doxia:doxia-site-renderer)
5f9ae6
5f9ae6
# Others
5f9ae6
BuildRequires: groovy
5f9ae6
5f9ae6
Provides:       maven2-plugin-invoker = 1:%{version}-%{release}
5f9ae6
Obsoletes:      maven2-plugin-invoker <= 0:2.0.8
5f9ae6
5f9ae6
%description
5f9ae6
The Maven Invoker Plugin is used to run a set of Maven projects. The plugin 
5f9ae6
can determine whether each project execution is successful, and optionally 
5f9ae6
can verify the output generated from a given project execution.
5f9ae6
  
5f9ae6
5f9ae6
%package javadoc
5f9ae6
Group:          Documentation
5f9ae6
Summary:        Javadoc for %{name}
5f9ae6
5f9ae6
%description javadoc
5f9ae6
API documentation for %{name}.
5f9ae6
5f9ae6
%prep
5f9ae6
%setup -q 
5f9ae6
%patch0
5f9ae6
5f9ae6
%build
5f9ae6
%mvn_build -f
5f9ae6
5f9ae6
%install
5f9ae6
%mvn_install
5f9ae6
5f9ae6
%files -f .mfiles
5f9ae6
%dir %{_javadir}/%{name}
5f9ae6
%doc LICENSE NOTICE
5f9ae6
5f9ae6
%files javadoc -f .mfiles-javadoc
5f9ae6
%doc LICENSE NOTICE
5f9ae6
5f9ae6
%changelog
5f9ae6
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.8-8
5f9ae6
- Mass rebuild 2013-12-27
5f9ae6
5f9ae6
* Mon Aug 26 2013 Michal Srb <msrb@redhat.com> - 1.8-7
5f9ae6
- Migrate away from mvn-rpmbuild (Resolves: #997508)
5f9ae6
5f9ae6
* Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.8-6
5f9ae6
- Rebuild to regenerate API documentation
5f9ae6
- Resolves: CVE-2013-1571
5f9ae6
5f9ae6
* Tue Apr  9 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.8-5
5f9ae6
- Fix Requires and BuildRequires on Doxia; resolves: rhbz#950061
5f9ae6
- Remove unneeded BR
5f9ae6
5f9ae6
* Sat Feb 16 2013 Michal Srb <msrb@redhat.com> - 1.8-4
5f9ae6
- Migrate from maven-doxia to doxia subpackages (Resolves: #909238)
5f9ae6
- Remove unnecessary BR on maven-doxia-tools
5f9ae6
5f9ae6
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8-3
5f9ae6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
5f9ae6
5f9ae6
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.8-2
5f9ae6
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
5f9ae6
- Replace maven BuildRequires with maven-local
5f9ae6
5f9ae6
* Fri Jan 18 2013 Weinan Li <weli@redhat.com> 1.8-1
5f9ae6
- Upgrade to 1.8
5f9ae6
5f9ae6
* Fri Jan 4 2013 David Xie <david.scriptfan@gmail.com> 1.7-2
5f9ae6
- Add LICENSE and NOTICE files.
5f9ae6
5f9ae6
* Tue Oct 23 2012 Alexander Kurtakov <akurtako@redhat.com> 1.7-1
5f9ae6
- Update to latest upstream.
5f9ae6
5f9ae6
* Tue Aug 21 2012 Tomas Radej <tradej@redhat.com> - 1.6-1
5f9ae6
- Updated to v1.6
5f9ae6
5f9ae6
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-7
5f9ae6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
5f9ae6
5f9ae6
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-6
5f9ae6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
5f9ae6
5f9ae6
* Thu Jun 9 2011 Alexander Kurtakov <akurtako@redhat.com> 1.5-5
5f9ae6
- Build with maven 3.x.
5f9ae6
- Use upstream source.
5f9ae6
- Guidelines fixes.
5f9ae6
5f9ae6
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-4
5f9ae6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
5f9ae6
5f9ae6
* Wed Jul 21 2010 Weinan Li <weli@redhat.com> -1.5-3
5f9ae6
- R: maven-shared-invoker
5f9ae6
- R: maven-shared-reporting-api
5f9ae6
- R: maven-shared-reporting-impl
5f9ae6
- Remove BR: maven2-plugin-changes
5f9ae6
- Add BR: maven-shared-invoker
5f9ae6
5f9ae6
* Mon Jun 7 2010 Weinan Li <weli@redhat.com> - 1.5-2
5f9ae6
- Fix incoherent version in changelog
5f9ae6
- BR: maven-javadoc-plugin
5f9ae6
5f9ae6
* Thu Jun 3 2010 Weinan Li <weli@redhat.com> - 1.5-1
5f9ae6
- Initial Package