Re: [PR] Bump org.testcontainers:testcontainers-bom from 1.20.0 to 1.20.1 [maven-build-cache-extension]

2024-08-10 Thread via GitHub
dependabot[bot] merged PR #168: URL: https://github.com/apache/maven-build-cache-extension/pull/168 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issu

Re: [PR] Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0 [maven-build-cache-extension]

2024-08-10 Thread via GitHub
dependabot[bot] merged PR #169: URL: https://github.com/apache/maven-build-cache-extension/pull/169 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issu

Re: [PR] Bump org.apache.maven.resolver:maven-resolver-transport-http from 1.9.21 to 1.9.22 [maven-build-cache-extension]

2024-08-10 Thread via GitHub
dependabot[bot] merged PR #170: URL: https://github.com/apache/maven-build-cache-extension/pull/170 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issu

[jira] [Commented] (MNG-8196) Make exception messages match Maven 3 again

2024-08-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872632#comment-17872632 ] ASF GitHub Bot commented on MNG-8196: - gnodet commented on code in PR #1628: URL: https

Re: [PR] [MNG-8196] Make exception messages match Maven 3 again [maven]

2024-08-10 Thread via GitHub
gnodet commented on code in PR #1628: URL: https://github.com/apache/maven/pull/1628#discussion_r1712795232 ## maven-core/src/main/java/org/apache/maven/plugin/DefaultBuildPluginManager.java: ## @@ -143,7 +143,7 @@ public void executeMojo(MavenSession session, MojoExecution moj

[jira] [Closed] (MNG-8132) Dependency-management "client" exclusions overwrite BOM exclusions

2024-08-10 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MNG-8132. Resolution: Fixed > Dependency-management "client" exclusions overwrite BOM exclusions >

[jira] [Commented] (MNG-8132) Dependency-management "client" exclusions overwrite BOM exclusions

2024-08-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872630#comment-17872630 ] ASF GitHub Bot commented on MNG-8132: - gnodet merged PR #1622: URL: https://github.com/

Re: [PR] [MNG-8132] Fix BOM dependency exclusions [maven]

2024-08-10 Thread via GitHub
gnodet merged PR #1622: URL: https://github.com/apache/maven/pull/1622 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.o

[jira] [Commented] (MNG-7344) Effective pom should contain more finegrained details regarding its content origin: track dependencyManagement import

2024-08-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872629#comment-17872629 ] ASF GitHub Bot commented on MNG-7344: - gnodet commented on PR #603: URL: https://github

Re: [PR] [MNG-7344] track dependencyManagement import location in effective Model for MPH-183 [maven]

2024-08-10 Thread via GitHub
gnodet commented on PR #603: URL: https://github.com/apache/maven/pull/603#issuecomment-2282302226 @juulhobert I merged another PR which causes a small conflict with this one. As I can't write to your branch, could you please merge master and push ? -- This is an automated message from

Re: [PR] [API] Expose InputLocation formatter in the XmlFactory [maven]

2024-08-10 Thread via GitHub
gnodet merged PR #1616: URL: https://github.com/apache/maven/pull/1616 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.o

[jira] [Commented] (MNG-8197) Use default classifier when Eclipse Aether specifies none

2024-08-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872628#comment-17872628 ] ASF GitHub Bot commented on MNG-8197: - gnodet merged PR #1621: URL: https://github.com/

Re: [PR] [MNG-8197] Use default classifier when Eclipse Aether specifies none [maven]

2024-08-10 Thread via GitHub
gnodet merged PR #1621: URL: https://github.com/apache/maven/pull/1621 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.o

[jira] [Resolved] (MNG-8192) DefaultArtifact constructor no longer accepts empty version

2024-08-10 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MNG-8192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus resolved MNG-8192. -- Fix Version/s: 4.0.0 4.0.0-beta-4 Resolution: Fixed Fixed in https://g

[jira] [Commented] (MNG-8192) DefaultArtifact constructor no longer accepts empty version

2024-08-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872616#comment-17872616 ] ASF GitHub Bot commented on MNG-8192: - kwin merged PR #1637: URL: https://github.com/ap

Re: [PR] [MNG-8192] Consistently throw InvalidArtifactRTException for invalid [maven]

2024-08-10 Thread via GitHub
kwin merged PR #1637: URL: https://github.com/apache/maven/pull/1637 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

[jira] [Assigned] (MNG-8192) DefaultArtifact constructor no longer accepts empty version

2024-08-10 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MNG-8192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus reassigned MNG-8192: Assignee: Konrad Windszus > DefaultArtifact constructor no longer accepts empty version > --

Re: [PR] Add test case for dependency exclusions in DependencyTest [maven]

2024-08-10 Thread via GitHub
hiufung-kwok commented on PR #1538: URL: https://github.com/apache/maven/pull/1538#issuecomment-2282187485 Please update the title to include the Jira ticket. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[jira] [Commented] (MNG-8192) DefaultArtifact constructor no longer accepts empty version

2024-08-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872602#comment-17872602 ] ASF GitHub Bot commented on MNG-8192: - pzygielo commented on code in PR #1637: URL: htt

Re: [PR] [MNG-8192] Consistently throw InvalidArtifactRTException for invalid [maven]

2024-08-10 Thread via GitHub
pzygielo commented on code in PR #1637: URL: https://github.com/apache/maven/pull/1637#discussion_r1712662537 ## maven-artifact/src/test/java/org/apache/maven/artifact/DefaultArtifactTest.java: ## @@ -152,4 +158,31 @@ void testMNG7780() throws Exception { new De

[jira] [Commented] (MNG-8192) DefaultArtifact constructor no longer accepts empty version

2024-08-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872601#comment-17872601 ] ASF GitHub Bot commented on MNG-8192: - pzygielo commented on code in PR #1637: URL: htt

Re: [PR] [MNG-8192] Consistently throw InvalidArtifactRTException for invalid [maven]

2024-08-10 Thread via GitHub
pzygielo commented on code in PR #1637: URL: https://github.com/apache/maven/pull/1637#discussion_r1712662537 ## maven-artifact/src/test/java/org/apache/maven/artifact/DefaultArtifactTest.java: ## @@ -152,4 +158,31 @@ void testMNG7780() throws Exception { new De

[jira] [Commented] (MNG-8192) DefaultArtifact constructor no longer accepts empty version

2024-08-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872600#comment-17872600 ] ASF GitHub Bot commented on MNG-8192: - michael-o commented on code in PR #1637: URL: ht

Re: [PR] [MNG-8192] Consistently throw InvalidArtifactRTException for invalid [maven]

2024-08-10 Thread via GitHub
michael-o commented on code in PR #1637: URL: https://github.com/apache/maven/pull/1637#discussion_r1712660085 ## maven-artifact/src/main/java/org/apache/maven/artifact/versioning/VersionRange.java: ## @@ -202,6 +203,9 @@ private static Restriction parseRestriction(String spec)

[jira] [Commented] (MENFORCER-508) Extend requireSameVersions rule to optionally enforce same versions among reactor modules

2024-08-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872580#comment-17872580 ] ASF GitHub Bot commented on MENFORCER-508: -- slawekjaranowski commented on cod

Re: [PR] [MENFORCER-508] Add option to enforce same versions among Maven modules [maven-enforcer]

2024-08-10 Thread via GitHub
slawekjaranowski commented on code in PR #328: URL: https://github.com/apache/maven-enforcer/pull/328#discussion_r1712637137 ## enforcer-rules/src/site/apt/requireSameVersions.apt.vm: ## @@ -37,8 +37,10 @@ * <> - an optional list of report plugin patterns * <> - an

[PR] Renaming of `ArtifactCoordinate.getVersion()` + documentation [maven]

2024-08-10 Thread via GitHub
desruisseaux opened a new pull request, #1640: URL: https://github.com/apache/maven/pull/1640 The pull request contains two changes: * Documentation on `Artifact`, `ArtifactCoordinate`, `Dependency` and `DependencyCoordinate`. * Renaming of `ArtifactCoordinate.getVersion()` as `get

[jira] [Commented] (MNG-8169) MINGW support requires --add-opens java.base/java.lang=ALL-UNNAMED

2024-08-10 Thread Rostislav Krasny (Jira)
[ https://issues.apache.org/jira/browse/MNG-8169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872574#comment-17872574 ] Rostislav Krasny commented on MNG-8169: --- > Those who live on MinGW should set {{MAVEN

[jira] [Commented] (MNG-8180) Resolver will blindly assume it is deploying a plugin by presence of META-INF/maven/plugins.xml in JAR

2024-08-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872572#comment-17872572 ] ASF GitHub Bot commented on MNG-8180: - cstamas opened a new pull request, #1639: URL: h

[PR] [MNG-8180] Handle NPE due non-existend tags [maven]

2024-08-10 Thread via GitHub
cstamas opened a new pull request, #1639: URL: https://github.com/apache/maven/pull/1639 There was an NPE possibility when plugin.xml had no expected tags present. Also: maven-compat has plugin.xml (!) w/o "name" tag, it NPEd and failed build. This was NOT picked up by CI as "rebuild

[jira] [Commented] (MNG-8180) Resolver will blindly assume it is deploying a plugin by presence of META-INF/maven/plugins.xml in JAR

2024-08-10 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872568#comment-17872568 ] Tamas Cservenak commented on MNG-8180: -- There is more to it, it seems. Maven built fro

[jira] [Reopened] (MNG-8180) Resolver will blindly assume it is deploying a plugin by presence of META-INF/maven/plugins.xml in JAR

2024-08-10 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak reopened MNG-8180: -- > Resolver will blindly assume it is deploying a plugin by presence of > META-INF/maven/plugins.xml

[jira] [Comment Edited] (MNG-8205) Deprecate o.a.m.artifact

2024-08-10 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MNG-8205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872566#comment-17872566 ] Konrad Windszus edited comment on MNG-8205 at 8/10/24 9:55 AM: --

[jira] [Commented] (MNG-8195) Add DependencyResolverResult.getModuleName(Path) method

2024-08-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872567#comment-17872567 ] ASF GitHub Bot commented on MNG-8195: - desruisseaux commented on PR #1625: URL: https:/

[jira] [Updated] (MNG-8205) Deprecate o.a.m.artifact

2024-08-10 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MNG-8205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated MNG-8205: - Description: The classes within {{org.apache.maven.artifact}} (https://github.com/apache/maven/tree

Re: [PR] [MNG-8195] Add `DependencyResolverResult.getModuleName(Path)` method [maven]

2024-08-10 Thread via GitHub
desruisseaux commented on PR #1625: URL: https://github.com/apache/maven/pull/1625#issuecomment-2280722333 No additional change envisioned for this pull request if the alternative (methods added in the `Dependency` interface) is not applied. -- This is an automated message from the Apache

[jira] [Commented] (MNG-8205) Deprecate o.a.m.artifact

2024-08-10 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MNG-8205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872566#comment-17872566 ] Konrad Windszus commented on MNG-8205: -- Anything speaks against deprecating in Maven 4

[jira] [Commented] (MPLUGIN-530) Deprecate o.a.m.plugins.annotations.Component

2024-08-10 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872565#comment-17872565 ] Konrad Windszus commented on MPLUGIN-530: - [~gnodet] I am wondering if that is s

[jira] [Updated] (MPLUGIN-530) Deprecate o.a.m.plugins.annotations.Component

2024-08-10 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated MPLUGIN-530: Affects Version/s: 4.0.0-beta-1 3.13.1 > Deprecate o.a.m.plugins.an

[jira] [Assigned] (MPLUGIN-530) Deprecate o.a.m.plugins.annotations.Component

2024-08-10 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus reassigned MPLUGIN-530: --- Assignee: Konrad Windszus > Deprecate o.a.m.plugins.annotations.Component > ---

[jira] [Commented] (MPLUGIN-530) Deprecate o.a.m.plugins.annotations.Component

2024-08-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872563#comment-17872563 ] ASF GitHub Bot commented on MPLUGIN-530: kwin opened a new pull request, #317: U

Re: [PR] [MNG-8177] Add context to descriptor warnings [maven]

2024-08-10 Thread via GitHub
cstamas commented on PR #1633: URL: https://github.com/apache/maven/pull/1633#issuecomment-2280605648 Updated messages: ``` [WARNING] 1 problem was encountered while building the effective model for org.jboss:jboss-dmr:jar:1.3.0.Final during dependency collection step for project (use

[jira] [Commented] (MNG-8177) Warning "'dependencyManagement.dependencies.dependency.systemPath' for com.sun:tools:jar refers to a non-existing file C:\Temp\jdk-11.0.23\..\lib\tools.jar"

2024-08-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872558#comment-17872558 ] ASF GitHub Bot commented on MNG-8177: - cstamas commented on PR #1633: URL: https://gith

[jira] [Commented] (MPLUGIN-530) Deprecate o.a.m.plugins.annotations.Component

2024-08-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872557#comment-17872557 ] ASF GitHub Bot commented on MPLUGIN-530: kwin commented on PR #1638: URL: https:

Re: [PR] [MPLUGIN-530] Deprecate requirements in plugin descriptor 1.1.0 [maven]

2024-08-10 Thread via GitHub
kwin commented on PR #1638: URL: https://github.com/apache/maven/pull/1638#issuecomment-2280592748 @gnodet Have you deliberately removed that from the plugin descriptor 2.0.0? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[jira] [Commented] (MPLUGIN-530) Deprecate o.a.m.plugins.annotations.Component

2024-08-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872556#comment-17872556 ] ASF GitHub Bot commented on MPLUGIN-530: kwin opened a new pull request, #1638:

[PR] [MPLUGIN-530] Deprecate requirements in plugin descriptor 1.1.0 [maven]

2024-08-10 Thread via GitHub
kwin opened a new pull request, #1638: URL: https://github.com/apache/maven/pull/1638 It is already removed for 2.0.0 Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira

[jira] [Commented] (MNG-8205) Deprecate o.a.m.artifact

2024-08-10 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872552#comment-17872552 ] Tamas Cservenak commented on MNG-8205: -- Some context: * in "maven 3 universe" they DO

[jira] [Commented] (MNG-8177) Warning "'dependencyManagement.dependencies.dependency.systemPath' for com.sun:tools:jar refers to a non-existing file C:\Temp\jdk-11.0.23\..\lib\tools.jar"

2024-08-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872551#comment-17872551 ] ASF GitHub Bot commented on MNG-8177: - cstamas commented on PR #1633: URL: https://gith

Re: [PR] [MNG-8177] Add context to descriptor warnings [maven]

2024-08-10 Thread via GitHub
cstamas commented on PR #1633: URL: https://github.com/apache/maven/pull/1633#issuecomment-2280379191 @WolfgangHG I think always printing out path would be "too much", Maven is already way way too chatty... but here are few facts to tinker about: * when descriptor reader reports this erro

[jira] [Updated] (MPLUGIN-530) Deprecate o.a.m.plugins.annotations.Component

2024-08-10 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated MPLUGIN-530: Labels: plugin-descriptor-1.1 (was: ) > Deprecate o.a.m.plugins.annotations.Component > -

[jira] [Updated] (MPLUGIN-530) Deprecate o.a.m.plugins.annotations.Component

2024-08-10 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated MPLUGIN-530: Description: The annotation [{{org.apache.maven.plugin.plugins.annotations.Component}}|ht

[jira] [Created] (MPLUGIN-530) Deprecate o.a.m.plugins.annotations.Component

2024-08-10 Thread Konrad Windszus (Jira)
Konrad Windszus created MPLUGIN-530: --- Summary: Deprecate o.a.m.plugins.annotations.Component Key: MPLUGIN-530 URL: https://issues.apache.org/jira/browse/MPLUGIN-530 Project: Maven Plugin Tools

[jira] [Commented] (MNG-8177) Warning "'dependencyManagement.dependencies.dependency.systemPath' for com.sun:tools:jar refers to a non-existing file C:\Temp\jdk-11.0.23\..\lib\tools.jar"

2024-08-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872550#comment-17872550 ] ASF GitHub Bot commented on MNG-8177: - WolfgangHG commented on PR #1633: URL: https://g

Re: [PR] [MNG-8177] Add context to descriptor warnings [maven]

2024-08-10 Thread via GitHub
WolfgangHG commented on PR #1633: URL: https://github.com/apache/maven/pull/1633#issuecomment-2280328854 (I am the original reporter of this issue) I preferred the first approach to print full details out of the box. Could you add a hint " (use -X for full details)" to the short version?

[jira] [Commented] (MNG-8192) DefaultArtifact constructor no longer accepts empty version

2024-08-10 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MNG-8192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872548#comment-17872548 ] Konrad Windszus commented on MNG-8192: -- bq. I'll just leave it here: whole maven-artif

[jira] [Created] (MNG-8205) Deprecate o.a.m.artifact

2024-08-10 Thread Konrad Windszus (Jira)
Konrad Windszus created MNG-8205: Summary: Deprecate o.a.m.artifact Key: MNG-8205 URL: https://issues.apache.org/jira/browse/MNG-8205 Project: Maven Issue Type: Improvement Componen