6738dd
Name:           maven-reporting-impl
6738dd
Version:        3.0.0
6738dd
Release:        4%{?dist}
6738dd
Summary:        Abstract classes to manage report generation
6738dd
License:        ASL 2.0
6738dd
URL:            http://maven.apache.org/shared/%{name}
6738dd
BuildArch:      noarch
6738dd
6738dd
Source0:        http://repo1.maven.org/maven2/org/apache/maven/reporting/%{name}/%{version}/%{name}-%{version}-source-release.zip
6738dd
6738dd
Patch0:         0001-Remove-dependency-on-junit-addons.patch
6738dd
6738dd
BuildRequires:  maven-local
6738dd
BuildRequires:  mvn(junit:junit)
6738dd
BuildRequires:  mvn(org.apache.maven.doxia:doxia-core)
6738dd
BuildRequires:  mvn(org.apache.maven.doxia:doxia-decoration-model)
6738dd
BuildRequires:  mvn(org.apache.maven.doxia:doxia-sink-api)
6738dd
BuildRequires:  mvn(org.apache.maven.doxia:doxia-site-renderer)
6738dd
BuildRequires:  mvn(org.apache.maven:maven-core)
6738dd
BuildRequires:  mvn(org.apache.maven:maven-plugin-api)
6738dd
BuildRequires:  mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
6738dd
BuildRequires:  mvn(org.apache.maven.reporting:maven-reporting-api)
6738dd
BuildRequires:  mvn(org.apache.maven.shared:maven-shared-components:pom:)
6738dd
BuildRequires:  mvn(org.apache.maven.shared:maven-shared-utils)
6738dd
BuildRequires:  mvn(org.codehaus.plexus:plexus-utils)
6738dd
6738dd
%description
6738dd
Abstract classes to manage report generation, which can be run both:
6738dd
6738dd
* as part of a site generation (as a maven-reporting-api's MavenReport),
6738dd
* or as a direct standalone invocation (as a maven-plugin-api's Mojo).
6738dd
6738dd
This is a replacement package for maven-shared-reporting-impl
6738dd
6738dd
%package javadoc
6738dd
Summary:        Javadoc for %{name}
6738dd
    
6738dd
%description javadoc
6738dd
API documentation for %{name}.
6738dd
6738dd
%prep
6738dd
%setup -q
6738dd
%patch0 -p1
6738dd
6738dd
# integration tests try to download stuff from the internet
6738dd
# and therefore they don't work in Koji
6738dd
%pom_remove_plugin :maven-invoker-plugin
6738dd
6738dd
%build
6738dd
%mvn_build
6738dd
6738dd
%install
6738dd
%mvn_install
6738dd
6738dd
%files -f .mfiles
6738dd
%doc LICENSE NOTICE
6738dd
6738dd
%files javadoc -f .mfiles-javadoc
6738dd
%doc LICENSE NOTICE
6738dd
6738dd
%changelog
6738dd
* Tue Jul 17 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-4
6738dd
- Remove legacy obsoletes/provides
6738dd
- Remove dependency on junit-addons
6738dd
- Remove build-dependency on maven-invoker-plugin
6738dd
6738dd
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-3
6738dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
6738dd
6738dd
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-2
6738dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
6738dd
6738dd
* Tue Sep 12 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-1
6738dd
- Update to upstream version 3.0.0
6738dd
6738dd
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-4
6738dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
6738dd
6738dd
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-3
6738dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
6738dd
6738dd
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-2
6738dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
6738dd
6738dd
* Wed Jul 08 2015 Michal Srb <msrb@redhat.com> - 2.4-1
6738dd
- Update to upstream version 2.4
6738dd
- Fix BR
6738dd
6738dd
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-2
6738dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
6738dd
6738dd
* Tue Sep 16 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3-1
6738dd
- Update to upstream version 2.3
6738dd
6738dd
* Mon Aug  4 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2-11
6738dd
- Fix build-requires on parent POM
6738dd
- Port to Doxia 1.6
6738dd
6738dd
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2-10
6738dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
6738dd
6738dd
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.2-9
6738dd
- Use Requires: java-headless rebuild (#1067528)
6738dd
6738dd
* Wed Feb 19 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2-8
6738dd
- Fix unowned directory
6738dd
6738dd
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2-7
6738dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
6738dd
6738dd
* Mon Apr  8 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2-6
6738dd
- Add missing BuildRequires
6738dd
6738dd
* Mon Apr  8 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2-5
6738dd
- Skip running tests outsides Fedora
6738dd
6738dd
* Tue Feb 19 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2-4
6738dd
- Build with xmvn
6738dd
6738dd
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 2.2-3
6738dd
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
6738dd
- Replace maven BuildRequires with maven-local
6738dd
6738dd
* Tue Feb 05 2013 Michal Srb <msrb@redhat.com> - 2.2-2
6738dd
- Migrate from maven-doxia to doxia subpackages
6738dd
6738dd
* Fri Jan 11 2013 Tomas Radej <tradej@redhat.com> - 2.2-1
6738dd
- Initial version
6738dd