6
0
forked from pool/maven-parent

Compare commits

...

10 Commits

Author SHA256 Message Date
be68f81883 Accepting request 1206239 from Java:packages
version 43

OBS-URL: https://build.opensuse.org/request/show/1206239
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maven-parent?expand=0&rev=4
2024-10-08 15:24:45 +00:00
59df93e37b OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-parent?expand=0&rev=16 2024-10-08 06:59:29 +00:00
554e0adb5f OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-parent?expand=0&rev=15 2024-10-06 20:14:56 +00:00
78fcab743f OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-parent?expand=0&rev=14 2024-10-06 19:59:51 +00:00
d384dc446d Accepting request 1140888 from Java:packages
sync with sle15sp2

OBS-URL: https://build.opensuse.org/request/show/1140888
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maven-parent?expand=0&rev=3
2024-01-23 21:57:18 +00:00
1aa0d3b4c0 OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-parent?expand=0&rev=12 2024-01-23 10:57:59 +00:00
24a00cc71d Accepting request 1109288 from Java:packages
version 40

OBS-URL: https://build.opensuse.org/request/show/1109288
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maven-parent?expand=0&rev=2
2023-09-06 17:00:12 +00:00
07c00e5202 OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-parent?expand=0&rev=10 2023-09-06 13:16:45 +00:00
ca249d6b5d OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-parent?expand=0&rev=9 2023-09-05 07:33:14 +00:00
8333e6898f OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-parent?expand=0&rev=8 2023-09-05 07:05:10 +00:00
4 changed files with 69 additions and 11 deletions

BIN
maven-parent-40-source-release.zip (Stored with Git LFS)

Binary file not shown.

BIN
maven-parent-43-source-release.zip (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,57 @@
-------------------------------------------------------------------
Tue Oct 8 06:49:27 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Upgrade to Apache Maven parent POM version 43
* Breaking changes
+ Remove dependency on maven-plugin-annotations to better
support Maven 4 plugins
+ Remove checkstyle.violation.ignore
* Bug
+ MPOM-449: Remove the leading "1." from source/target
properties
* Improvement
+ MPOM-426: downgrade plexus-xml to 3.0.0; 4.0.0 is incompatible
with Maven 3
+ MPOM-429: Support development with Java 21
(palantirJavaFormat)
+ MPOM-443: Skip empty surefire reports
+ MPOM-447: activate javac's release flag when building with JDK
supporting that feature
+ MPOM-453: Disable annotation processing by compiler
+ MPOM-454: Warning about usage of deprecated API by compiler
+ MPOM-477: Skip empty PMD reports
+ MPOM-478: Remove manually maintained history from site
+ MPOM-483: Make a separate module for documentation
+ Skip render empty taglist report (#193) @slawekjaranowski
+ MNG-8158: Adding name to empty components section in shared
site left nav
+ Introduce property for maven-shared-resources version
* Task
+ MPOM-427: use version.artifactId property for dependency
versions (like plugins)
+ MPOM-436: Remove quality-checks profile with maven-docck-plugin
+ MPOM-445: Use maven-checkstyle-plugin version from parent
+ MPOM-482: Publish site descriptor with new parent
-------------------------------------------------------------------
Tue Jan 23 10:57:50 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Version Provides/Obsoletes to sync with SLE
-------------------------------------------------------------------
Wed Sep 6 13:13:24 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- Upgrade to Apache Maven parent POM version 40
* Besides maven-parent, it provides now also the following pom
artifacts:
+ doxia-tools
+ maven-extensions
+ maven-plugins
+ maven-shared-components
+ maven-skins
* Obsoletes and provides the maven-plugins-pom and maven-shared
packages
-------------------------------------------------------------------
Sat Feb 9 06:14:30 UTC 2019 - Fridrich Strba <fstrba@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package maven-parent
#
# Copyright (c) 2023 SUSE LLC
# 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
@@ -17,7 +17,7 @@
Name: maven-parent
Version: 40
Version: 43
Release: 0
Summary: Apache Maven parent POM
License: Apache-2.0
@@ -28,8 +28,10 @@ BuildRequires: apache-parent
BuildRequires: javapackages-local >= 6
BuildRequires: unzip
Requires: apache-parent
Obsoletes: maven-plugins-pom
Provides: maven-plugins-pom
Obsoletes: maven-plugins-pom < %{version}-%{release}
Provides: maven-plugins-pom = %{version}-%{release}
Obsoletes: maven-shared < %{version}-%{release}
Provides: maven-shared = %{version}-%{release}
BuildArch: noarch
%description
@@ -37,12 +39,14 @@ Apache Maven parent POM file used by other Maven projects.
%prep
%setup -q
%pom_remove_plugin :maven-enforcer-plugin
%pom_remove_plugin :maven-checkstyle-plugin
%pom_remove_plugin :apache-rat-plugin
%pom_remove_plugin :spotless-maven-plugin
%pom_remove_plugin -r :maven-enforcer-plugin
%pom_remove_plugin -r :maven-checkstyle-plugin
%pom_remove_plugin -r :apache-rat-plugin
%pom_remove_plugin -r :spotless-maven-plugin
%pom_remove_plugin -r :maven-scm-publish-plugin
%pom_remove_dep :junit-bom
%build
%install