import maven-plugins-pom-28-7.module+el8+2598+06babf2e
This commit is contained in:
commit
4c9bcc0771
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
SOURCES/maven-plugins-28-source-release.zip
|
1
.maven-plugins-pom.metadata
Normal file
1
.maven-plugins-pom.metadata
Normal file
@ -0,0 +1 @@
|
||||
72ec7a3308eee4d9b60ab0b2aa5608ba48178537 SOURCES/maven-plugins-28-source-release.zip
|
107
SPECS/maven-plugins-pom.spec
Normal file
107
SPECS/maven-plugins-pom.spec
Normal file
@ -0,0 +1,107 @@
|
||||
%global short_name maven-plugins
|
||||
|
||||
Name: %{short_name}-pom
|
||||
Version: 28
|
||||
Release: 7%{?dist}
|
||||
Summary: Maven Plugins POM
|
||||
License: ASL 2.0
|
||||
URL: http://maven.apache.org/plugins/
|
||||
BuildArch: noarch
|
||||
|
||||
Source: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/%{short_name}/%{version}/%{short_name}-%{version}-source-release.zip
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(org.apache.maven:maven-parent:pom:)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
||||
|
||||
%description
|
||||
This package provides Maven Plugins parent POM used by different
|
||||
Apache Maven plugins.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{short_name}-%{version}
|
||||
# Enforcer plugin is used to ban plexus-component-api.
|
||||
%pom_remove_plugin :maven-enforcer-plugin
|
||||
# maven-scm-publish-plugin is not usable in Fedora.
|
||||
%pom_remove_plugin :maven-scm-publish-plugin
|
||||
%pom_remove_plugin :maven-site-plugin
|
||||
|
||||
%build
|
||||
%mvn_build
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%doc LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 28-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 28-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 28-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Jul 15 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 28-4
|
||||
- Remove BR on maven-site-plugin
|
||||
|
||||
* Wed Jun 15 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 28-3
|
||||
- Regenerate build-requires
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 28-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Mon Oct 12 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 28-1
|
||||
- Update to upstream version 28
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 27-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Thu Feb 5 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 27-2
|
||||
- Add missing BR on maven-site-plugin
|
||||
|
||||
* Mon Nov 17 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 27-1
|
||||
- Update to upstream version 27
|
||||
|
||||
* Thu Oct 23 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 26-1
|
||||
- Update to upstream version 26
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 25-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Wed May 28 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 25-2
|
||||
- Rebuild to regenerate Maven auto-requires
|
||||
|
||||
* Wed Apr 2 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 25-1
|
||||
- Update to upstream version 25
|
||||
|
||||
* Mon Mar 10 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 24-1
|
||||
- Update to upstream version 24
|
||||
- Disable maven-scm-publish-plugin
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 23-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 23-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 23-5
|
||||
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
||||
- Replace maven BuildRequires with maven-local
|
||||
|
||||
* Fri Jan 4 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 23-4
|
||||
- Disable maven-enforcer-plugin
|
||||
- Build with xmvn
|
||||
|
||||
* Thu Nov 15 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 23-3
|
||||
- Add missing R: maven-enforcer-plugin
|
||||
|
||||
* Fri Nov 2 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 23-2
|
||||
- Install license files
|
||||
|
||||
* Wed Oct 31 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 23-1
|
||||
- Initial packaging
|
Loading…
Reference in New Issue
Block a user