Sync from SUSE:SLFO:Main apache-parent revision b25c5e02e13120d7f878d6d3c9db8828
This commit is contained in:
commit
0812ad01a3
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
BIN
apache-31-source-release.zip
(Stored with Git LFS)
Normal file
BIN
apache-31-source-release.zip
(Stored with Git LFS)
Normal file
Binary file not shown.
17
apache-31-source-release.zip.asc
Normal file
17
apache-31-source-release.zip.asc
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQJLBAABCgA1FiEEhHidJN93oyQzzh8HnrgOkushNbEFAmVMCF8XHHNqYXJhbm93
|
||||||
|
c2tpQGFwYWNoZS5vcmcACgkQnrgOkushNbGPpBAA06EJJRdipDWqp0M+JZ7YBbMX
|
||||||
|
JiMU9jR42QlrZzsjwFHAgwSraImHJGPtMchBYgvPId+Zrpz/0V4bEEdwo8AB0Ibw
|
||||||
|
FS41RqpOIxoe6u7xbO2jEcjhx3ZORRt+/zyEZYip+92Ym8uaLEMcg4Lb0E/qTMqK
|
||||||
|
tIpBz5qxZxJhWZJWkABriDtZRMcMQhoahnNo0OsP4Rsdg15pUX+GAEzlpybuqauJ
|
||||||
|
0y/xHAWn23AGUmdStYS1JY6XGm0a1Y2KX5/eEh4gpk+oRICt11oUYQoLIR5IUbrx
|
||||||
|
ty8XFxcWba2uHO5x0FPinlqc5Qv6zx1UgmSbSYNvdIcH1/qC0auPMWZOgyUGWn3q
|
||||||
|
YOwWrIAS8mvjIXop9Oxj7RQ8LlUNu3HsL7FVyM1VlaJBz/oKiuvVFW4AIadxkNCQ
|
||||||
|
a2+LG5hUlXm/TSjk5C8125uzS3eVyTm+hbGPa701GafAf30jz0LeyJ2mYoLQrmEg
|
||||||
|
IMnSYGm1CYiD1HaltjiCCROkMUYEATHT4hpi9OwaHCxuvwy8eRii6AzcmRJi+VjA
|
||||||
|
gVA6hPXVPXthZJ0Cr04fwMMYkUJ4Lc39cLymmOynIKvooHHnS/hfFUU5QVSCHdNM
|
||||||
|
LujIYs4JUl+4f17GX089XM2UE6BopXvp+i4QYRlK7LjvSoL8eIkUIxUNpTwM3yPu
|
||||||
|
/AZBL5lG9zXUvCkv7hA=
|
||||||
|
=TAKZ
|
||||||
|
-----END PGP SIGNATURE-----
|
51
apache-parent.changes
Normal file
51
apache-parent.changes
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 19 21:30:26 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- update to 31:
|
||||||
|
* New Feature
|
||||||
|
+ MPOM-440: Add maven-checkstyle-plugin to pluginManagement
|
||||||
|
* Improvement
|
||||||
|
+ MPOM-399: Set minimalMavenBuildVersion to 3.6.3 - the minimum
|
||||||
|
used by plugins
|
||||||
|
+ MPOM-378: Using an SPDX identifier as the license name is
|
||||||
|
recommended by Maven
|
||||||
|
+ MPOM-289: Use properties to define the versions of plugins
|
||||||
|
* Bug
|
||||||
|
+ MPOM-386: update documentation for previous changes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 5 10:36:50 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 28:
|
||||||
|
* [MPOM-345] - Respect property assembly.tarLongFileMode
|
||||||
|
* [MPOM-347] - Allow custom Release Distribution Repository
|
||||||
|
* [MPOM-323] Upgrade fluido skin to 1.11.0 by @slawekjaranowski in #86
|
||||||
|
* [MPOM-322] Add ASF Data Privacy by @slawekjaranowski in #85
|
||||||
|
* [MPOM-333] Drop outdated maven-docck-plugin from pluginManagement
|
||||||
|
* [MPOM-334] Upgrade fluido skin to 1.11.1 by @slawekjaranowski in #90
|
||||||
|
* [MPOM-305] Set minimum enforced Maven version to 3.2.5
|
||||||
|
* [MPOM-288] - Update m-plugin-p to 3.6.4 by @kwin in #63
|
||||||
|
* [MPOM-287] - Disable m2e warning for m-remote-resource-p:process
|
||||||
|
* [MPOM-209]. Corrected Jira URL. by @ofarganc in #3
|
||||||
|
* [MPOM-251] update minimum version to 3.1.1 by @elharo in #20
|
||||||
|
* [MNGSITE-393] assume Maven 3 by @elharo in #21
|
||||||
|
* [MPOM-256] Remove outdated clirr-maven-plugin by @slachiewicz in #27
|
||||||
|
* [MPOM-260] simplify m-javadoc-p configuration by @hboutemy in #34
|
||||||
|
* [MPOM-243] configure release profile with dedicated parameter by @kwin
|
||||||
|
* [MPOM-244] upload SHA-512 only for source-release to staging repo by
|
||||||
|
* [MPOM-263] enforce minimum Java build version 8 by @kwin in #46
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 23 20:52:46 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
- SPEC file: Fixed URL tag
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 6 09:33:45 UTC 2021 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
- Check upstream source signature
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 23 18:09:14 UTC 2018 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Initial packaging of apache-parent
|
4507
apache-parent.keyring
Normal file
4507
apache-parent.keyring
Normal file
File diff suppressed because it is too large
Load Diff
59
apache-parent.spec
Normal file
59
apache-parent.spec
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
#
|
||||||
|
# spec file for package apache-parent
|
||||||
|
#
|
||||||
|
# Copyright (c) 2024 SUSE LLC
|
||||||
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
Name: apache-parent
|
||||||
|
Version: 31
|
||||||
|
Release: 0
|
||||||
|
Summary: Parent POM file for Apache projects
|
||||||
|
License: Apache-2.0
|
||||||
|
Group: Development/Libraries/Java
|
||||||
|
URL: https://github.com/apache/maven-apache-parent
|
||||||
|
Source0: https://repo1.maven.org/maven2/org/apache/apache/%{version}/apache-%{version}-source-release.zip
|
||||||
|
Source1: https://repo1.maven.org/maven2/org/apache/apache/%{version}/apache-%{version}-source-release.zip.asc
|
||||||
|
Source2: https://downloads.apache.org/maven/KEYS#/%{name}.keyring
|
||||||
|
BuildRequires: javapackages-local
|
||||||
|
BuildRequires: unzip
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
%description
|
||||||
|
This package contains the parent pom file for apache projects.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n apache-%{version}
|
||||||
|
|
||||||
|
%pom_remove_plugin :maven-site-plugin
|
||||||
|
%pom_remove_plugin :maven-remote-resources-plugin
|
||||||
|
%pom_remove_plugin :maven-enforcer-plugin
|
||||||
|
|
||||||
|
%install
|
||||||
|
# pom
|
||||||
|
install -dm 755 %{buildroot}%{_mavenpomdir}
|
||||||
|
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom
|
||||||
|
%add_maven_depmap %{name}.pom
|
||||||
|
|
||||||
|
%files
|
||||||
|
%license LICENSE
|
||||||
|
%doc NOTICE
|
||||||
|
%{_mavenpomdir}/*
|
||||||
|
%if %{defined _maven_repository}
|
||||||
|
%{_mavendepmapfragdir}/%{name}
|
||||||
|
%else
|
||||||
|
%{_datadir}/maven-metadata/%{name}.xml*
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%changelog
|
Loading…
Reference in New Issue
Block a user