2010-05-19 03:48:13 +00:00
|
|
|
Name: maven-resources-plugin
|
2020-08-11 19:42:29 +00:00
|
|
|
Version: 3.2.0
|
2021-01-26 19:28:27 +00:00
|
|
|
Release: 2%{?dist}
|
2010-05-19 03:48:13 +00:00
|
|
|
Summary: Maven Resources Plugin
|
|
|
|
License: ASL 2.0
|
2020-08-11 19:42:29 +00:00
|
|
|
|
|
|
|
URL: https://maven.apache.org/plugins/maven-resources-plugin
|
|
|
|
Source0: https://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
|
|
|
|
|
|
|
BuildArch: noarch
|
2010-05-19 03:48:13 +00:00
|
|
|
|
2013-08-12 16:07:29 +00:00
|
|
|
BuildRequires: maven-local
|
|
|
|
BuildRequires: mvn(commons-io:commons-io)
|
2020-08-11 19:42:29 +00:00
|
|
|
BuildRequires: mvn(junit:junit)
|
|
|
|
BuildRequires: mvn(org.apache.commons:commons-lang3)
|
|
|
|
BuildRequires: mvn(org.apache.maven.plugin-testing:maven-plugin-testing-harness)
|
|
|
|
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:)
|
|
|
|
BuildRequires: mvn(org.apache.maven.shared:maven-filtering) >= 3.2.0
|
|
|
|
BuildRequires: mvn(org.apache.maven:maven-compat)
|
2013-08-12 16:07:29 +00:00
|
|
|
BuildRequires: mvn(org.apache.maven:maven-core)
|
|
|
|
BuildRequires: mvn(org.apache.maven:maven-model)
|
|
|
|
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
2020-08-11 19:42:29 +00:00
|
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-component-annotations)
|
2013-08-12 16:07:29 +00:00
|
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-interpolation)
|
|
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
2020-08-11 19:42:29 +00:00
|
|
|
BuildRequires: mvn(org.eclipse.aether:aether-api)
|
|
|
|
BuildRequires: mvn(org.eclipse.sisu:org.eclipse.sisu.plexus)
|
2010-05-19 03:48:13 +00:00
|
|
|
|
|
|
|
%description
|
2011-06-23 09:43:26 +00:00
|
|
|
The Resources Plugin handles the copying of project resources
|
2010-05-19 03:48:13 +00:00
|
|
|
to the output directory.
|
|
|
|
|
2020-08-11 19:42:29 +00:00
|
|
|
|
2010-05-19 03:48:13 +00:00
|
|
|
%package javadoc
|
|
|
|
Summary: Javadoc for %{name}
|
|
|
|
|
|
|
|
%description javadoc
|
|
|
|
API documentation for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2018-05-02 08:50:41 +00:00
|
|
|
%setup -q
|
2010-05-19 03:48:13 +00:00
|
|
|
|
2020-08-11 19:42:29 +00:00
|
|
|
|
2010-05-19 03:48:13 +00:00
|
|
|
%build
|
2020-08-11 19:42:29 +00:00
|
|
|
%mvn_build
|
|
|
|
|
2010-05-19 03:48:13 +00:00
|
|
|
|
|
|
|
%install
|
2013-08-12 14:07:55 +00:00
|
|
|
%mvn_install
|
2010-05-19 03:48:13 +00:00
|
|
|
|
2020-08-11 19:42:29 +00:00
|
|
|
|
2013-08-12 14:07:55 +00:00
|
|
|
%files -f .mfiles
|
2018-07-31 14:12:38 +00:00
|
|
|
%license LICENSE NOTICE
|
2010-05-19 03:48:13 +00:00
|
|
|
|
2013-08-12 14:07:55 +00:00
|
|
|
%files javadoc -f .mfiles-javadoc
|
2018-07-31 14:12:38 +00:00
|
|
|
%license LICENSE NOTICE
|
2010-05-19 03:48:13 +00:00
|
|
|
|
2020-08-11 19:42:29 +00:00
|
|
|
|
2010-05-19 03:48:13 +00:00
|
|
|
%changelog
|
2021-01-26 19:28:27 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-08-11 19:42:29 +00:00
|
|
|
* Tue Aug 11 2020 Fabio Valentini <decathorpe@gmail.com> - 3.2.0-1
|
|
|
|
- Update to version 3.2.0.
|
|
|
|
|
2020-07-28 07:05:35 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-10 11:55:50 +00:00
|
|
|
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 3.1.0-7
|
|
|
|
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
|
|
|
|
2020-01-29 12:20:56 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-25 16:09:31 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-01 09:56:53 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-31 14:12:38 +00:00
|
|
|
* Tue Jul 31 2018 Michael Simacek <msimacek@redhat.com> - 3.1.0-3
|
|
|
|
- Install license file
|
|
|
|
|
2018-07-13 09:59:24 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-05-02 08:50:41 +00:00
|
|
|
* Wed May 02 2018 Michael Simacek <msimacek@redhat.com> - 3.1.0-1
|
|
|
|
- Update to upstream version 3.1.0
|
|
|
|
|
2018-02-08 01:22:00 +00:00
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-07-26 21:06:43 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 20:41:36 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-12-08 15:03:32 +00:00
|
|
|
* Thu Dec 8 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.2-1
|
|
|
|
- Update to upstream version 3.0.2
|
|
|
|
|
2016-06-13 06:41:42 +00:00
|
|
|
* Mon Jun 13 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.1-1
|
|
|
|
- Update to upstream version 3.0.1
|
|
|
|
|
2016-05-09 04:48:41 +00:00
|
|
|
* Mon May 9 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-1
|
|
|
|
- Update to upstream version 3.0.0
|
|
|
|
|
2016-02-04 05:06:58 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.7-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 19:47:20 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-10-14 07:34:15 +00:00
|
|
|
* Tue Oct 14 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.7-2
|
|
|
|
- Remove legacy Obsoletes/Provides for maven2 plugin
|
|
|
|
|
2014-10-03 08:10:24 +00:00
|
|
|
* Fri Oct 3 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.7-1
|
|
|
|
- Update to upstream version 2.7
|
|
|
|
|
2014-08-04 04:51:54 +00:00
|
|
|
* Mon Aug 4 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.6-9
|
|
|
|
- Fix build-requires on parent POM
|
|
|
|
|
2014-06-07 08:35:15 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-03-04 08:05:26 +00:00
|
|
|
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.6-7
|
|
|
|
- Use Requires: java-headless rebuild (#1067528)
|
|
|
|
|
2013-08-12 16:07:29 +00:00
|
|
|
* Mon Aug 12 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.6-6
|
|
|
|
- Update to current packaging guidelines
|
|
|
|
|
2013-08-12 14:07:55 +00:00
|
|
|
* Mon Aug 12 2013 Alexander Kurtakov <akurtako@redhat.com> 2.6-5
|
|
|
|
- Build using xmvn.
|
|
|
|
|
2013-08-03 09:40:00 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-02-14 06:35:10 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-02-06 19:25:56 +00:00
|
|
|
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 2.6-2
|
|
|
|
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
|
|
|
- Replace maven BuildRequires with maven-local
|
|
|
|
|
2012-10-23 18:50:56 +00:00
|
|
|
* Tue Oct 23 2012 Alexander Kurtakov <akurtako@redhat.com> 2.6-1
|
|
|
|
- Update to latest upstream.
|
|
|
|
|
2012-07-19 23:40:00 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-13 09:30:45 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-09-06 07:26:01 +00:00
|
|
|
* Tue Sep 06 2011 Tomas Radej <tradej@redhat.com> - 2.5-4
|
|
|
|
- Fixed dependency on plexus-container-default
|
|
|
|
|
2011-08-30 08:48:38 +00:00
|
|
|
* Tue Aug 30 2011 Tomas Radej <tradej@redhat.com> - 2.5-3
|
|
|
|
- Added changelog
|
|
|
|
|
2011-08-22 07:53:04 +00:00
|
|
|
* Mon Aug 29 2011 Tomas Radej <tradej@redhat.com> - 2.5-1
|
|
|
|
- Update to 2.5
|
|
|
|
- Guideline fixes
|
|
|
|
- Added maven-filtering dep
|
|
|
|
|
2011-06-23 09:43:26 +00:00
|
|
|
* Thu Jun 23 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.4.3-4
|
2011-06-24 16:02:09 +00:00
|
|
|
- Add several packages to BR/R as stated in pom.xml
|
2011-06-23 09:43:26 +00:00
|
|
|
|
2011-06-21 06:50:12 +00:00
|
|
|
* Tue Jun 21 2011 Alexander Kurtakov <akurtako@redhat.com> 2.4.3-3
|
|
|
|
- Build with maven 3.
|
|
|
|
|
2011-02-08 16:02:10 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-09-09 07:53:35 +00:00
|
|
|
*Thu Sep 09 2010 Pierre-Yves Chibon <pingou@pingoured.fr> - 2.4.3-1
|
|
|
|
- Update to 2.4.3
|
|
|
|
|
2010-05-21 02:52:04 +00:00
|
|
|
* Fri May 21 2010 Hui Wang <huwang@redhat.com> - 2.2-6
|
|
|
|
- delete duplicate maven2-plugin-jar
|
|
|
|
- delete source1
|
|
|
|
|
2010-05-20 07:14:51 +00:00
|
|
|
* Tue May 20 2010 Hui Wang <huwang@redhat.com> - 2.2-5
|
2011-06-23 09:43:26 +00:00
|
|
|
- Add maven-resources-plugin-demap.xml
|
2010-05-20 07:14:51 +00:00
|
|
|
- Set maven test ignore
|
|
|
|
|
|
|
|
* Wed May 19 2010 Hui Wang <huwang@redhat.com> - 2.2-4
|
|
|
|
- Add missing obsoletes/provides
|
|
|
|
|
|
|
|
* Wed May 19 2010 Hui Wang <huwang@redhat.com> - 2.2-3
|
|
|
|
- Add missing BR:maven-shared-reporting-impl
|
|
|
|
|
2010-05-19 03:48:13 +00:00
|
|
|
* Mon May 17 2010 Hui Wang <huwang@redhat.com> - 2.2-2
|
|
|
|
- Fixed install -pm 644 pom.xml
|
2010-05-20 07:14:51 +00:00
|
|
|
|
2010-05-19 03:48:13 +00:00
|
|
|
* Thu May 13 2010 Hui Wang <huwang@redhat.com> - 2.2-1
|
2010-09-09 07:53:35 +00:00
|
|
|
- Initial version of the package
|
2020-08-11 19:42:29 +00:00
|
|
|
|