[jira] [Closed] (MSOURCES-136) Deprecate generated-test-jar goal

2023-05-16 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MSOURCES-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MSOURCES-136. Resolution: Won't Fix > Deprecate generated-test-jar goal > -

[jira] [Updated] (MSOURCES-136) Deprecate generated-test-jar goal

2023-05-16 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MSOURCES-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated MSOURCES-136: - Fix Version/s: (was: 3.3.0) > Deprecate generated-test-jar goal > -

[GitHub] [maven] cstamas commented on pull request #765: Experiment: warn on ancient plugin

2023-05-16 Thread via GitHub
cstamas commented on PR #765: URL: https://github.com/apache/maven/pull/765#issuecomment-1550816359 Is not relevant anymore, except one thing: current 3.9.x line does not check (like this PR does) is maven dep refd by plugin older than 3.1.0... -- This is an automated message from the Apa

[GitHub] [maven] gnodet commented on a diff in pull request #1105: [MNG-7740] Remove old temporary consumer*pom files from buildDir

2023-05-16 Thread via GitHub
gnodet commented on code in PR #1105: URL: https://github.com/apache/maven/pull/1105#discussion_r1195973569 ## maven-core/src/main/java/org/apache/maven/internal/transformation/ConsumerPomArtifactTransformer.java: ## @@ -77,13 +80,34 @@ public void injectTransformedArtifacts(Mav

[GitHub] [maven-mvnd] manozd commented on issue #596: mvnd doesn't work in alpine

2023-05-16 Thread via GitHub
manozd commented on issue #596: URL: https://github.com/apache/maven-mvnd/issues/596#issuecomment-1550775904 @gnodet The same problem ``` ❯ docker run --rm --user jenkins -it jenkins/inbound-agent:latest-alpine-jdk11 bash b89da0d9f89d:~$ wget https://github.com/apache/maven-mvn

[jira] [Closed] (MNG-7784) Incompatible API SuperPomProvider#getSuperModel

2023-05-16 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MNG-7784. Resolution: Fixed Fixed with PR [https://github.com/apache/maven/pull/1109] in commit [d826b57|https

[GitHub] [maven] gnodet merged pull request #1109: [MNG-7784] Fix compatibility for SuperPomProvider

2023-05-16 Thread via GitHub
gnodet merged PR #1109: URL: https://github.com/apache/maven/pull/1109 -- 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] [Closed] (MNG-7783) Profile source point to file instead of to module

2023-05-16 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MNG-7783. Resolution: Fixed Fixed with [         7fe9499        |https://github.com/apache/maven/commit/7fe9499

[jira] [Updated] (MNG-7783) Profile source point to file instead of to module

2023-05-16 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-7783: - Fix Version/s: 4.0.0-alpha-6 4.0.0 > Profile source point to file instead of to

[jira] [Updated] (MNG-7784) Incompatible API SuperPomProvider#getSuperModel

2023-05-16 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-7784: - Fix Version/s: 4.0.0-alpha-6 4.0.0 > Incompatible API SuperPomProvider#getSuperM

[jira] [Assigned] (MNG-7783) Profile source point to file instead of to module

2023-05-16 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet reassigned MNG-7783: Assignee: Guillaume Nodet > Profile source point to file instead of to module >

[GitHub] [maven] gnodet merged pull request #1110: [MNG-7783] Profile source point to file instead of to module

2023-05-16 Thread via GitHub
gnodet merged PR #1110: URL: https://github.com/apache/maven/pull/1110 -- 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

[GitHub] [maven-dependency-plugin] hazendaz commented on pull request #13: [MDEP-651] - allow unpack dependency to configure entries overwrite

2023-05-16 Thread via GitHub
hazendaz commented on PR #13: URL: https://github.com/apache/maven-dependency-plugin/pull/13#issuecomment-1550487909 ok guess this may be different issue. and much worse. 'unpack' isn't respecting this. 'unpack-dependencies' didn't have it. willing to fix here but I doubt this even wor

[GitHub] [maven] gnodet commented on pull request #765: Experiment: warn on ancient plugin

2023-05-16 Thread via GitHub
gnodet commented on PR #765: URL: https://github.com/apache/maven/pull/765#issuecomment-1550469104 @cstamas is this PR still relevant with the recent 3.9.x changes ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [maven] gnodet commented on a diff in pull request #1105: [MNG-7740] Remove old temporary consumer*pom files from buildDir

2023-05-16 Thread via GitHub
gnodet commented on code in PR #1105: URL: https://github.com/apache/maven/pull/1105#discussion_r1195672284 ## maven-core/src/main/java/org/apache/maven/internal/transformation/ConsumerPomArtifactTransformer.java: ## @@ -77,13 +80,34 @@ public void injectTransformedArtifacts(Mav

[GitHub] [maven-mvnd] gnodet commented on issue #490: Daemon forgets about maven settings on reuse

2023-05-16 Thread via GitHub
gnodet commented on issue #490: URL: https://github.com/apache/maven-mvnd/issues/490#issuecomment-1550337129 > > Is there a parameter that will allow me to stop the daemon if the mvnd build fails > > no That's somewhat related to https://github.com/apache/maven-mvnd/issues/374.

[GitHub] [maven] gnodet commented on a diff in pull request #1105: [MNG-7740] Remove old temporary consumer*pom files from buildDir

2023-05-16 Thread via GitHub
gnodet commented on code in PR #1105: URL: https://github.com/apache/maven/pull/1105#discussion_r1195672284 ## maven-core/src/main/java/org/apache/maven/internal/transformation/ConsumerPomArtifactTransformer.java: ## @@ -77,13 +80,34 @@ public void injectTransformedArtifacts(Mav

[GitHub] [maven-mvnd] ppalaga commented on issue #490: Daemon forgets about maven settings on reuse

2023-05-16 Thread via GitHub
ppalaga commented on issue #490: URL: https://github.com/apache/maven-mvnd/issues/490#issuecomment-1550328899 > Is there a parameter that will allow me to stop the daemon if the mvnd build fails no -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [maven-shared-utils] elharo opened a new pull request, #143: use dependencyManagement

2023-05-16 Thread via GitHub
elharo opened a new pull request, #143: URL: https://github.com/apache/maven-shared-utils/pull/143 Removes dependency warning but still selects the right version of hamcrest-core in transitive dependencies. -- This is an automated message from the Apache Git Service. To respond to the me

[jira] [Updated] (MSHARED-1255) Do something about Hamcrest

2023-05-16 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliotte Rusty Harold updated MSHARED-1255: --- Description: Currently there's a weird situation with Hamcrest deps that th

[jira] [Updated] (MSHARED-1255) Do something about Hamcrest

2023-05-16 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliotte Rusty Harold updated MSHARED-1255: --- Component/s: maven-dependency-analyzer > Do something about Hamcrest >

[jira] [Created] (MSHARED-1255) Do something about Hamcrest

2023-05-16 Thread Elliotte Rusty Harold (Jira)
Elliotte Rusty Harold created MSHARED-1255: -- Summary: Do something about Hamcrest Key: MSHARED-1255 URL: https://issues.apache.org/jira/browse/MSHARED-1255 Project: Maven Shared Components

[jira] [Created] (MSOURCES-136) Deprecate generated-test-jar goal

2023-05-16 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MSOURCES-136: Summary: Deprecate generated-test-jar goal Key: MSOURCES-136 URL: https://issues.apache.org/jira/browse/MSOURCES-136 Project: Maven Source Plugin

[GitHub] [maven-shade-plugin] MartinWitt commented on pull request #186: refactor: refactor bad smell UnnecessaryToStringCall

2023-05-16 Thread via GitHub
MartinWitt commented on PR #186: URL: https://github.com/apache/maven-shade-plugin/pull/186#issuecomment-1550205833 I fixed the spotless error and pushed it. -- 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] [Closed] (MSOURCES-134) Refresh download page

2023-05-16 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MSOURCES-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MSOURCES-134. Resolution: Fixed > Refresh download page > - > >

[GitHub] [maven] Giovds commented on a diff in pull request #1105: [MNG-7740] Remove old temporary consumer*pom files from buildDir

2023-05-16 Thread via GitHub
Giovds commented on code in PR #1105: URL: https://github.com/apache/maven/pull/1105#discussion_r1195574336 ## maven-core/src/main/java/org/apache/maven/internal/transformation/ConsumerPomArtifactTransformer.java: ## @@ -77,13 +80,34 @@ public void injectTransformedArtifacts(Mav

[GitHub] [maven-scm] dependabot[bot] commented on pull request #177: Bump mockito-core from 2.28.2 to 5.3.1

2023-05-16 Thread via GitHub
dependabot[bot] commented on PR #177: URL: https://github.com/apache/maven-scm/pull/177#issuecomment-1550100420 OK, I won't notify you about org.mockito:mockito-core again, unless you re-open this PR. 😢 -- This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [maven-scm] dependabot[bot] closed pull request #177: Bump mockito-core from 2.28.2 to 5.3.1

2023-05-16 Thread via GitHub
dependabot[bot] closed pull request #177: Bump mockito-core from 2.28.2 to 5.3.1 URL: https://github.com/apache/maven-scm/pull/177 -- 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

[GitHub] [maven-scm] dependabot[bot] opened a new pull request, #177: Bump mockito-core from 2.28.2 to 5.3.1

2023-05-16 Thread via GitHub
dependabot[bot] opened a new pull request, #177: URL: https://github.com/apache/maven-scm/pull/177 Bumps [mockito-core](https://github.com/mockito/mockito) from 2.28.2 to 5.3.1. Release notes Sourced from https://github.com/mockito/mockito/releases";>mockito-core's releases.

[GitHub] [maven-shared-utils] elharo merged pull request #142: fix hamcrest dependencies as best we can

2023-05-16 Thread via GitHub
elharo merged PR #142: URL: https://github.com/apache/maven-shared-utils/pull/142 -- 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...@mav

[GitHub] [maven-acr-plugin] dependabot[bot] commented on pull request #18: Bump mavenVersion from 3.2.5 to 3.9.2

2023-05-16 Thread via GitHub
dependabot[bot] commented on PR #18: URL: https://github.com/apache/maven-acr-plugin/pull/18#issuecomment-1549976292 OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependen

[GitHub] [maven] slawekjaranowski commented on a diff in pull request #1096: [MNG-7639] Add unit test for DefaultRepositorySystemSessionFactory#newRepositorySession

2023-05-16 Thread via GitHub
slawekjaranowski commented on code in PR #1096: URL: https://github.com/apache/maven/pull/1096#discussion_r1195388058 ## maven-core/src/test/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactoryTest.java: ## @@ -0,0 +1,401 @@ +/* + * Licensed to the Apache

[GitHub] [maven-mvnd] manozd commented on issue #596: mvnd doesn't work in alpine

2023-05-16 Thread via GitHub
manozd commented on issue #596: URL: https://github.com/apache/maven-mvnd/issues/596#issuecomment-1549836277 @gnodet I am using the same docker image and mvnd version as above ``` ❯ docker run --rm -it jenkins/inbound-agent:latest-alpine-jdk11 bash 53ccb7b812cd:~$ wget https://g

[GitHub] [maven] CrazyHZM commented on pull request #1108: [MNG-7780] DefaultArtifact.equals throws NullPointerException if o.version is null

2023-05-16 Thread via GitHub
CrazyHZM commented on PR #1108: URL: https://github.com/apache/maven/pull/1108#issuecomment-1549834870 > Please simplify the logic which has not been updated since JDK 1.7 @gnodet Done. -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [maven] CrazyHZM commented on a diff in pull request #1108: [MNG-7780] DefaultArtifact.equals throws NullPointerException if o.version is null

2023-05-16 Thread via GitHub
CrazyHZM commented on code in PR #1108: URL: https://github.com/apache/maven/pull/1108#discussion_r1195294903 ## maven-artifact/src/main/java/org/apache/maven/artifact/DefaultArtifact.java: ## @@ -314,7 +314,9 @@ public boolean equals(Object o) { return false;

[jira] [Commented] (MENFORCER-482) enforcer:enforce is unable to find rules but works when installing

2023-05-16 Thread Javier A. Ortiz (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17723151#comment-17723151 ] Javier A. Ortiz commented on MENFORCER-482: --- This seems specific for the ver

[GitHub] [maven-mvnd] gnodet commented on issue #596: mvnd doesn't work in alpine

2023-05-16 Thread via GitHub
gnodet commented on issue #596: URL: https://github.com/apache/maven-mvnd/issues/596#issuecomment-1549770918 @manozd can you paste the full output : installation + running. Also make sure you install the version matching your architecture to have the native client. -- This is an automa

[GitHub] [maven-mvnd] manozd commented on issue #596: mvnd doesn't work in alpine

2023-05-16 Thread via GitHub
manozd commented on issue #596: URL: https://github.com/apache/maven-mvnd/issues/596#issuecomment-1549569949 > It seems to work for me: > > ``` > ➜ ~ docker run --rm -it jenkins/inbound-agent:latest-alpine-jdk11 bash > bash-5.1$ wget https://github.com/apache/maven-mvnd/release

[jira] [Closed] (ARCHETYPE-641) Update parent pom to 39

2023-05-16 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/ARCHETYPE-641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed ARCHETYPE-641. - Resolution: Fixed > Update parent pom to 39 > --- > >

[GitHub] [maven-mvnd] manozd commented on issue #596: mvnd doesn't work in alpine

2023-05-16 Thread via GitHub
manozd commented on issue #596: URL: https://github.com/apache/maven-mvnd/issues/596#issuecomment-1549515808 Here is my alpine system information: `3.9.4 NAME="Alpine Linux" ID=alpine VERSION_ID=3.9.4 PRETTY_NAME="Alpine Linux v3.9" HOME_URL="https://alpinelinux.org/"; BU

[GitHub] [maven-mvnd] Min-200 commented on issue #490: Daemon forgets about maven settings on reuse

2023-05-16 Thread via GitHub
Min-200 commented on issue #490: URL: https://github.com/apache/maven-mvnd/issues/490#issuecomment-1549409841 Is there a parameter that will allow me to stop the daemon if the mvnd build fails -- This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [maven-shade-plugin] dependabot[bot] merged pull request #184: Bump asmVersion from 9.4 to 9.5

2023-05-16 Thread via GitHub
dependabot[bot] merged PR #184: URL: https://github.com/apache/maven-shade-plugin/pull/184 -- 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-unsubs

[jira] [Commented] (ARCHETYPE-637) PomUtils.addNewModule Pretty-Printing has issue on java 9+

2023-05-16 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/ARCHETYPE-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17723075#comment-17723075 ] Tamas Cservenak commented on ARCHETYPE-637: --- Squashed as 6123dfb362afc1ada08

[jira] [Closed] (MNG-7743) Make the build work on JDK 20

2023-05-16 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MNG-7743. Fix Version/s: 4.0.0-alpha-6 4.0.0 3.9.3 Resolution: Fixe

[jira] [Closed] (ARCHETYPE-637) PomUtils.addNewModule Pretty-Printing has issue on java 9+

2023-05-16 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/ARCHETYPE-637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed ARCHETYPE-637. - Resolution: Fixed > PomUtils.addNewModule Pretty-Printing has issue on java 9+ > -

[jira] [Assigned] (MNG-7743) Make the build work on JDK 20

2023-05-16 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet reassigned MNG-7743: Assignee: Guillaume Nodet > Make the build work on JDK 20 > - >

[GitHub] [maven-archetype] cstamas closed pull request #128: [ARCHETYPE-637] fix PomUtils.addNewModule Pretty-Printing issue on java 9+

2023-05-16 Thread via GitHub
cstamas closed pull request #128: [ARCHETYPE-637] fix PomUtils.addNewModule Pretty-Printing issue on java 9+ URL: https://github.com/apache/maven-archetype/pull/128 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Comment Edited] (MRESOURCES-162) Fail build if resource not fully filtered

2023-05-16 Thread Xavier Dury (Jira)
[ https://issues.apache.org/jira/browse/MRESOURCES-162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16711155#comment-16711155 ] Xavier Dury edited comment on MRESOURCES-162 at 5/16/23 9:37 AM: --

[jira] [Updated] (ARCHETYPE-637) PomUtils.addNewModule Pretty-Printing has issue on java 9+

2023-05-16 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/ARCHETYPE-637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated ARCHETYPE-637: -- Fix Version/s: 3.2.2 > PomUtils.addNewModule Pretty-Printing has issue on java 9+ >

[GitHub] [maven-mvnd] manozd commented on issue #596: mvnd doesn't work in alpine

2023-05-16 Thread via GitHub
manozd commented on issue #596: URL: https://github.com/apache/maven-mvnd/issues/596#issuecomment-1549317843 I have the same problem. Absolute path doesn't help -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[jira] [Commented] (MNG-7785) Clean usage of SessionData

2023-05-16 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17723066#comment-17723066 ] Guillaume Nodet commented on MNG-7785: -- Fixed with [https://github.com/apache/maven/pu

[jira] [Closed] (MNG-7785) Clean usage of SessionData

2023-05-16 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MNG-7785. Resolution: Fixed > Clean usage of SessionData > -- > > Key:

[jira] [Assigned] (MNG-7785) Clean usage of SessionData

2023-05-16 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet reassigned MNG-7785: Assignee: Guillaume Nodet > Clean usage of SessionData > -- > >

[jira] [Updated] (MNG-7785) Clean usage of SessionData

2023-05-16 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-7785: - Fix Version/s: 3.9.3 > Clean usage of SessionData > -- > >

[GitHub] [maven-mvnd] Min-200 commented on issue #490: Daemon forgets about maven settings on reuse

2023-05-16 Thread via GitHub
Min-200 commented on issue #490: URL: https://github.com/apache/maven-mvnd/issues/490#issuecomment-1549291806 I am a multi-module project, the same code, in the same daemon process, first compiled the first time can work, the second compilation error, error content for the submodule can not

[GitHub] [maven] gnodet merged pull request #1015: Prefer Java standard library to Plexus util

2023-05-16 Thread via GitHub
gnodet merged PR #1015: URL: https://github.com/apache/maven/pull/1015 -- 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

[GitHub] [maven-project-info-reports-plugin] michael-o commented on pull request #47: [MPIR-431] Dependency file details section: segregate Java version

2023-05-16 Thread via GitHub
michael-o commented on PR #47: URL: https://github.com/apache/maven-project-info-reports-plugin/pull/47#issuecomment-1549278488 My bad, I messed up rowspan with colspan, of course, you were right. We are talking about *rowspan*: ![grafik](https://github.com/apache/maven-project-info-rep

[GitHub] [maven] gnodet opened a new pull request, #1111: [MNG-7785] Clean usage of SessionData (#1094)

2023-05-16 Thread via GitHub
gnodet opened a new pull request, #: URL: https://github.com/apache/maven/pull/ - Bump version to 3.8.0-SNAPSHOT - Add versionlessMavenDist profile - [MNG-3220] fix doc: dependencyManagement import require scope import - [MNG-7119] Upgrade Maven Wagon to 3.4.3 - use Maven

[GitHub] [maven-scm] dependabot[bot] commented on pull request #172: Bump slf4jVersion from 1.7.36 to 2.0.7

2023-05-16 Thread via GitHub
dependabot[bot] commented on PR #172: URL: https://github.com/apache/maven-scm/pull/172#issuecomment-1549267732 OK, I won't notify you about version 2.x.x again, unless you re-open this PR. 😢 -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[jira] [Created] (MNG-7785) Clean usage of SessionData

2023-05-16 Thread Guillaume Nodet (Jira)
Guillaume Nodet created MNG-7785: Summary: Clean usage of SessionData Key: MNG-7785 URL: https://issues.apache.org/jira/browse/MNG-7785 Project: Maven Issue Type: Improvement Repo

[GitHub] [maven-scm] dependabot[bot] closed pull request #172: Bump slf4jVersion from 1.7.36 to 2.0.7

2023-05-16 Thread via GitHub
dependabot[bot] closed pull request #172: Bump slf4jVersion from 1.7.36 to 2.0.7 URL: https://github.com/apache/maven-scm/pull/172 -- 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

[GitHub] [maven] gnodet commented on a diff in pull request #1105: [MNG-7740] Remove old temporary consumer*pom files from buildDir

2023-05-16 Thread via GitHub
gnodet commented on code in PR #1105: URL: https://github.com/apache/maven/pull/1105#discussion_r1194812745 ## maven-core/src/main/java/org/apache/maven/internal/transformation/ConsumerPomArtifactTransformer.java: ## @@ -77,13 +80,34 @@ public void injectTransformedArtifacts(Mav

[GitHub] [maven-scm] dependabot[bot] opened a new pull request, #176: Bump jgitVersion from 5.13.1.202206130422-r to 6.5.0.202303070854-r

2023-05-16 Thread via GitHub
dependabot[bot] opened a new pull request, #176: URL: https://github.com/apache/maven-scm/pull/176 Bumps `jgitVersion` from 5.13.1.202206130422-r to 6.5.0.202303070854-r. Updates `org.eclipse.jgit` from 5.13.1.202206130422-r to 6.5.0.202303070854-r Updates `org.eclipse.jgit.ssh.apac

[GitHub] [maven-scm] dependabot[bot] opened a new pull request, #173: Bump plexus-classworlds from 2.6.0 to 2.7.0

2023-05-16 Thread via GitHub
dependabot[bot] opened a new pull request, #173: URL: https://github.com/apache/maven-scm/pull/173 Bumps [plexus-classworlds](https://github.com/codehaus-plexus/plexus-classworlds) from 2.6.0 to 2.7.0. Release notes Sourced from https://github.com/codehaus-plexus/plexus-classworld

[GitHub] [maven-scm] dependabot[bot] opened a new pull request, #172: Bump slf4jVersion from 1.7.36 to 2.0.7

2023-05-16 Thread via GitHub
dependabot[bot] opened a new pull request, #172: URL: https://github.com/apache/maven-scm/pull/172 Bumps `slf4jVersion` from 1.7.36 to 2.0.7. Updates `slf4j-api` from 1.7.36 to 2.0.7 Commits https://github.com/qos-ch/slf4j/commit/d6a21ae68f8a996bc24526f82ec46907e6688bc0";>d6a

[GitHub] [maven-scm] dependabot[bot] opened a new pull request, #175: Bump hamcrest-core from 1.3 to 2.2

2023-05-16 Thread via GitHub
dependabot[bot] opened a new pull request, #175: URL: https://github.com/apache/maven-scm/pull/175 Bumps [hamcrest-core](https://github.com/hamcrest/JavaHamcrest) from 1.3 to 2.2. Release notes Sourced from https://github.com/hamcrest/JavaHamcrest/releases";>hamcrest-core's releas

[GitHub] [maven-scm] dependabot[bot] opened a new pull request, #174: Bump animal-sniffer-maven-plugin from 1.21 to 1.23

2023-05-16 Thread via GitHub
dependabot[bot] opened a new pull request, #174: URL: https://github.com/apache/maven-scm/pull/174 Bumps [animal-sniffer-maven-plugin](https://github.com/mojohaus/animal-sniffer) from 1.21 to 1.23. Release notes Sourced from https://github.com/mojohaus/animal-sniffer/releases";>an

[jira] [Commented] (MNG-7783) Profile source point to file instead of to module

2023-05-16 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17723041#comment-17723041 ] Guillaume Nodet commented on MNG-7783: -- This is caused by [https://github.com/apache/

[GitHub] [maven] gnodet opened a new pull request, #1110: [MNG-7783] Profile source point to file instead of to module

2023-05-16 Thread via GitHub
gnodet opened a new pull request, #1110: URL: https://github.com/apache/maven/pull/1110 Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MNG) filed for the

[jira] [Commented] (ARCHETYPE-602) Set minimum enforced Maven version to 3.1.0

2023-05-16 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/ARCHETYPE-602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17723026#comment-17723026 ] Tamas Cservenak commented on ARCHETYPE-602: --- That will be 3.2.5 as all other

[jira] [Updated] (ARCHETYPE-602) Set minimum enforced Maven version to 3.1.0

2023-05-16 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/ARCHETYPE-602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated ARCHETYPE-602: -- Fix Version/s: 3.2.2 > Set minimum enforced Maven version to 3.1.0 > ---

[jira] [Updated] (ARCHETYPE-623) Require Java 8

2023-05-16 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/ARCHETYPE-623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated ARCHETYPE-623: -- Fix Version/s: 3.2.2 (was: backlog) > Require Java 8 > --

[jira] [Updated] (ARCHETYPE-641) Update parent pom to 39

2023-05-16 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/ARCHETYPE-641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated ARCHETYPE-641: -- Fix Version/s: 3.2.2 > Update parent pom to 39 > --- > >

[jira] [Updated] (ARCHETYPE-646) "WARNING: Parameter 'localRepository' is deprecated" with Maven 3.9.1

2023-05-16 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/ARCHETYPE-646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated ARCHETYPE-646: -- Fix Version/s: 3.2.2 > "WARNING: Parameter 'localRepository' is deprecated" with Mav

[jira] [Updated] (ARCHETYPE-643) Update minimum Java version to 8

2023-05-16 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/ARCHETYPE-643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated ARCHETYPE-643: -- Fix Version/s: 3.2.2 > Update minimum Java version to 8 > --

[jira] [Closed] (ARCHETYPE-643) Update minimum Java version to 8

2023-05-16 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/ARCHETYPE-643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed ARCHETYPE-643. - Resolution: Fixed > Update minimum Java version to 8 > ---

[GitHub] [maven] gnodet commented on a diff in pull request #1108: [MNG-7780] DefaultArtifact.equals throws NullPointerException if o.version is null

2023-05-16 Thread via GitHub
gnodet commented on code in PR #1108: URL: https://github.com/apache/maven/pull/1108#discussion_r1194719859 ## maven-artifact/src/main/java/org/apache/maven/artifact/DefaultArtifact.java: ## @@ -314,7 +314,9 @@ public boolean equals(Object o) { return false;

[GitHub] [maven] gnodet commented on a diff in pull request #1108: [MNG-7780] DefaultArtifact.equals throws NullPointerException if o.version is null

2023-05-16 Thread via GitHub
gnodet commented on code in PR #1108: URL: https://github.com/apache/maven/pull/1108#discussion_r1194719859 ## maven-artifact/src/main/java/org/apache/maven/artifact/DefaultArtifact.java: ## @@ -314,7 +314,9 @@ public boolean equals(Object o) { return false;

[GitHub] [maven] gnodet commented on a diff in pull request #1108: [MNG-7780] DefaultArtifact.equals throws NullPointerException if o.version is null

2023-05-16 Thread via GitHub
gnodet commented on code in PR #1108: URL: https://github.com/apache/maven/pull/1108#discussion_r1194719859 ## maven-artifact/src/main/java/org/apache/maven/artifact/DefaultArtifact.java: ## @@ -314,7 +314,9 @@ public boolean equals(Object o) { return false;

[GitHub] [maven] gnodet commented on a diff in pull request #1108: [MNG-7780] DefaultArtifact.equals throws NullPointerException if o.version is null

2023-05-16 Thread via GitHub
gnodet commented on code in PR #1108: URL: https://github.com/apache/maven/pull/1108#discussion_r1194719859 ## maven-artifact/src/main/java/org/apache/maven/artifact/DefaultArtifact.java: ## @@ -314,7 +314,9 @@ public boolean equals(Object o) { return false;

[GitHub] [maven] gnodet commented on a diff in pull request #1108: [MNG-7780] DefaultArtifact.equals throws NullPointerException if o.version is null

2023-05-16 Thread via GitHub
gnodet commented on code in PR #1108: URL: https://github.com/apache/maven/pull/1108#discussion_r1194712304 ## maven-artifact/src/main/java/org/apache/maven/artifact/DefaultArtifact.java: ## @@ -314,7 +314,9 @@ public boolean equals(Object o) { return false;