Re: [PR] Replace Plexus dependency by more extensive usage of `java.nio` [maven-clean-plugin]

2025-04-03 Thread via GitHub
gnodet commented on PR #243: URL: https://github.com/apache/maven-clean-plugin/pull/243#issuecomment-2777675970 > > > I think that would make sense. The point is that the resource plugin can also be configured from the plugin, so with Path or String, but definitely not PathMatcher. > >

[jira] [Assigned] (MNG-8673) SourceRoot includes and excludes should be String

2025-04-03 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet reassigned MNG-8673: Assignee: Guillaume Nodet > SourceRoot includes and excludes should be String >

Re: [PR] Replace Plexus dependency by more extensive usage of `java.nio` [maven-clean-plugin]

2025-04-03 Thread via GitHub
gnodet commented on PR #243: URL: https://github.com/apache/maven-clean-plugin/pull/243#issuecomment-2777690035 > > > > I think that would make sense. The point is that the resource plugin can also be configured from the plugin, so with Path or String, but definitely not PathMatcher. >

[jira] [Updated] (SUREFIRE-2301) java.lang.ClassNotFoundException: org.junit.platform.engine.reporting.OutputDirectoryProvider

2025-04-03 Thread Jira
[ https://issues.apache.org/jira/browse/SUREFIRE-2301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Höhmann updated SUREFIRE-2301: -- Description: After change from 3.5.2 to 3.5.3 I have such an exception in my build.

Re: [I] [MDEPLOY-118] Enable deployment of attached release artifacts if POM is identical [maven-deploy-plugin]

2025-04-03 Thread via GitHub
jira-importer commented on issue #502: URL: https://github.com/apache/maven-deploy-plugin/issues/502#issuecomment-2771546997 **[Martin Todorov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=carlspring)** commented In your case you're only referring to OS-s. However, th

[jira] [Created] (SUREFIRE-2301) java.lang.ClassNotFoundException: org.junit.platform.engine.reporting.OutputDirectoryProvider

2025-04-03 Thread Jira
Andreas Höhmann created SUREFIRE-2301: - Summary: java.lang.ClassNotFoundException: org.junit.platform.engine.reporting.OutputDirectoryProvider Key: SUREFIRE-2301 URL: https://issues.apache.org/jira/browse/SURE

[jira] [Assigned] (SUREFIRE-2298) @Nested test classes are not reported properly

2025-04-03 Thread Olivier Lamy (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy reassigned SUREFIRE-2298: -- Assignee: Olivier Lamy > @Nested test classes are not reported properly > -

[PR] Bump org.apache.maven.plugins:maven-plugins from 42 to 44 [maven-jar-plugin]

2025-04-03 Thread via GitHub
dependabot[bot] opened a new pull request, #137: URL: https://github.com/apache/maven-jar-plugin/pull/137 Bumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 42 to 44. Release notes Sourced from https://github.com/apache/maven-parent/release

[PR] Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 4.0.0-alpha-2 to 4.0.0-beta-4 [maven-jar-plugin]

2025-04-03 Thread via GitHub
dependabot[bot] opened a new pull request, #136: URL: https://github.com/apache/maven-jar-plugin/pull/136 Bumps [org.apache.maven.plugin-testing:maven-plugin-testing-harness](https://github.com/apache/maven-plugin-testing) from 4.0.0-alpha-2 to 4.0.0-beta-4. Release notes Sourced

[PR] Bump mavenVersion from 4.0.0-rc-2 to 4.0.0-rc-3 [maven-jar-plugin]

2025-04-03 Thread via GitHub
dependabot[bot] opened a new pull request, #135: URL: https://github.com/apache/maven-jar-plugin/pull/135 Bumps `mavenVersion` from 4.0.0-rc-2 to 4.0.0-rc-3. Updates `org.apache.maven:maven-api-core` from 4.0.0-rc-2 to 4.0.0-rc-3 Release notes Sourced from https://github.com/apac

Re: [PR] Bump jetty9Version from 9.4.55.v20240627 to 12.0.18 [maven]

2025-04-03 Thread via GitHub
dependabot[bot] commented on PR #2159: URL: https://github.com/apache/maven/pull/2159#issuecomment-2777317201 Superseded by #2231. -- 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

Re: [PR] Bump jetty9Version from 9.4.55.v20240627 to 12.0.18 [maven]

2025-04-03 Thread via GitHub
dependabot[bot] closed pull request #2159: Bump jetty9Version from 9.4.55.v20240627 to 12.0.18 URL: https://github.com/apache/maven/pull/2159 -- 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 spec

[PR] Bump jetty9Version from 9.4.55.v20240627 to 12.0.19 [maven]

2025-04-03 Thread via GitHub
dependabot[bot] opened a new pull request, #2231: URL: https://github.com/apache/maven/pull/2231 Bumps `jetty9Version` from 9.4.55.v20240627 to 12.0.19. Updates `org.eclipse.jetty:jetty-server` from 9.4.55.v20240627 to 12.0.19 Updates `org.eclipse.jetty:jetty-security` from 9.4.55.v

Re: [I] compiler plugin does not process JPMS patch modules correctly [maven-compiler-plugin]

2025-04-03 Thread via GitHub
larry-cable commented on issue #321: URL: https://github.com/apache/maven-compiler-plugin/issues/321#issuecomment-2777236755 the mystery deepens, so I strace(1) mvn and located the execve of javac: `execve("/usr/java/jdk-24-oracle-x64//bin/javac", ["javac", "--release", "24", "--modu

Re: [I] compiler plugin does not process JPMS patch modules correctly [maven-compiler-plugin]

2025-04-03 Thread via GitHub
larry-cable commented on issue #321: URL: https://github.com/apache/maven-compiler-plugin/issues/321#issuecomment-2777174596 > When the compilation fails, a `target/javac.args` file should exist. Are the parameters in that file the ones that you would expect? ``` more target/javac

Re: [I] compiler plugin does not process JPMS patch modules correctly [maven-compiler-plugin]

2025-04-03 Thread via GitHub
desruisseaux commented on issue #321: URL: https://github.com/apache/maven-compiler-plugin/issues/321#issuecomment-2777161319 When the compilation fails, a `target/javac.args` file should exist. Are the parameters in that file the ones that you would expect? -- This is an automated messa

Re: [I] [MDEPLOY-174] [REGRESSION] url not required anymore, causing a NullPointerException [maven-deploy-plugin]

2025-04-03 Thread via GitHub
jira-importer commented on issue #170: URL: https://github.com/apache/maven-deploy-plugin/issues/170#issuecomment-2771512183 **[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented Fixed in [r1568656](http://svn.apache.org/r1568656)

[PR] Bump org.apache.maven.plugins:maven-plugins from 43 to 44 [maven-resources-plugin]

2025-04-03 Thread via GitHub
dependabot[bot] opened a new pull request, #113: URL: https://github.com/apache/maven-resources-plugin/pull/113 Bumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 43 to 44. Release notes Sourced from https://github.com/apache/maven-parent/r

Re: [I] Support for multiple archetypes repositories [maven-archetype]

2025-04-03 Thread via GitHub
jagame commented on issue #259: URL: https://github.com/apache/maven-archetype/issues/259#issuecomment-2776981236 An possible "fix" should be too simple as modify RemoteCatalogArchetypeDataSource: ```java @Named("remote-catalog") @Singleton public class RemoteCatalogArchetypeDat

Re: [PR] [MNG-8637] Pull out Standalone API from UTs [maven]

2025-04-03 Thread via GitHub
gnodet commented on code in PR #2226: URL: https://github.com/apache/maven/pull/2226#discussion_r2027356066 ## impl/maven-impl/pom.xml: ## @@ -112,6 +112,22 @@ under the License. org.apache.maven.resolver maven-resolver-impl + Review Comment: I've mov

Re: [I] [MDEPLOY-246] Deploy doesn't send authentication credentials [maven-deploy-plugin]

2025-04-03 Thread via GitHub
jira-importer commented on issue #384: URL: https://github.com/apache/maven-deploy-plugin/issues/384#issuecomment-2771536166 **[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented Please provide debug log output. -- This is an au

Re: [I] [MDEPLOY-251] generatePom=false not working with 3.0.0-M1 [maven-deploy-plugin]

2025-04-03 Thread via GitHub
jira-importer closed issue #567: [MDEPLOY-251] generatePom=false not working with 3.0.0-M1 URL: https://github.com/apache/maven-deploy-plugin/issues/567 -- 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

Re: [I] [MPOM-244] Deploy SHA-512 for source-release to Remote Repository [maven-apache-parent]

2025-04-03 Thread via GitHub
jira-importer commented on issue #456: URL: https://github.com/apache/maven-apache-parent/issues/456#issuecomment-2771730853 **[Herve Boutemy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hboutemy)** commented PR merged in https://github.com/apache/maven-apache-paren

Re: [I] [MDEPLOY-157] Add deployAtEnd option for multimodule projects [maven-deploy-plugin]

2025-04-03 Thread via GitHub
jira-importer commented on issue #166: URL: https://github.com/apache/maven-deploy-plugin/issues/166#issuecomment-2771511857 **[Alexander Kriegisch](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=kriegaex)** commented Sorry for digging up this issue. I have this in my p

Re: [I] [MDEPLOY-112] deployed snapshot name has different build numbers for multiple artifacts of the same build [maven-deploy-plugin]

2025-04-03 Thread via GitHub
jira-importer commented on issue #501: URL: https://github.com/apache/maven-deploy-plugin/issues/501#issuecomment-2771546835 **[Gabriel Dogaru](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=gdogaru)** commented [04:41:21]: [INFO] [deploy:deploy {execution: default-depl

[jira] [Updated] (MNG-8459) Consider use of org.junit-pioneer:junit-pioneer in tests

2025-04-03 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-8459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-8459: Fix Version/s: (was: 4.0.x-candidate) > Consider use of org.junit-pioneer:junit-pioneer in tests

Re: [I] [MPOM-218] consider impact of maven-remote-resources-plugin in plugins not pluginManagement [maven-apache-parent]

2025-04-03 Thread via GitHub
jira-importer commented on issue #459: URL: https://github.com/apache/maven-apache-parent/issues/459#issuecomment-2771731424 **[Christopher Tubbs](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=ctubbsii)** commented In Accumulo, we just just provide a basic "DEPENDENCIE

[jira] [Comment Edited] (MNG-8467) maven.properties file documentation is not visible as an option to configure maven

2025-04-03 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-8467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940824#comment-17940824 ] Michael Osipov edited comment on MNG-8467 at 4/3/25 9:15 PM: - F

[jira] [Commented] (MNG-8467) maven.properties file documentation is not visible as an option to configure maven

2025-04-03 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-8467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940824#comment-17940824 ] Michael Osipov commented on MNG-8467: - Folks, please add a proper version. > maven.pro

Re: [PR] Replace Plexus dependency by more extensive usage of `java.nio` [maven-clean-plugin]

2025-04-03 Thread via GitHub
gnodet commented on PR #243: URL: https://github.com/apache/maven-clean-plugin/pull/243#issuecomment-2776936980 > > I think that would make sense. The point is that the resource plugin can also be configured from the plugin, so with Path or String, but definitely not PathMatcher. >

[jira] [Updated] (MNG-8028) Maven3 "resolves" in-reactor dependency if there is main artifact present

2025-04-03 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-8028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-8028: Fix Version/s: (was: 4.0.x-candidate) > Maven3 "resolves" in-reactor dependency if there is main

Re: [I] compiler plugin does not process JPMS patch modules correctly [maven-compiler-plugin]

2025-04-03 Thread via GitHub
larry-cable commented on issue #321: URL: https://github.com/apache/maven-compiler-plugin/issues/321#issuecomment-2776920184 @desruisseaux downloaded 4.0.0-rc3, installed, cloned maven-compiler-plugin and pulled PR #320 built and installed in my local m2 repo and attempted to rebuild my p

[jira] [Created] (MNG-8674) Get rid of Resource#mergeId which comes from Maven 2 and is not used

2025-04-03 Thread Guillaume Nodet (Jira)
Guillaume Nodet created MNG-8674: Summary: Get rid of Resource#mergeId which comes from Maven 2 and is not used Key: MNG-8674 URL: https://issues.apache.org/jira/browse/MNG-8674 Project: Maven

[jira] [Updated] (MNG-8674) Get rid of Resource#mergeId which comes from Maven 2 and is not used

2025-04-03 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-8674: - Priority: Minor (was: Major) > Get rid of Resource#mergeId which comes from Maven 2 and is not use

[jira] [Updated] (MNG-8674) Get rid of Resource#mergeId which comes from Maven 2 and is not used

2025-04-03 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-8674: - Fix Version/s: 4.0.0-rc-4 > Get rid of Resource#mergeId which comes from Maven 2 and is not used >

[I] Support for multiple archetypes repositories [maven-archetype]

2025-04-03 Thread via GitHub
jagame opened a new issue, #259: URL: https://github.com/apache/maven-archetype/issues/259 ### New feature, improvement proposal Given current settings.xml: ```xml http://maven.apache.org/SETTINGS/1.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xs

Re: [I] [MPOM-118] Enforce strong GPG signatures by default [maven-apache-parent]

2025-04-03 Thread via GitHub
jira-importer commented on issue #430: URL: https://github.com/apache/maven-apache-parent/issues/430#issuecomment-2771723173 **[Herve Boutemy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hboutemy)** commented no, AFAIK, it is not inherited yes, it would require te

Re: [I] compiler plugin does not process JPMS patch modules correctly [maven-compiler-plugin]

2025-04-03 Thread via GitHub
desruisseaux commented on issue #321: URL: https://github.com/apache/maven-compiler-plugin/issues/321#issuecomment-2776631961 The compiler plugin got a major refactoring in Maven 4, especially regarding JPMS. Would you have the possibility to test with Maven 4.0.0-rc-3 and the compiler plu

[jira] [Updated] (MNG-8671) Resolver context usage should be enforced

2025-04-03 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-8671: - Issue Type: Improvement (was: Task) > Resolver context usage should be enforced >

[jira] [Commented] (MNG-8671) Resolver context usage should be enforced

2025-04-03 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940807#comment-17940807 ] Guillaume Nodet commented on MNG-8671: -- Maybe a better idea would be to scope requests

[jira] [Updated] (MNG-8647) Set the default source directory to `src/${scope}/${lang}` as per documentation

2025-04-03 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-8647: - Issue Type: Improvement (was: Task) > Set the default source directory to `src/${scope}/${lang}` a

[jira] [Comment Edited] (MNG-8671) Resolver context usage should be enforced

2025-04-03 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940802#comment-17940802 ] Guillaume Nodet edited comment on MNG-8671 at 4/3/25 7:03 PM: --

[jira] [Commented] (MNG-8671) Resolver context usage should be enforced

2025-04-03 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940802#comment-17940802 ] Guillaume Nodet commented on MNG-8671: -- Yes, I don't think we want to break all Maven

[jira] [Closed] (MNG-8620) Most links broken from SVG in https://maven.apache.org/ref/4-LATEST/

2025-04-03 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MNG-8620. > Most links broken from SVG in https://maven.apache.org/ref/4-LATEST/ >

[jira] [Created] (MNG-8673) SourceRoot includes and excludes should be String

2025-04-03 Thread Guillaume Nodet (Jira)
Guillaume Nodet created MNG-8673: Summary: SourceRoot includes and excludes should be String Key: MNG-8673 URL: https://issues.apache.org/jira/browse/MNG-8673 Project: Maven Issue Type: Impro

[jira] [Updated] (MNG-8633) Initialize entities map lazily

2025-04-03 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-8633: - Priority: Trivial (was: Major) > Initialize entities map lazily > -- >

Re: [I] compiler plugin does not process JPMS patch modules correctly [maven-compiler-plugin]

2025-04-03 Thread via GitHub
larry-cable commented on issue #321: URL: https://github.com/apache/maven-compiler-plugin/issues/321#issuecomment-2776670327 @desruisseaux I will attempt today and report back here, thx for your rapid response!!! watch this space... -- This is an automated message from the Apache

[jira] [Updated] (MNG-8633) Initialize entities map lazily

2025-04-03 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-8633: - Issue Type: Improvement (was: Task) > Initialize entities map lazily > ---

[jira] [Commented] (MNG-8449) ProblemCollector filter

2025-04-03 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940801#comment-17940801 ] Guillaume Nodet commented on MNG-8449: -- What is this about ? > ProblemCollector filte

[jira] [Updated] (MNG-8450) BOM importing model building warnings should be reported in-situ

2025-04-03 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-8450: - Issue Type: Improvement (was: Task) > BOM importing model building warnings should be reported in-

[jira] [Updated] (MNG-8637) Pull out "Standalone API" from UTs

2025-04-03 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-8637: - Issue Type: New Feature (was: Task) > Pull out "Standalone API" from UTs > ---

[jira] [Updated] (MNG-8624) Fix dependency not being set correctly for unsupported types

2025-04-03 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-8624: - Issue Type: Bug (was: Task) > Fix dependency not being set correctly for unsupported types > -

[jira] [Updated] (MNG-8616) Maven should be smarter with extension conflicts

2025-04-03 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-8616: - Issue Type: New Feature (was: Task) > Maven should be smarter with extension conflicts > -

[jira] [Updated] (MNG-8653) Fix 'all' phase and add 'each' phase

2025-04-03 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-8653: - Issue Type: New Feature (was: Task) > Fix 'all' phase and add 'each' phase >

[jira] [Updated] (MNG-8660) Decouple legacy prompter from implementation details

2025-04-03 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-8660: - Issue Type: Improvement (was: Task) > Decouple legacy prompter from implementation details > -

[jira] [Updated] (MNG-8646) Make IT tests use "outer" Mimir caching as well

2025-04-03 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-8646: - Issue Type: Task (was: Bug) > Make IT tests use "outer" Mimir caching as well > --

[jira] [Updated] (MNG-5668) The concurrent builder should always run `after:xxx` phase if `before:xxx` phase has been started

2025-04-03 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-5668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-5668: - Parent: (was: MNG-5665) Issue Type: Bug (was: Sub-task) > The concurrent builder shoul

[jira] [Updated] (MNG-8620) Most links broken from SVG in https://maven.apache.org/ref/4-LATEST/

2025-04-03 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-8620: - Issue Type: Task (was: Improvement) > Most links broken from SVG in https://maven.apache.org/ref/4

[jira] [Updated] (MNG-8511) Explains the meaning of cling

2025-04-03 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-8511: - Priority: Trivial (was: Blocker) > Explains the meaning of cling > - >

[jira] [Updated] (MNG-8511) Explains the meaning of cling

2025-04-03 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-8511: - Issue Type: Task (was: Improvement) > Explains the meaning of cling >

[jira] [Updated] (MNG-8509) org.apache.maven.internal.impl.Utils.nonNull should be removed

2025-04-03 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-8509: - Issue Type: Task (was: Improvement) > org.apache.maven.internal.impl.Utils.nonNull should be remov

[jira] [Updated] (MNG-8653) Fix 'all' phase and add 'each' phase

2025-04-03 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-8653: - Summary: Fix 'all' phase and add 'each' phase (was: Fix all phase and add each phase) > Fix 'al

[jira] [Updated] (MNG-8630) Bump ch.qos.logback:logback-classic from 1.5.17 to 1.5.18

2025-04-03 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-8630: - Issue Type: Dependency upgrade (was: Task) > Bump ch.qos.logback:logback-classic from 1.5.17 to 1.

[jira] [Created] (MSHARED-1474) Upgrade to Maven 4.0.0-rc-2

2025-04-03 Thread Guillaume Nodet (Jira)
Guillaume Nodet created MSHARED-1474: Summary: Upgrade to Maven 4.0.0-rc-2 Key: MSHARED-1474 URL: https://issues.apache.org/jira/browse/MSHARED-1474 Project: Maven Shared Components Issue

[jira] [Updated] (MSHARED-1474) Upgrade to Maven 4.0.0-rc-2

2025-04-03 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MSHARED-1474: - Fix Version/s: 4.0.0-beta-2 > Upgrade to Maven 4.0.0-rc-2 > ---

Re: [PR] Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 4.0.0-beta-2 to 4.0.0-beta-4 [maven-filtering]

2025-04-03 Thread via GitHub
gnodet merged PR #147: URL: https://github.com/apache/maven-filtering/pull/147 -- 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.

[I] compiler plugin does not process JPMS patch modules correctly [maven-compiler-plugin]

2025-04-03 Thread via GitHub
larry-cable opened a new issue, #321: URL: https://github.com/apache/maven-compiler-plugin/issues/321 ### Affected version 3.5.9 ### Bug description the java module system supports the ability to compile and execute "patch modules" these are patches to existing modules t

Re: [PR] Bump org.apache.maven.shared:maven-shared-components from 43 to 44 [maven-filtering]

2025-04-03 Thread via GitHub
gnodet merged PR #146: URL: https://github.com/apache/maven-filtering/pull/146 -- 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.

[jira] [Commented] (MSHARED-1473) Bump org.apache.maven.shared:maven-shared-components from 43 to 44

2025-04-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940787#comment-17940787 ] ASF GitHub Bot commented on MSHARED-1473: - gnodet merged PR #145: URL: https://

[jira] [Updated] (MSHARED-1473) Bump org.apache.maven.shared:maven-shared-components from 43 to 44

2025-04-03 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MSHARED-1473: - Issue Type: Dependency upgrade (was: Task) > Bump org.apache.maven.shared:maven-shared

[jira] [Assigned] (MSHARED-1474) Upgrade to Maven 4.0.0-rc-2

2025-04-03 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet reassigned MSHARED-1474: Assignee: Guillaume Nodet > Upgrade to Maven 4.0.0-rc-2 > --

[jira] [Assigned] (MSHARED-1473) Bump org.apache.maven.shared:maven-shared-components from 43 to 44

2025-04-03 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet reassigned MSHARED-1473: Assignee: Guillaume Nodet > Bump org.apache.maven.shared:maven-shared-components

[jira] [Commented] (MSHARED-1474) Upgrade to Maven 4.0.0-rc-2

2025-04-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940788#comment-17940788 ] ASF GitHub Bot commented on MSHARED-1474: - gnodet merged PR #138: URL: https://

[jira] [Closed] (MSHARED-1474) Upgrade to Maven 4.0.0-rc-2

2025-04-03 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MSHARED-1474. Resolution: Fixed > Upgrade to Maven 4.0.0-rc-2 > --- > >

Re: [PR] [MSHARED-1474] Upgrade to Maven 4.0.0-rc-2 [maven-filtering]

2025-04-03 Thread via GitHub
gnodet merged PR #138: URL: https://github.com/apache/maven-filtering/pull/138 -- 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.

[jira] [Closed] (MSHARED-1473) Bump org.apache.maven.shared:maven-shared-components from 43 to 44

2025-04-03 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MSHARED-1473. Resolution: Fixed > Bump org.apache.maven.shared:maven-shared-components from 43 to 44 >

[jira] [Updated] (MSHARED-1473) Bump org.apache.maven.shared:maven-shared-components from 43 to 44

2025-04-03 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MSHARED-1473: - Fix Version/s: 4.0.0-beta-2 > Bump org.apache.maven.shared:maven-shared-components from

Re: [PR] [MSHARED-1473] Bump org.apache.maven.shared:maven-shared-components from 43 to 44 [maven-filtering]

2025-04-03 Thread via GitHub
gnodet merged PR #145: URL: https://github.com/apache/maven-filtering/pull/145 -- 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: [PR] Bump org.apache.maven.shared:maven-filtering from 3.3.2 to 3.4.0 [maven-resources-plugin]

2025-04-03 Thread via GitHub
gnodet merged PR #107: URL: https://github.com/apache/maven-resources-plugin/pull/107 -- 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...

Re: [PR] Bump commons-io:commons-io from 2.16.0 to 2.18.0 [maven-resources-plugin]

2025-04-03 Thread via GitHub
gnodet merged PR #102: URL: https://github.com/apache/maven-resources-plugin/pull/102 -- 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...

Re: [PR] Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0 [maven-resources-plugin]

2025-04-03 Thread via GitHub
gnodet merged PR #104: URL: https://github.com/apache/maven-resources-plugin/pull/104 -- 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...

Re: [PR] Bump org.apache.maven.plugins:maven-plugins from 43 to 44 [maven-resources-plugin]

2025-04-03 Thread via GitHub
gnodet merged PR #109: URL: https://github.com/apache/maven-resources-plugin/pull/109 -- 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...

[I] [MPOM-344] Update maven-remote-resources-plugin to 3.1.0 [maven-apache-parent]

2025-04-03 Thread via GitHub
jira-importer opened a new issue, #507: URL: https://github.com/apache/maven-apache-parent/issues/507 **[Sylwester Lachiewicz](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slachiewicz)** opened **[MPOM-344](https://issues.apache.org/jira/browse/MPOM-344?redirect=false)** an

Re: [I] [MINSTALL-30] Command Line parameter 'version' does not override pom file [maven-install-plugin]

2025-04-03 Thread via GitHub
jira-importer closed issue #142: [MINSTALL-30] Command Line parameter 'version' does not override pom file URL: https://github.com/apache/maven-install-plugin/issues/142 -- 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] [MPOM-32] Apache POM 10 forces all child projects to generate the project info reports [maven-apache-parent]

2025-04-03 Thread via GitHub
jira-importer commented on issue #311: URL: https://github.com/apache/maven-apache-parent/issues/311#issuecomment-2771679054 **[Sebb](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=s...@apache.org)** commented See attached sample POMs. Both attempt to change the

Re: [PR] [MINSTALL-206] Add IT to verify that phase=none skips execution without errors [maven-install-plugin]

2025-04-03 Thread via GitHub
gnodet merged PR #340: URL: https://github.com/apache/maven-install-plugin/pull/340 -- 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...@m

Re: [PR] Bump commons-io:commons-io from 2.16.1 to 2.18.0 [maven-jar-plugin]

2025-04-03 Thread via GitHub
gnodet commented on PR #114: URL: https://github.com/apache/maven-jar-plugin/pull/114#issuecomment-2776382881 @dependabot rebase -- 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 comme

Re: [PR] Bump org.slf4j:slf4j-api from 1.7.36 to 2.0.17 [maven-jar-plugin]

2025-04-03 Thread via GitHub
dependabot[bot] closed pull request #122: Bump org.slf4j:slf4j-api from 1.7.36 to 2.0.17 URL: https://github.com/apache/maven-jar-plugin/pull/122 -- 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] Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.0 [maven-jar-plugin]

2025-04-03 Thread via GitHub
gnodet merged PR #109: URL: https://github.com/apache/maven-jar-plugin/pull/109 -- 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: [PR] Bump org.slf4j:slf4j-api from 1.7.36 to 2.0.17 [maven-jar-plugin]

2025-04-03 Thread via GitHub
dependabot[bot] commented on PR #122: URL: https://github.com/apache/maven-jar-plugin/pull/122#issuecomment-2776380965 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, pleas

Re: [PR] Bump org.slf4j:slf4j-api from 1.7.36 to 2.0.17 [maven-jar-plugin]

2025-04-03 Thread via GitHub
gnodet commented on PR #122: URL: https://github.com/apache/maven-jar-plugin/pull/122#issuecomment-2776380845 @dependabot ignore this major version -- 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] Bump com.google.guava:guava from 33.3.1-jre to 33.4.6-jre [maven-jar-plugin]

2025-04-03 Thread via GitHub
gnodet merged PR #133: URL: https://github.com/apache/maven-jar-plugin/pull/133 -- 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

[jira] [Commented] (MJAR-322) Upgrade to maven 4.0.0-rc-2

2025-04-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MJAR-322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940758#comment-17940758 ] ASF GitHub Bot commented on MJAR-322: - gnodet merged PR #115: URL: https://github.com/a

Re: [PR] [MJAR-322] Upgrade to maven 4.0.0-rc-2 [maven-jar-plugin]

2025-04-03 Thread via GitHub
gnodet merged PR #115: URL: https://github.com/apache/maven-jar-plugin/pull/115 -- 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: [PR] Bump org.apache.maven.plugins:maven-plugins from 43 to 44 [maven-jar-plugin]

2025-04-03 Thread via GitHub
gnodet merged PR #124: URL: https://github.com/apache/maven-jar-plugin/pull/124 -- 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] [MINSTALL-206] Ability to skip execution by setting phase to none [maven-install-plugin]

2025-04-03 Thread via GitHub
gnodet closed issue #317: [MINSTALL-206] Ability to skip execution by setting phase to none URL: https://github.com/apache/maven-install-plugin/issues/317 -- 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] [MNG-8637] Pull out Standalone API from UTs [maven]

2025-04-03 Thread via GitHub
gnodet commented on PR #2226: URL: https://github.com/apache/maven/pull/2226#issuecomment-2776322731 > Not to mention: now if this pulled out, what happens to maven-testing supplier? Should they be the same? Maven testing uses mocks, so not really affected. -- This is an automated

Re: [I] [MINSTALL-143] Move checksum generation from install to deploy plugin [maven-install-plugin]

2025-04-03 Thread via GitHub
jira-importer commented on issue #263: URL: https://github.com/apache/maven-install-plugin/issues/263#issuecomment-2771862110 **[Nick Williams](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=beamerblvd)** commented Any suggestions on how to get artifact checksums when u

[jira] [Commented] (MNG-8672) Maven 4 CLI substitutes variable when single quoted

2025-04-03 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-8672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940731#comment-17940731 ] Michael Osipov commented on MNG-8672: - I knew that the offending change is a problem.

[jira] [Updated] (MRESOLVER-569) DependencyCollectionException.getResult().getExceptions() always returns one exception

2025-04-03 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MRESOLVER-569: -- Component/s: Resolver > DependencyCollectionException.getResult().getExceptions() al

  1   2   >