Re: [I] Generate pmd.xml, but skip HTML generation [maven-pmd-plugin]

2025-05-22 Thread via GitHub
davewichers commented on issue #189: URL: https://github.com/apache/maven-pmd-plugin/issues/189#issuecomment-2901349915 I need this too! I just ran into this problem yesterday and can't figure out any way to configure the pmd-maven-plugin to only generate the XMLfindings file, but NOT the

Re: [PR] fix: `DefaultModelInterpolator` PMD-Rule: `EmptyControlStatement` [maven]

2025-05-22 Thread via GitHub
elharo commented on code in PR #2373: URL: https://github.com/apache/maven/pull/2373#discussion_r2102727275 ## impl/maven-impl/src/main/java/org/apache/maven/impl/model/DefaultModelInterpolator.java: ## @@ -109,8 +109,7 @@ private InnerInterpolator createInterpolator(

Re: [PR] chore: `DefaultUpdateCheckManager` Fix variable 'lock' is never used (PMD: UnusedPrivateField) [maven]

2025-05-22 Thread via GitHub
elharo commented on code in PR #2376: URL: https://github.com/apache/maven/pull/2376#discussion_r2102736286 ## impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/MojoExecutor.java: ## @@ -306,7 +306,7 @@ private void doExecute(MavenSession session, MojoExecution

Re: [PR] chore: `CheckThreadSafetyMojo` PMD-Rule: `EmptyControlStatement` [maven]

2025-05-22 Thread via GitHub
elharo commented on code in PR #2370: URL: https://github.com/apache/maven/pull/2370#discussion_r2102744708 ## its/core-it-support/core-it-plugins/maven-it-plugin-active-collection/src/main/java/org/apache/maven/plugin/coreit/CheckThreadSafetyMojo.java: ## @@ -95,7 +95,11 @@ pub

Re: [PR] chore: `ArtifactHandlerTest` add assertion to resolve `@SuppressWarnings("checkstyle:UnusedLocalVariable")` [maven]

2025-05-22 Thread via GitHub
elharo commented on code in PR #2375: URL: https://github.com/apache/maven/pull/2375#discussion_r2102738693 ## impl/maven-core/src/test/java/org/apache/maven/artifact/handler/ArtifactHandlerTest.java: ## @@ -79,6 +79,7 @@ void testAptConsistency() throws Exception {

Re: [PR] chore: `AbstractDependencyMojo` PMD-Rule: `EmptyControlStatement` [maven]

2025-05-22 Thread via GitHub
elharo commented on code in PR #2368: URL: https://github.com/apache/maven/pull/2368#discussion_r2102751676 ## its/core-it-support/core-it-plugins/maven-it-plugin-dependency-resolution/src/main/java/org/apache/maven/plugin/coreit/AbstractDependencyMojo.java: ## @@ -222,11 +222,7

Re: [PR] chore: `AbstractDependencyMojo` PMD-Rule: `EmptyControlStatement` [maven]

2025-05-22 Thread via GitHub
elharo closed pull request #2368: chore: `AbstractDependencyMojo` PMD-Rule: `EmptyControlStatement` URL: https://github.com/apache/maven/pull/2368 -- 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

Re: [PR] chore: add test assertion to resolve `@SuppressWarnings("checkstyle:UnusedLocalVariable")` [maven]

2025-05-22 Thread via GitHub
desruisseaux commented on PR #2367: URL: https://github.com/apache/maven/pull/2367#issuecomment-2901515985 This pull request provides small changes addressing exactly the discussion point, while #2365 is a larger set of changes which includes questionable changes (e.g. the introduction of t

Re: [PR] chore: `DefaultUpdateCheckManager` Fix variable 'lock' is never used (PMD: UnusedPrivateField) [maven]

2025-05-22 Thread via GitHub
desruisseaux commented on code in PR #2376: URL: https://github.com/apache/maven/pull/2376#discussion_r2102767750 ## compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/DefaultUpdateCheckManager.java: ## @@ -50,8 +50,6 @@ public class DefaultUpdateCheckManager e

Re: [PR] [SCM-1028] Fix clear password logging vulnerability [maven-scm]

2025-05-22 Thread via GitHub
mhoffrog commented on PR #237: URL: https://github.com/apache/maven-scm/pull/237#issuecomment-2901711652 @hboutemy I could move my PRs branch to commit 8b44e4f6745e7bd677428be093921267317b8fe8 of the current master and force push my branch. Maybe GitHub would recognize it on this PR and mar

[jira] [Commented] (SCM-1028) Vulnerability: Clear text password is logged by JGit provider and by gitexe remoteinfo on a ls-remote failure

2025-05-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SCM-1028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17953497#comment-17953497 ] ASF GitHub Bot commented on SCM-1028: - mhoffrog commented on PR #237: URL: https://gith

[PR] [MNG-8736] Fix concurrency issue in model building with profile activation [maven]

2025-05-22 Thread via GitHub
gnodet opened a new pull request, #2378: URL: https://github.com/apache/maven/pull/2378 JIRA issue: [MNG-8736](https://issues.apache.org/jira/browse/MNG-8736) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [I] Generate pmd.xml, but skip HTML generation [maven-pmd-plugin]

2025-05-22 Thread via GitHub
slawekjaranowski commented on issue #189: URL: https://github.com/apache/maven-pmd-plugin/issues/189#issuecomment-2901971671 I would like to try a refactor, simply `check` is not a report goal ... so we should not call a report by directly `PmdExecutor` where is needed. -- This is an aut

[PR] Bump org.eclipse.jgit:org.eclipse.jgit from 5.13.3.202401111512-r to 7.2.1.202505142326-r in /maven-scm-providers/maven-scm-providers-git/maven-scm-provider-jgit [maven-scm]

2025-05-22 Thread via GitHub
dependabot[bot] opened a new pull request, #243: URL: https://github.com/apache/maven-scm/pull/243 Bumps [org.eclipse.jgit:org.eclipse.jgit](https://github.com/eclipse-jgit/jgit) from 5.13.3.20240512-r to 7.2.1.202505142326-r. Commits https://github.com/eclipse-jgit/jgit/c

[jira] [Updated] (MNG-8736) Incorrect profile activation for multi-module concurrent build

2025-05-22 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-8736: - Fix Version/s: 4.0.0-rc-4 > Incorrect profile activation for multi-module concurrent build > --

[jira] [Assigned] (MNG-8736) Incorrect profile activation for multi-module concurrent build

2025-05-22 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet reassigned MNG-8736: Assignee: Guillaume Nodet > Incorrect profile activation for multi-module concurrent build >

Re: [I] Generate pmd.xml, but skip HTML generation [maven-pmd-plugin]

2025-05-22 Thread via GitHub
pzygielo commented on issue #189: URL: https://github.com/apache/maven-pmd-plugin/issues/189#issuecomment-2901387446 I had similar problem: https://issues.apache.org/jira/browse/MPMD-403 (for different reason but I wanted similar outcome). https://issues.apache.org/jira/browse/MPMD-

Re: [PR] Bump mockitoVersion from 5.17.0 to 5.18.0 [maven-deploy-plugin]

2025-05-22 Thread via GitHub
Bukama merged PR #603: URL: https://github.com/apache/maven-deploy-plugin/pull/603 -- 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...@ma

Re: [PR] Bump mockitoVersion from 5.16.1 to 5.18.0 [maven-filtering]

2025-05-22 Thread via GitHub
Bukama merged PR #156: URL: https://github.com/apache/maven-filtering/pull/156 -- 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.

Re: [I] Generate pmd.xml, but skip HTML generation [maven-pmd-plugin]

2025-05-22 Thread via GitHub
Bukama commented on issue #189: URL: https://github.com/apache/maven-pmd-plugin/issues/189#issuecomment-2902389955 Haha talked with @khmarbaise about this confusing situation too at work. Please do it for both `pmd` and `cpd` goals and try to avoid the need the fork, so generating th

Re: [PR] Update site descriptor to 2.0 [maven-pmd-plugin]

2025-05-22 Thread via GitHub
slawekjaranowski merged PR #205: URL: https://github.com/apache/maven-pmd-plugin/pull/205 -- 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-unsubsc

[PR] Introduce service executors for Cpd, Pdm executors [maven-pmd-plugin]

2025-05-22 Thread via GitHub
slawekjaranowski opened a new pull request, #206: URL: https://github.com/apache/maven-pmd-plugin/pull/206 Standard mojos and reports have different parent classes, so we need to extract tasks which both will execute. We cannot use one abstract for both. -- This is an autom

[PR] Upgrade PR template for GitHub issues [maven-pmd-plugin]

2025-05-22 Thread via GitHub
slawekjaranowski opened a new pull request, #207: URL: https://github.com/apache/maven-pmd-plugin/pull/207 (no comment) -- 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 u

Re: [I] Generate pmd.xml, but skip HTML generation [maven-pmd-plugin]

2025-05-22 Thread via GitHub
slawekjaranowski commented on issue #189: URL: https://github.com/apache/maven-pmd-plugin/issues/189#issuecomment-2902514647 Firs step of refactor: - #206 Will be easier use executors in reports and mojos -- This is an automated message from the Apache Git Service. To resp

Re: [PR] [MNG-8737] Bump xmlunitVersion from 2.10.0 to 2.10.1 [maven]

2025-05-22 Thread via GitHub
gnodet merged PR #2355: URL: https://github.com/apache/maven/pull/2355 -- 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] [Created] (MNG-8737) Bump xmlunitVersion from 2.10.0 to 2.10.1

2025-05-22 Thread Guillaume Nodet (Jira)
Guillaume Nodet created MNG-8737: Summary: Bump xmlunitVersion from 2.10.0 to 2.10.1 Key: MNG-8737 URL: https://issues.apache.org/jira/browse/MNG-8737 Project: Maven Issue Type: Task

[jira] [Closed] (MNG-8737) Bump xmlunitVersion from 2.10.0 to 2.10.1

2025-05-22 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MNG-8737. Resolution: Fixed > Bump xmlunitVersion from 2.10.0 to 2.10.1 > -

[jira] [Assigned] (MNG-8737) Bump xmlunitVersion from 2.10.0 to 2.10.1

2025-05-22 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet reassigned MNG-8737: Assignee: Guillaume Nodet > Bump xmlunitVersion from 2.10.0 to 2.10.1 >

[jira] [Updated] (MNG-8737) Bump xmlunitVersion from 2.10.0 to 2.10.1

2025-05-22 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-8737: - Fix Version/s: 4.0.0-rc-4 > Bump xmlunitVersion from 2.10.0 to 2.10.1 > ---

[jira] [Created] (MNG-8738) Bump mockitoVersion from 5.17.0 to 5.18.0

2025-05-22 Thread Guillaume Nodet (Jira)
Guillaume Nodet created MNG-8738: Summary: Bump mockitoVersion from 5.17.0 to 5.18.0 Key: MNG-8738 URL: https://issues.apache.org/jira/browse/MNG-8738 Project: Maven Issue Type: Task

Re: [PR] [MNG-8739] Bump net.sourceforge.pmd:pmd-core from 7.12.0 to 7.13.0 [maven]

2025-05-22 Thread via GitHub
gnodet merged PR #2335: URL: https://github.com/apache/maven/pull/2335 -- 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] [Created] (MNG-8739) Bump net.sourceforge.pmd:pmd-core from 7.12.0 to 7.13.0

2025-05-22 Thread Guillaume Nodet (Jira)
Guillaume Nodet created MNG-8739: Summary: Bump net.sourceforge.pmd:pmd-core from 7.12.0 to 7.13.0 Key: MNG-8739 URL: https://issues.apache.org/jira/browse/MNG-8739 Project: Maven Issue Type:

[jira] [Closed] (MNG-8739) Bump net.sourceforge.pmd:pmd-core from 7.12.0 to 7.13.0

2025-05-22 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MNG-8739. Fix Version/s: 4.0.0-rc-4 Assignee: Guillaume Nodet Resolution: Fixed > Bump net.sour

[jira] [Updated] (MNG-8738) Bump mockitoVersion from 5.17.0 to 5.18.0

2025-05-22 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-8738: - Fix Version/s: 4.0.0-rc-4 > Bump mockitoVersion from 5.17.0 to 5.18.0 > ---

Re: [PR] [MNG-8738] Bump mockitoVersion from 5.17.0 to 5.18.0 [maven]

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

Re: [PR] Bump jlineVersion from 3.30.0 to 3.30.2 [maven]

2025-05-22 Thread via GitHub
dependabot[bot] commented on PR #2356: URL: https://github.com/apache/maven/pull/2356#issuecomment-2902539826 Superseded by #2379. -- 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 com

[PR] Bump jlineVersion from 3.30.0 to 3.30.3 [maven]

2025-05-22 Thread via GitHub
dependabot[bot] opened a new pull request, #2379: URL: https://github.com/apache/maven/pull/2379 Bumps `jlineVersion` from 3.30.0 to 3.30.3. Updates `org.jline:jline-reader` from 3.30.0 to 3.30.3 Release notes Sourced from https://github.com/jline/jline3/releases";>org.jline:jlin

Re: [PR] Bump jlineVersion from 3.30.0 to 3.30.2 [maven]

2025-05-22 Thread via GitHub
dependabot[bot] closed pull request #2356: Bump jlineVersion from 3.30.0 to 3.30.2 URL: https://github.com/apache/maven/pull/2356 -- 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

Re: [PR] Add support for Maven 4 PluginDescriptor.getRequiredJavaVersion() method [maven-plugin-tools]

2025-05-22 Thread via GitHub
gnodet commented on code in PR #401: URL: https://github.com/apache/maven-plugin-tools/pull/401#discussion_r2103388541 ## maven-plugin-tools-api/src/main/java/org/apache/maven/tools/plugin/PluginDescriptorHelper.java: ## Review Comment: We could, but I still think being ab

[jira] [Created] (MNG-8740) Bump jlineVersion from 3.30.0 to 3.30.3

2025-05-22 Thread Guillaume Nodet (Jira)
Guillaume Nodet created MNG-8740: Summary: Bump jlineVersion from 3.30.0 to 3.30.3 Key: MNG-8740 URL: https://issues.apache.org/jira/browse/MNG-8740 Project: Maven Issue Type: Task

[jira] [Closed] (MNG-8738) Bump mockitoVersion from 5.17.0 to 5.18.0

2025-05-22 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MNG-8738. Resolution: Fixed > Bump mockitoVersion from 5.17.0 to 5.18.0 > -

Re: [PR] Add support for Maven 4 PluginDescriptor.getRequiredJavaVersion() method [maven-plugin-tools]

2025-05-22 Thread via GitHub
slawekjaranowski commented on code in PR #401: URL: https://github.com/apache/maven-plugin-tools/pull/401#discussion_r2103394138 ## maven-plugin-tools-api/src/main/java/org/apache/maven/tools/plugin/PluginDescriptorHelper.java: ## Review Comment: so should we do it in bran

[PR] Maven4 "legacy" mode and more [maven]

2025-05-22 Thread via GitHub
cstamas opened a new pull request, #2380: URL: https://github.com/apache/maven/pull/2380 Simple ability to make Maven 4 "work like Maven 3" would. TBD "inliner" transformer. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] Add support for Maven 4 PluginDescriptor.getRequiredJavaVersion() method [maven-plugin-tools]

2025-05-22 Thread via GitHub
gnodet commented on code in PR #401: URL: https://github.com/apache/maven-plugin-tools/pull/401#discussion_r2103440094 ## maven-plugin-tools-api/src/main/java/org/apache/maven/tools/plugin/PluginDescriptorHelper.java: ## Review Comment: > so should we do it in branch: mave

[PR] [MWRAPPER-158] Remove incorrect license header [maven-wrapper]

2025-05-22 Thread via GitHub
lbruun opened a new pull request, #166: URL: https://github.com/apache/maven-wrapper/pull/166 The "This code is licensed to ASF" license header on the generated `./mvn/wrapper/maven-wrapper.properties` file does not make sense. The file is the user's, not ASF's. It is generated as a conveni

[jira] [Commented] (MWRAPPER-158) Remove ASF header on generated maven-wrapper.properties

2025-05-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17953385#comment-17953385 ] ASF GitHub Bot commented on MWRAPPER-158: - lbruun opened a new pull request, #1

[jira] [Commented] (MWRAPPER-158) Remove ASF header on generated maven-wrapper.properties

2025-05-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17953387#comment-17953387 ] ASF GitHub Bot commented on MWRAPPER-158: - lbruun commented on PR #166: URL: ht

[jira] [Updated] (MWRAPPER-158) Remove ASF header on generated maven-wrapper.properties

2025-05-22 Thread Lars Bruun-Hansen (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Bruun-Hansen updated MWRAPPER-158: --- Priority: Major (was: Trivial) > Remove ASF header on generated maven-wrapper.prop

Re: [PR] [MWRAPPER-158] Remove incorrect license header [maven-wrapper]

2025-05-22 Thread via GitHub
lbruun commented on PR #166: URL: https://github.com/apache/maven-wrapper/pull/166#issuecomment-2900598668 CI pipeline currently blocked by [MWRAPPER-159](https://issues.apache.org/jira/browse/MWRAPPER-159) -- This is an automated message from the Apache Git Service. To respond to the mes

[PR] chore: ArtifactHandlerTest add test assertion to resolve `@SuppressWarnings("checkstyle:UnusedLocalVariable")` [maven]

2025-05-22 Thread via GitHub
Pankraz76 opened a new pull request, #2375: URL: https://github.com/apache/maven/pull/2375 provide only fixup for UnusedLocalVariable, no refactoring like in - https://github.com/apache/maven/pull/2365 -- This is an automated message from the Apache Git Service. To respond to the me

Re: [I] Some minor suggestions for improved navigation [maven-site]

2025-05-22 Thread via GitHub
hboutemy commented on issue #726: URL: https://github.com/apache/maven-site/issues/726#issuecomment-2900251468 great view: we just need to start simple with the 2 index pages for (future) Maven 4 we act as if Maven 3 was obsolete: it's the default, and will remain, we just need to create

Re: [PR] add test assertion to resolve `@SuppressWarnings("checkstyle:UnusedLocalVariable")` [maven]

2025-05-22 Thread via GitHub
Pankraz76 commented on PR #2365: URL: https://github.com/apache/maven/pull/2365#issuecomment-2900310652 its the same topic like done in: - https://github.com/apache/maven/pull/2367 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] add test assertion to resolve `@SuppressWarnings("checkstyle:UnusedLocalVariable")` [maven]

2025-05-22 Thread via GitHub
Pankraz76 commented on PR #2367: URL: https://github.com/apache/maven/pull/2367#issuecomment-2900312063 whats he issue with this one? - https://github.com/apache/maven/pull/2365 assuming its the same solution for common problem. -- This is an automated message from the Apache Git

Re: [PR] [POC-FIX-PMD] maven-pmd-plugin: reactivate PMD - Error Prone [maven]

2025-05-22 Thread via GitHub
Pankraz76 commented on PR #2364: URL: https://github.com/apache/maven/pull/2364#issuecomment-2900369354 > avoid noise and unnecessary notifications why cant we apply this valuable pattern inside the code too? `true ? false` is the logically same like `((true) ? (((false)))

Re: [PR] chore: `DefaultArtifactDeployer` PMD-Rule: `EmptyControlStatement` [maven]

2025-05-22 Thread via GitHub
Pankraz76 closed pull request #2371: chore: `DefaultArtifactDeployer` PMD-Rule: `EmptyControlStatement` URL: https://github.com/apache/maven/pull/2371 -- 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

Re: [PR] chore: `PluginParameterExpressionEvaluator` PMD-Rule: `EmptyControlStatement` [maven]

2025-05-22 Thread via GitHub
Pankraz76 closed pull request #2372: chore: `PluginParameterExpressionEvaluator` PMD-Rule: `EmptyControlStatement` URL: https://github.com/apache/maven/pull/2372 -- 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

Re: [PR] chore: `DefaultArtifactDeployer` PMD-Rule: `EmptyControlStatement` [maven]

2025-05-22 Thread via GitHub
Pankraz76 commented on PR #2371: URL: https://github.com/apache/maven/pull/2371#issuecomment-2900409558 reopen when capa -- 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

Re: [PR] chore: `PluginParameterExpressionEvaluator` PMD-Rule: `EmptyControlStatement` [maven]

2025-05-22 Thread via GitHub
Pankraz76 commented on PR #2372: URL: https://github.com/apache/maven/pull/2372#issuecomment-2900409359 reopen when capa -- 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

Re: [PR] [MNG-8696] Hide the cache from DefaultDependencyResolverResult constructor [maven]

2025-05-22 Thread via GitHub
Pankraz76 commented on code in PR #2347: URL: https://github.com/apache/maven/pull/2347#discussion_r2102002464 ## impl/maven-impl/src/main/java/org/apache/maven/impl/DefaultDependencyResolver.java: ## @@ -191,18 +210,14 @@ public DependencyResolverResult resolve(DependencyResol

[PR] chore: `DefaultUpdateCheckManager` Fix variable 'lock' is never used (PMD: UnusedPrivateField) [maven]

2025-05-22 Thread via GitHub
Pankraz76 opened a new pull request, #2376: URL: https://github.com/apache/maven/pull/2376 (no comment) -- 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-ma

[PR] chore: `DefaultUpdateCheckManager` unused parameter [maven]

2025-05-22 Thread via GitHub
Pankraz76 opened a new pull request, #2377: URL: https://github.com/apache/maven/pull/2377 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 t

Re: [PR] Add Arch Linux support [maven-wrapper]

2025-05-22 Thread via GitHub
lbruun commented on PR #144: URL: https://github.com/apache/maven-wrapper/pull/144#issuecomment-2900434354 If user has already set the `JAVA_HOME` then this code will not take that into account. In other words, the step need to surrounded by: ```bash if [ -z "$JAVA_HOME" ]; then

Re: [PR] chore: `DefaultUpdateCheckManager` unused parameter `RepositoryMetadata metadata` [maven]

2025-05-22 Thread via GitHub
Pankraz76 commented on PR #2377: URL: https://github.com/apache/maven/pull/2377#issuecomment-2900448273 waiting for https://github.com/apache/maven/pull/2376 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [PR] chore: `DefaultUpdateCheckManager` unused parameter `RepositoryMetadata metadata` [maven]

2025-05-22 Thread via GitHub
Pankraz76 closed pull request #2377: chore: `DefaultUpdateCheckManager` unused parameter `RepositoryMetadata metadata` URL: https://github.com/apache/maven/pull/2377 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [SUREFIRE-2288] Set version for maven-changes-plugin [maven-surefire]

2025-05-22 Thread via GitHub
sparsick commented on code in PR #846: URL: https://github.com/apache/maven-surefire/pull/846#discussion_r2101847427 ## pom.xml: ## @@ -376,6 +376,11 @@ + + org.apache.maven.plugins + maven-changes-plugin + 2

Re: [PR] [SUREFIRE-2288] Set version for maven-changes-plugin [maven-surefire]

2025-05-22 Thread via GitHub
sparsick commented on code in PR #846: URL: https://github.com/apache/maven-surefire/pull/846#discussion_r2101849887 ## pom.xml: ## @@ -376,6 +376,11 @@ + + org.apache.maven.plugins + maven-changes-plugin + 2

Re: [I] Some minor suggestions for improved navigation [maven-site]

2025-05-22 Thread via GitHub
sparsick commented on issue #726: URL: https://github.com/apache/maven-site/issues/726#issuecomment-2900228178 > Some thoughts about some points you suggest: > > Articles of the page are constantly updated, because most of it applies to all Maven version. So I don't think we should re

Re: [PR] [MNG-5913] Allow defining aliases for existing server configurations in settings.xml [maven]

2025-05-22 Thread via GitHub
michael-o commented on code in PR #2346: URL: https://github.com/apache/maven/pull/2346#discussion_r2103815665 ## maven-settings/src/main/mdo/settings.mdo: ## @@ -581,7 +581,18 @@ ]]> - + + ids + 1.3.0+ +

Re: [PR] [MNG-5913] Allow defining aliases for existing server configurations in settings.xml [maven]

2025-05-22 Thread via GitHub
kwin commented on code in PR #2346: URL: https://github.com/apache/maven/pull/2346#discussion_r2103812902 ## maven-settings/src/main/mdo/settings.mdo: ## @@ -581,7 +581,18 @@ ]]> - + + ids + 1.3.0+ + +

Re: [PR] Enable Github Issue [maven-reporting-api]

2025-05-22 Thread via GitHub
slawekjaranowski commented on PR #24: URL: https://github.com/apache/maven-reporting-api/pull/24#issuecomment-2903339929 I don't see change in asf.yml -- 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 g

Re: [PR] Enable Github Issue 3x [maven-reporting-api]

2025-05-22 Thread via GitHub
slawekjaranowski commented on code in PR #25: URL: https://github.com/apache/maven-reporting-api/pull/25#discussion_r2103858747 ## .github/pull_request_template.md: ## Review Comment: I'm not sure if PR template can be maintained by branches -- This is an automated mes

Re: [PR] Enable Github Issue [maven-reporting-api]

2025-05-22 Thread via GitHub
slawekjaranowski commented on code in PR #24: URL: https://github.com/apache/maven-reporting-api/pull/24#discussion_r2103861259 ## .github/release-drafter.yml: ## @@ -0,0 +1,21 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agree

Re: [PR] Github Issues 3.x [maven-reporting-impl]

2025-05-22 Thread via GitHub
slawekjaranowski commented on PR #68: URL: https://github.com/apache/maven-reporting-impl/pull/68#issuecomment-2903358917 similar here should we want to develop 3.x, such we have a release version on master? -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] Github Issues [maven-reporting-impl]

2025-05-22 Thread via GitHub
slawekjaranowski commented on code in PR #67: URL: https://github.com/apache/maven-reporting-impl/pull/67#discussion_r2103862530 ## .github/release-drafter.yml: ## @@ -0,0 +1,21 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agre

Re: [PR] chore: `DefaultUpdateCheckManager` Fix variable 'lock' is never used (PMD: UnusedPrivateField) [maven]

2025-05-22 Thread via GitHub
Pankraz76 commented on code in PR #2376: URL: https://github.com/apache/maven/pull/2376#discussion_r2103900101 ## compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/DefaultUpdateCheckManager.java: ## @@ -50,8 +50,6 @@ public class DefaultUpdateCheckManager exte

[I] Cannot generate correctly when module name contains subdirectory path [maven-archetype]

2025-05-22 Thread via GitHub
liangjihua opened a new issue, #274: URL: https://github.com/apache/maven-archetype/issues/274 ### Affected version 3.4.0 ### Bug description For example, I have an archetype like this: ``` |- __rootArtifactId__-openapi |- api | - index.ts `

Re: [PR] Enable Github Issue 3x [maven-reporting-api]

2025-05-22 Thread via GitHub
michael-o commented on PR #25: URL: https://github.com/apache/maven-reporting-api/pull/25#issuecomment-2903431849 > I'm not also sure if we want to develop 3.x No, we don't. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [PR] Github Issues 3.x [maven-reporting-impl]

2025-05-22 Thread via GitHub
michael-o commented on PR #68: URL: https://github.com/apache/maven-reporting-impl/pull/68#issuecomment-2903432277 > similar here should we want to develop 3.x, such we have a release version on master? No -- This is an automated message from the Apache Git Service. To respon

Re: [PR] chore: `DefaultUpdateCheckManager` Fix variable 'lock' is never used (PMD: UnusedPrivateField) [maven]

2025-05-22 Thread via GitHub
Pankraz76 commented on code in PR #2376: URL: https://github.com/apache/maven/pull/2376#discussion_r2103909260 ## compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/DefaultUpdateCheckManager.java: ## @@ -50,8 +50,6 @@ public class DefaultUpdateCheckManager exte

Re: [PR] chore: `DefaultUpdateCheckManager` Fix variable 'lock' is never used (PMD: UnusedPrivateField) [maven]

2025-05-22 Thread via GitHub
Pankraz76 commented on code in PR #2376: URL: https://github.com/apache/maven/pull/2376#discussion_r2103910930 ## impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/MojoExecutor.java: ## @@ -306,7 +306,7 @@ private void doExecute(MavenSession session, MojoExecutio

Re: [PR] chore: `DefaultUpdateCheckManager` Fix variable 'lock' is never used (PMD: UnusedPrivateField) [maven]

2025-05-22 Thread via GitHub
Pankraz76 commented on code in PR #2376: URL: https://github.com/apache/maven/pull/2376#discussion_r2103907689 ## compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/DefaultUpdateCheckManager.java: ## @@ -303,7 +301,7 @@ private Properties read(File touchfile) {

Re: [PR] chore: add test assertion to resolve `@SuppressWarnings("checkstyle:UnusedLocalVariable")` [maven]

2025-05-22 Thread via GitHub
Pankraz76 commented on PR #2367: URL: https://github.com/apache/maven/pull/2367#issuecomment-2903463035 > which includes questionable changes (e.g. the introduction of the `assertHeader` method). yes not applied SOC, sorry. > Addressing all PMD warnings should not be a goal.

[I] Provide goal "aggregate-cpd-no-fork" [maven-pmd-plugin]

2025-05-22 Thread via GitHub
Bukama opened a new issue, #208: URL: https://github.com/apache/maven-pmd-plugin/issues/208 ### New feature, improvement proposal The PMD plugin has a goal [`aggregate-pmd-no-fork`](https://maven.apache.org/plugins/maven-pmd-plugin/aggregate-pmd-no-fork-mojo.html) to generate a site

Re: [PR] chore: `DefaultUpdateCheckManager` Fix variable 'lock' is never used (PMD: UnusedPrivateField) [maven]

2025-05-22 Thread via GitHub
Pankraz76 commented on code in PR #2376: URL: https://github.com/apache/maven/pull/2376#discussion_r2103910930 ## impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/MojoExecutor.java: ## @@ -306,7 +306,7 @@ private void doExecute(MavenSession session, MojoExecutio