forked from pool/apache-parent
This commit is contained in:
parent
a94bc95ea1
commit
cd70367d9b
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -26,7 +26,6 @@ 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
|
||||
@ -43,7 +42,7 @@ This package contains the parent pom file for apache projects.
|
||||
|
||||
%install
|
||||
# pom
|
||||
install -d -m 755 %{buildroot}%{_mavenpomdir}
|
||||
install -dm 755 %{buildroot}%{_mavenpomdir}
|
||||
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom
|
||||
%add_maven_depmap %{name}.pom
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user