From 34a9c4e997e8bed3917d572608527d73300c4bfa Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 31 2016 08:42:09 +0000 Subject: import rh-maven33-maven-plugins-pom-23-7.12.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2cb74da --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/maven-plugins-23-source-release.zip diff --git a/.rh-maven33-maven-plugins-pom.metadata b/.rh-maven33-maven-plugins-pom.metadata new file mode 100644 index 0000000..3ccafa7 --- /dev/null +++ b/.rh-maven33-maven-plugins-pom.metadata @@ -0,0 +1 @@ +56f77e2562a693e0d7c685ec7a7c14f313743360 SOURCES/maven-plugins-23-source-release.zip diff --git a/README.md b/README.md deleted file mode 100644 index 98f42b4..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/maven-plugins-pom.spec b/SPECS/maven-plugins-pom.spec new file mode 100644 index 0000000..36bedb2 --- /dev/null +++ b/SPECS/maven-plugins-pom.spec @@ -0,0 +1,106 @@ +%global pkg_name maven-plugins-pom +%{?scl:%scl_package %{pkg_name}} +%{?maven_find_provides_and_requires} + +%global short_name maven-plugins + +Name: %{?scl_prefix}%{pkg_name} +Version: 23 +Release: 7.12%{?dist} +Summary: Maven Plugins POM +BuildArch: noarch +License: ASL 2.0 +URL: http://maven.apache.org/plugins/ +Source: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/%{short_name}/%{version}/%{short_name}-%{version}-source-release.zip + +BuildRequires: %{?scl_prefix}maven-local +BuildRequires: %{?scl_prefix}maven-parent +BuildRequires: %{?scl_prefix}maven-plugin-plugin + +%description +This package provides Maven Plugins parent POM used by different +Apache Maven plugins. + +%prep +%setup -q -n %{short_name}-%{version} +%{?scl:scl enable %{scl} - <<"EOF"} +set -e -x +# Enforcer plugin is used to ban plexus-component-api. +%pom_remove_plugin :maven-enforcer-plugin +%{?scl:EOF} + +%build +%{?scl:scl enable %{scl} - <<"EOF"} +set -e -x +%mvn_build +%{?scl:EOF} + +%install +%{?scl:scl enable %{scl} - <<"EOF"} +set -e -x +%mvn_install +%{?scl:EOF} + +%files -f .mfiles +%dir %{_mavenpomdir}/%{pkg_name} +%doc LICENSE NOTICE + +%changelog +* Mon Feb 08 2016 Michal Srb - 23-7.12 +- Fix BR on maven-local & co. + +* Mon Jan 11 2016 Michal Srb - 23-7.11 +- maven33 rebuild #2 + +* Sat Jan 09 2016 Michal Srb - 23-7.10 +- maven33 rebuild + +* Thu Jan 15 2015 Michal Srb - 23-7.9 +- Fix directory ownership + +* Tue Jan 13 2015 Michael Simacek - 23-7.8 +- Mass rebuild 2015-01-13 + +* Tue Jan 06 2015 Michael Simacek - 23-7.7 +- Mass rebuild 2015-01-06 + +* Mon May 26 2014 Mikolaj Izdebski - 23-7.6 +- Mass rebuild 2014-05-26 + +* Wed Feb 19 2014 Mikolaj Izdebski - 23-7.5 +- Mass rebuild 2014-02-19 + +* Tue Feb 18 2014 Mikolaj Izdebski - 23-7.4 +- Mass rebuild 2014-02-18 + +* Mon Feb 17 2014 Mikolaj Izdebski - 23-7.3 +- Add missing BR: maven-parent, maven-plugin-plugin + +* Thu Feb 13 2014 Mikolaj Izdebski - 23-7.2 +- Rebuild to regenerate auto-requires + +* Tue Feb 11 2014 Mikolaj Izdebski - 23-7.1 +- First maven30 software collection build + +* Fri Dec 27 2013 Daniel Mach - 23-7 +- Mass rebuild 2013-12-27 + +* Thu Feb 14 2013 Fedora Release Engineering - 23-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Feb 06 2013 Java SIG - 23-5 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + +* Fri Jan 4 2013 Mikolaj Izdebski - 23-4 +- Disable maven-enforcer-plugin +- Build with xmvn + +* Thu Nov 15 2012 Mikolaj Izdebski - 23-3 +- Add missing R: maven-enforcer-plugin + +* Fri Nov 2 2012 Mikolaj Izdebski - 23-2 +- Install license files + +* Wed Oct 31 2012 Mikolaj Izdebski - 23-1 +- Initial packaging