Re: [PR] Make DaemonRegistry concurrency-safe [maven-mvnd]

2025-03-06 Thread via GitHub
oehme commented on PR #1281: URL: https://github.com/apache/maven-mvnd/pull/1281#issuecomment-2705773931 Sorry I had to edit my message above, you probably responded to the first version where I had doubted the memory mapping change. The memory mapping was the second part of the problem aft

Re: [PR] Make DaemonRegistry concurrency-safe [maven-mvnd]

2025-03-06 Thread via GitHub
gnodet commented on PR #1281: URL: https://github.com/apache/maven-mvnd/pull/1281#issuecomment-2705728187 I'm not completely at ease with dropping the shared memory mapped file which afaik, will result in a performance loss. The use of this memory mapped file seems really a good use case,

Re: [PR] import KEYS history from svn [maven-parent]

2025-03-06 Thread via GitHub
hboutemy commented on code in PR #240: URL: https://github.com/apache/maven-parent/pull/240#discussion_r1984558048 ## KEYS: ## @@ -0,0 +1,4824 @@ +Edit this file in SVN at https://svn.apache.org/repos/asf/maven/project/KEYS + +Then publish to download area /dist/maven/KEYS by +

[PR] Bump org.simplify4u.plugins:pgpverify-maven-plugin from 1.18.2 to 1.19.0 [maven-gpg-plugin]

2025-03-06 Thread via GitHub
dependabot[bot] opened a new pull request, #130: URL: https://github.com/apache/maven-gpg-plugin/pull/130 Bumps [org.simplify4u.plugins:pgpverify-maven-plugin](https://github.com/s4u/pgpverify-maven-plugin) from 1.18.2 to 1.19.0. Release notes Sourced from https://github.com/s4u/p

[PR] Bump org.simplify4u.plugins:pgpverify-maven-plugin from 1.18.2 to 1.19.0 [maven-artifact-plugin]

2025-03-06 Thread via GitHub
dependabot[bot] opened a new pull request, #83: URL: https://github.com/apache/maven-artifact-plugin/pull/83 Bumps [org.simplify4u.plugins:pgpverify-maven-plugin](https://github.com/s4u/pgpverify-maven-plugin) from 1.18.2 to 1.19.0. Release notes Sourced from https://github.com/s4

Re: [PR] Make DaemonRegistry concurrency-safe [maven-mvnd]

2025-03-06 Thread via GitHub
oehme commented on PR #1281: URL: https://github.com/apache/maven-mvnd/pull/1281#issuecomment-2705073602 Turns out the real issue was in the `tryLock` method, which just silently returned `null` when the file couldn't be locked. Also today I learned that `try-with-resources` will happily ac

Re: [PR] Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 3.6.0 [maven-pdf-plugin]

2025-03-06 Thread via GitHub
slachiewicz commented on PR #67: URL: https://github.com/apache/maven-pdf-plugin/pull/67#issuecomment-2704985886 Not planned -- 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] Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 3.6.0 [maven-pdf-plugin]

2025-03-06 Thread via GitHub
dependabot[bot] commented on PR #67: URL: https://github.com/apache/maven-pdf-plugin/pull/67#issuecomment-2704986049 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version

Re: [PR] Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 3.6.0 [maven-pdf-plugin]

2025-03-06 Thread via GitHub
slachiewicz closed pull request #67: Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 3.6.0 URL: https://github.com/apache/maven-pdf-plugin/pull/67 -- 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

[PR] Bug: extension handling [maven-mvnd]

2025-03-06 Thread via GitHub
cstamas opened a new pull request, #1282: URL: https://github.com/apache/maven-mvnd/pull/1282 mvnd still had mvn3 like code, just drop it and let base parser do the work. All the mvnd needs is filtering. mvnd re extensions was still on mvn3 level, as it supported only one extnsions s

Re: [I] Daemon CLI parser does not detect extension conflicts [maven-mvnd]

2025-03-06 Thread via GitHub
cstamas commented on issue #1280: URL: https://github.com/apache/maven-mvnd/issues/1280#issuecomment-2704924947 Not only that: mvnd does not support all the sources that mvn does (project, user, installation). Current mvnd is still on "mvn 3 level" (project only). -- This is an automated

Re: [PR] Use empty arrays instead of pre-sized ones [maven-shared-utils]

2025-03-06 Thread via GitHub
elharo merged PR #188: URL: https://github.com/apache/maven-shared-utils/pull/188 -- 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

Re: [PR] Make DaemonRegistry concurrency-safe [maven-mvnd]

2025-03-06 Thread via GitHub
oehme commented on PR #1281: URL: https://github.com/apache/maven-mvnd/pull/1281#issuecomment-2704922967 Those mac/windows failures indicate there's still something wrong - I'll rework the test to use multiple processes instead of only multiple threads. Hopefully that'll uncover the problem

[jira] [Updated] (MCHANGES-468) custom template can not be loaded anymore

2025-03-06 Thread David Pilato (Jira)
[ https://issues.apache.org/jira/browse/MCHANGES-468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Pilato updated MCHANGES-468: -- Description: Hey team I noticed few things about the mail generation when using a custom tem

Re: [I] Daemon CLI parser does not detect extension conflicts [maven-mvnd]

2025-03-06 Thread via GitHub
cstamas commented on issue #1280: URL: https://github.com/apache/maven-mvnd/issues/1280#issuecomment-2704823157 Related work: https://github.com/apache/maven/pull/2147 but it missed rc-3 release. So I'd propose to "quickfix" this issue by making mvnd 2.0-rc-3 behave same as mvn 4.0-rc-3

Re: [PR] Make DaemonRegistry concurrency-safe [maven-mvnd]

2025-03-06 Thread via GitHub
gnodet commented on PR #1281: URL: https://github.com/apache/maven-mvnd/pull/1281#issuecomment-2704784630 Awesome work ! -- 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

[PR] Make DaemonRegistry concurrency-safe [maven-mvnd]

2025-03-06 Thread via GitHub
oehme opened a new pull request, #1281: URL: https://github.com/apache/maven-mvnd/pull/1281 The previous implementation used a memory-mapped file, which is not guaranteed to reflect changes made by other processes, like expanding the file content. Memory mapping only makes sense for large f

Re: [PR] Move snapshot repositories in a profile [maven-parent]

2025-03-06 Thread via GitHub
kwin commented on PR #451: URL: https://github.com/apache/maven-parent/pull/451#issuecomment-2704724867 Why? Have you faced any issue in Maven projects? -- 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

[jira] [Commented] (MCHANGES-468) custom template can not be loaded anymore

2025-03-06 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MCHANGES-468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17933103#comment-17933103 ] Michael Osipov commented on MCHANGES-468: - [~sjaranowski] > custom template ca

[jira] [Updated] (MCHANGES-468) custom template can not be loaded anymore

2025-03-06 Thread David Pilato (Jira)
[ https://issues.apache.org/jira/browse/MCHANGES-468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Pilato updated MCHANGES-468: -- Description: Hey team I noticed few things about the mail generation when using a custom tem

[jira] [Created] (MCHANGES-468) custom template can not be loaded anymore

2025-03-06 Thread David Pilato (Jira)
David Pilato created MCHANGES-468: - Summary: custom template can not be loaded anymore Key: MCHANGES-468 URL: https://issues.apache.org/jira/browse/MCHANGES-468 Project: Maven Changes Plugin

[PR] Move snapshot repositories in a profile [maven-parent]

2025-03-06 Thread via GitHub
slawekjaranowski opened a new pull request, #451: URL: https://github.com/apache/maven-parent/pull/451 (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 unsub

Re: [PR] Bump org.junit:junit-bom from 5.11.4 to 5.12.0 [maven-parent]

2025-03-06 Thread via GitHub
slawekjaranowski merged PR #236: URL: https://github.com/apache/maven-parent/pull/236 -- 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] [MNG-8615] [MNG-8616] Maven core extensions handling improvements [maven]

2025-03-06 Thread via GitHub
cstamas commented on code in PR #2147: URL: https://github.com/apache/maven/pull/2147#discussion_r1983716993 ## api/maven-api-cli/src/main/java/org/apache/maven/api/cli/CoreExtensions.java: ## @@ -0,0 +1,61 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one +

Re: [PR] [MNG-8615] [MNG-8616] Maven core extensions handling improvements [maven]

2025-03-06 Thread via GitHub
cstamas commented on code in PR #2147: URL: https://github.com/apache/maven/pull/2147#discussion_r1983742740 ## api/maven-api-cli/src/main/java/org/apache/maven/api/cli/CoreExtensions.java: ## @@ -0,0 +1,61 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one +

Re: [I] [MPOM-111] Remove redundant repositories section [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on issue #400: URL: https://github.com/apache/maven-parent/issues/400#issuecomment-2703309323 **[Herve Boutemy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hboutemy)** commented it's not redundant when parent pom is SNAPSHOT -- This is a

Re: [PR] [MNG-8615] [MNG-8616] Maven core extensions handling improvements [maven]

2025-03-06 Thread via GitHub
gnodet commented on code in PR #2147: URL: https://github.com/apache/maven/pull/2147#discussion_r1983707329 ## api/maven-api-cli/src/main/java/org/apache/maven/api/cli/CoreExtensions.java: ## @@ -0,0 +1,61 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + *

Re: [PR] [MNG-8615] [MNG-8616] Maven core extensions handling improvements [maven]

2025-03-06 Thread via GitHub
cstamas commented on code in PR #2147: URL: https://github.com/apache/maven/pull/2147#discussion_r1983709737 ## api/maven-api-cli/src/main/java/org/apache/maven/api/cli/CoreExtensions.java: ## @@ -0,0 +1,61 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one +

Re: [PR] [MNG-8615] [MNG-8616] Maven core extensions handling improvements [maven]

2025-03-06 Thread via GitHub
cstamas commented on code in PR #2147: URL: https://github.com/apache/maven/pull/2147#discussion_r1983709737 ## api/maven-api-cli/src/main/java/org/apache/maven/api/cli/CoreExtensions.java: ## @@ -0,0 +1,61 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one +

[PR] [MNG-8490] Add an XmlService and a builder + implementation for XmlNode [maven]

2025-03-06 Thread via GitHub
gnodet opened a new pull request, #2150: URL: https://github.com/apache/maven/pull/2150 (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-mail:

[jira] [Closed] (MNG-8618) mvnenc init crashes

2025-03-06 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MNG-8618. Resolution: Duplicate > mvnenc init crashes > > > Key: MNG-8618

[jira] [Commented] (MNG-8618) mvnenc init crashes

2025-03-06 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17933057#comment-17933057 ] Tamas Cservenak commented on MNG-8618: -- Is fixed in rc-3 that is staged and is on vote

[jira] [Created] (MNG-8618) mvnenc init crashes

2025-03-06 Thread Sergey Mashkov (Jira)
Sergey Mashkov created MNG-8618: --- Summary: mvnenc init crashes Key: MNG-8618 URL: https://issues.apache.org/jira/browse/MNG-8618 Project: Maven Issue Type: Bug Affects Versions: 4.0.0-rc-2

Re: [PR] [MNG-8615] [MNG-8616] Maven core extensions handling improvements [maven]

2025-03-06 Thread via GitHub
gnodet commented on PR #2147: URL: https://github.com/apache/maven/pull/2147#issuecomment-2704316935 > > Why do we consider a conflict if the extension is the same (same GAV + same config) ? That's not really a conflict. A conflict would be a different version or different config imho. >

[jira] [Commented] (MNG-8617) sonar-maven-plugin fails with Maven 4.0.0-rc3 with UnsupportedOperationException

2025-03-06 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17933045#comment-17933045 ] Tamas Cservenak commented on MNG-8617: -- Scala: [https://github.com/davidB/scala-maven

[jira] [Commented] (MNG-8617) sonar-maven-plugin fails with Maven 4.0.0-rc3 with UnsupportedOperationException

2025-03-06 Thread Filipe Roque (Jira)
[ https://issues.apache.org/jira/browse/MNG-8617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17933042#comment-17933042 ] Filipe Roque commented on MNG-8617: --- Also happens with scala-maven-plugin {code:xml} ❯ c

Re: [PR] [MNG-8615] [MNG-8616] Maven core extensions handling improvements [maven]

2025-03-06 Thread via GitHub
cstamas commented on PR #2147: URL: https://github.com/apache/maven/pull/2147#issuecomment-2704174587 > Why do we consider a conflict if the extension is the same (same GAV + same config) ? That's not really a conflict. A conflict would be a different version or different config imho.

Re: [PR] [MNG-8615] [MNG-8616] Maven core extensions handling improvements [maven]

2025-03-06 Thread via GitHub
gnodet commented on PR #2147: URL: https://github.com/apache/maven/pull/2147#issuecomment-2704141898 > Example of conflict and DEBUG output: > > ``` > [DEBUG] Configured core extensions: > [DEBUG] * USER: > [DEBUG] - eu.maveniverse.maven.mimir:extension:0.4.0 -> /home/cstam

[jira] [Commented] (MNG-8617) sonar-maven-plugin fails with Maven 4.0.0-rc3 with UnsupportedOperationException

2025-03-06 Thread Filipe Roque (Jira)
[ https://issues.apache.org/jira/browse/MNG-8617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17933022#comment-17933022 ] Filipe Roque commented on MNG-8617: ---   {code:java} ❯ /opt/maven/apache-maven-4.0.0-rc-3/b

Re: [I] [MPOM-21] share run-its profile with common invoker plugin configuration [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on issue #369: URL: https://github.com/apache/maven-parent/issues/369#issuecomment-2703306370 **[Herve Boutemy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hboutemy)** commented done and documented in http://maven.apache.org/pom/maven-plugins/

[jira] [Commented] (MNG-8617) sonar-maven-plugin fails with Maven 4.0.0-rc3 with UnsupportedOperationException

2025-03-06 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17933002#comment-17933002 ] Tamas Cservenak commented on MNG-8617: -- Can we see the output with {{-e}} maybe? > so

[jira] [Updated] (MNG-8617) sonar-maven-plugin fails with Maven 4.0.0-rc3 with UnsupportedOperationException

2025-03-06 Thread Filipe Roque (Jira)
[ https://issues.apache.org/jira/browse/MNG-8617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filipe Roque updated MNG-8617: -- Summary: sonar-maven-plugin fails with Maven 4.0.0-rc3 with UnsupportedOperationException (was: sona-mav

Re: [PR] [MPOM-357] Execute checkstyle after enforcer [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on PR #89: URL: https://github.com/apache/maven-parent/pull/89#issuecomment-2703316519 Resolve #278 -- 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: [I] [MPOM-111] Remove redundant repositories section [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on issue #400: URL: https://github.com/apache/maven-parent/issues/400#issuecomment-2703309333 **[Christopher Tubbs](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=ctubbsii)** commented Ah, nevermind. I get it. Need to configure the snapshot reposi

Re: [PR] [MNG-8615] [MNG-8616] Maven core extensions handling improvements [maven]

2025-03-06 Thread via GitHub
cstamas commented on PR #2147: URL: https://github.com/apache/maven/pull/2147#issuecomment-2703845574 Example of conflict and DEBUG output: ``` [DEBUG] Configured core extensions: [DEBUG] * USER: [DEBUG] - eu.maveniverse.maven.mimir:extension:0.4.0 -> /home/cstamas/.m2/extensio

Re: [PR] [MPOM-393] Bump maven-pmd-plugin from 3.20.0 to 3.21.0 [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on PR #130: URL: https://github.com/apache/maven-parent/pull/130#issuecomment-2703317652 Resolve #295 -- 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] [MPOM-292] cleanup after upgrade parent to ASF 25 [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on PR #48: URL: https://github.com/apache/maven-parent/pull/48#issuecomment-2703325378 Resolve #251 -- 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: [I] [MPOM-20] Maven Parent Pom should be properly documented [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on issue #353: URL: https://github.com/apache/maven-parent/issues/353#issuecomment-2703304929 **[Herve Boutemy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hboutemy)** commented documentation is available at http://maven.apache.org/pom/maven/ w

[I] [MPOM-464] Bump com.diffplug.spotless:spotless-maven-plugin from 2.41.1 to 2.43.0 [maven-parent]

2025-03-06 Thread via GitHub
jira-importer opened a new issue, #323: URL: https://github.com/apache/maven-parent/issues/323 **[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** opened **[MPOM-464](https://issues.apache.org/jira/browse/MPOM-464?redirect=false)** and c

Re: [I] [MPOM-415] Use surefire/failsafe version from ASF parent [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on issue #297: URL: https://github.com/apache/maven-parent/issues/297#issuecomment-2703298768 **[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented Can we finally clean up `surefireVersion` vs `surefire.version`.

[jira] [Assigned] (MNG-8615) Maven should fail on extensions discovery failure

2025-03-06 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak reassigned MNG-8615: Assignee: Tamas Cservenak > Maven should fail on extensions discovery failure >

Re: [PR] DO NOT MERGE Gemini "fix" for MCHANGES-467 [maven-changes-plugin]

2025-03-06 Thread via GitHub
elharo closed pull request #118: DO NOT MERGE Gemini "fix" for MCHANGES-467 URL: https://github.com/apache/maven-changes-plugin/pull/118 -- 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 c

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

2025-03-06 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak reassigned MNG-8616: Assignee: Tamas Cservenak > Maven should be smarter with extension conflicts > -

[jira] [Created] (MNG-8617) sona-maven-plugin fails with Maven 4.0.0-rc3 with UnsupportedOperationException

2025-03-06 Thread Filipe Roque (Jira)
Filipe Roque created MNG-8617: - Summary: sona-maven-plugin fails with Maven 4.0.0-rc3 with UnsupportedOperationException Key: MNG-8617 URL: https://issues.apache.org/jira/browse/MNG-8617 Project: Maven

[I] [MPOM-308] Upgrade Maven PMD Plugin from 3.15.0 to 3.16.0 [maven-parent]

2025-03-06 Thread via GitHub
jira-importer opened a new issue, #257: URL: https://github.com/apache/maven-parent/issues/257 **[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** opened **[MPOM-308](https://issues.apache.org/jira/browse/MPOM-308?redirect=false)** and c

Re: [PR] [MPOM-294] Remove surefire from Maven site reports [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on PR #49: URL: https://github.com/apache/maven-parent/pull/49#issuecomment-2703324243 Resolve #250 -- 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: [I] [MPOM-281] Update maven-plugin-plugin to 3.6.4 [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on issue #432: URL: https://github.com/apache/maven-parent/issues/432#issuecomment-2703312456 **[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** commented We have defined version of  Maven Plugin Tools in AS

Re: [I] [MPOM-85] Migrate Google search form and Google Analytics scripts to https on maven.apache.org [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on issue #371: URL: https://github.com/apache/maven-parent/issues/371#issuecomment-2703306615 **[Konstantin Gribov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=grossws)** commented [Karl Heinz Marbaise](https://issues.apache.org/jira/secure/Vi

[I] [MPOM-460] Remove surefire-report from parent [maven-parent]

2025-03-06 Thread via GitHub
jira-importer opened a new issue, #321: URL: https://github.com/apache/maven-parent/issues/321 **[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** opened **[MPOM-460](https://issues.apache.org/jira/browse/MPOM-460?redirect=false)** and commented

Re: [I] [MPOM-133] Upgrade plexus-component-metadata plugin / plexus-component-annotations [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on issue #386: URL: https://github.com/apache/maven-parent/issues/386#issuecomment-2703308008 **[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** commented Done in [r1752045](http://svn.apache.org/r1752045) -

Re: [I] [MPOM-82] add javaVersion property to manage target java [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on issue #380: URL: https://github.com/apache/maven-parent/issues/380#issuecomment-2703307422 **[Herve Boutemy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hboutemy)** commented done in [r1697125](http://svn.apache.org/r1697125) -- This

Re: [I] [MPOM-40] add jsr-305 annotations to dependencyManagement [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on issue #359: URL: https://github.com/apache/maven-parent/issues/359#issuecomment-2703305460 **[Herve Boutemy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hboutemy)** commented we should discuss it on dev@: as told when opening the issue, "eve

Re: [I] [MPOM-49] configure standard plugin-tools goals in parent pom [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on issue #335: URL: https://github.com/apache/maven-parent/issues/335#issuecomment-2703302441 **[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented You probably misunderstood me. Every project Using ASF-18 or MAV

Re: [I] [MPOM-19] Cannot stage site documentation with Maven 3.0.x [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on issue #336: URL: https://github.com/apache/maven-parent/issues/336#issuecomment-2703302522 **[Stephen Connolly](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=stephenc)** commented http://svn.apache.org/viewvc?rev=1140082&view=rev -- Thi

Re: [PR] Minor Javadoc cleanup [maven]

2025-03-06 Thread via GitHub
elharo merged PR #2126: URL: https://github.com/apache/maven/pull/2126 -- 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

[I] [MPOM-427] use version.artifactId property for dependency versions (like plugins) [maven-parent]

2025-03-06 Thread via GitHub
jira-importer opened a new issue, #302: URL: https://github.com/apache/maven-parent/issues/302 **[Herve Boutemy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hboutemy)** opened **[MPOM-427](https://issues.apache.org/jira/browse/MPOM-427?redirect=false)** and commented

Re: [I] [MPOM-462] Remove jxr-report from parent [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on issue #320: URL: https://github.com/apache/maven-parent/issues/320#issuecomment-2703301028 **[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** commented Project issues moved to GitHub, please copy to it.

[I] [MPOM-295] Remove checkstyle from Maven site reports [maven-parent]

2025-03-06 Thread via GitHub
jira-importer opened a new issue, #252: URL: https://github.com/apache/maven-parent/issues/252 **[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** opened **[MPOM-295](https://issues.apache.org/jira/browse/MPOM-295?redirect=false)** and c

Re: [I] [MPOM-281] Update maven-plugin-plugin to 3.6.4 [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on issue #432: URL: https://github.com/apache/maven-parent/issues/432#issuecomment-2703312459 **[Tibor Digana](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=tibor17)** commented Is this an aggregator ticket? The maven-plugin-plugin has the ver

Re: [I] [MPOM-111] Remove redundant repositories section [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on issue #400: URL: https://github.com/apache/maven-parent/issues/400#issuecomment-2703309338 **[Herve Boutemy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hboutemy)** commented because it's useful to test parent pom -- This is an automa

Re: [I] [MPOM-111] Remove redundant repositories section [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on issue #400: URL: https://github.com/apache/maven-parent/issues/400#issuecomment-2703309376 **[Herve Boutemy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hboutemy)** commented I don't find any way to automatically activate the profile only wh

Re: [I] [MPOM-295] Remove checkstyle from Maven site reports [maven-parent]

2025-03-06 Thread via GitHub
bmarwell closed issue #252: [MPOM-295] Remove checkstyle from Maven site reports URL: https://github.com/apache/maven-parent/issues/252 -- 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 co

Re: [I] [MPOM-216] Update java minimum version to 7 [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on issue #414: URL: https://github.com/apache/maven-parent/issues/414#issuecomment-2703310681 **[Robert Wertman](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=casualsuperman)** commented I believe I've created the proper update for this. Patch at

Re: [I] [MPOM-97] Upgrade plexus-component-metadata from 1.5.5 to 1.6 [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on issue #368: URL: https://github.com/apache/maven-parent/issues/368#issuecomment-2703306283 **[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** commented plexus-component-annotation should be in sync with plexus-

Re: [I] [MPOM-274] use Shared GitHub Actions [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on issue #436: URL: https://github.com/apache/maven-parent/issues/436#issuecomment-2703312857 **[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** commented PR was merged - please close and assign fix version.

[I] [MPOM-278] add "Extensions" entry to "Maven Projects" menu [maven-parent]

2025-03-06 Thread via GitHub
jira-importer opened a new issue, #438: URL: https://github.com/apache/maven-parent/issues/438 **[Herve Boutemy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hboutemy)** opened **[MPOM-278](https://issues.apache.org/jira/browse/MPOM-278?redirect=false)** and commented

Re: [I] [MPOM-116] Use https wherever possible [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on issue #391: URL: https://github.com/apache/maven-parent/issues/391#issuecomment-2703308494 **[Christopher Tubbs](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=ctubbsii)** commented A big fan, yes :) I've recently become concerned about

Re: [I] [MPOM-63] define m-compiler-p target version to avoid plugin-tools report limitation [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on issue #338: URL: https://github.com/apache/maven-parent/issues/338#issuecomment-2703302705 **[Herve Boutemy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hboutemy)** commented see http://jira.codehaus.org/browse/MPLUGIN-279 for plugin tools l

[I] [MPOM-426] downgrade plexus-xml to 3.0.0: 4.0.0 is incompatible with Maven 3 [maven-parent]

2025-03-06 Thread via GitHub
jira-importer opened a new issue, #304: URL: https://github.com/apache/maven-parent/issues/304 **[Herve Boutemy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hboutemy)** opened **[MPOM-426](https://issues.apache.org/jira/browse/MPOM-426?redirect=false)** and commented

Re: [I] [MPOM-61] Keep maven-surefire-report-plugin in sync with ASF parent [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on issue #347: URL: https://github.com/apache/maven-parent/issues/347#issuecomment-2703304368 **[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** commented Fixed in [r1637576](http://svn.apache.org/r1637576)

[I] [MPOM-353] Use standard value for ignoreFailures at m-invoker-p [maven-parent]

2025-03-06 Thread via GitHub
jira-importer opened a new issue, #277: URL: https://github.com/apache/maven-parent/issues/277 **[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** opened **[MPOM-353](https://issues.apache.org/jira/browse/MPOM-353?redirect=false)** and c

Re: [I] [MPOM-230] Remove maven-report [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on issue #426: URL: https://github.com/apache/maven-parent/issues/426#issuecomment-2703311818 **[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** commented Done in [8b812580efadf9da99a39c306440a81dabb8ea33](https:

Re: [I] [MPOM-235] Google Custom Search broken [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on issue #431: URL: https://github.com/apache/maven-parent/issues/431#issuecomment-2703312380 **[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented Fixed with [eb2fb5096fc506a15431e67214f8de3d8e351810](https://g

Re: [I] [MPOM-174] upgrade Fluido skin to 1.7 and configure site edit url [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on issue #407: URL: https://github.com/apache/maven-parent/issues/407#issuecomment-2703310034 **[Herve Boutemy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hboutemy)** commented https://gitbox.apache.org/repos/asf?p=maven-parent.git&a=commit&h

Re: [I] [MPOM-199] remove Archetypes parent POM from menu [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on issue #423: URL: https://github.com/apache/maven-parent/issues/423#issuecomment-2703311538 **[Herve Boutemy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hboutemy)** commented https://gitbox.apache.org/repos/asf?p=maven-parent.git&a=commit&h

Re: [I] [MPOM-122] Remove tagletArtifact org.apache.maven.plugin-tools:maven-plugin-tools-javadoc from maven-javadoc-plugin [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on issue #378: URL: https://github.com/apache/maven-parent/issues/378#issuecomment-2703307240 **[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented Fixed in [rev.1744422](http://svn.apache.org/viewvc?rev=1744422&

Re: [I] [MPOM-210] Adding CVE Checks via OWASP [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on issue #249: URL: https://github.com/apache/maven-parent/issues/249#issuecomment-2703294069 **[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented I don't like the owasp plugin because of the noise (false positi

[I] [MPOM-346] publish SBOM on release [maven-parent]

2025-03-06 Thread via GitHub
jira-importer opened a new issue, #273: URL: https://github.com/apache/maven-parent/issues/273 **[Herve Boutemy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hboutemy)** opened **[MPOM-346](https://issues.apache.org/jira/browse/MPOM-346?redirect=false)** and commented

Re: [PR] [MPOM-371] Fix checkstyle configuration [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on PR #94: URL: https://github.com/apache/maven-parent/pull/94#issuecomment-2703316642 Resolve #282 -- 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.

[I] [MPOM-372] Automatically format source files during Eclipse incremental build [maven-parent]

2025-03-06 Thread via GitHub
jira-importer opened a new issue, #285: URL: https://github.com/apache/maven-parent/issues/285 **[Konrad Windszus](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=kwin)** opened **[MPOM-372](https://issues.apache.org/jira/browse/MPOM-372?redirect=false)** and commented

Re: [PR] [MPOM-426] downgrade plexus-xml to 3.0.0 as 4 is incompatible with Maven 3 [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on PR #138: URL: https://github.com/apache/maven-parent/pull/138#issuecomment-2703318993 Resolve #304 -- 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] [MPOM-443] Skip empty surefire reports [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on PR #147: URL: https://github.com/apache/maven-parent/pull/147#issuecomment-2703319687 Resolve #309 -- 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] Bump spotless-maven-plugin from 2.27.1 to 2.28.0 [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on PR #93: URL: https://github.com/apache/maven-parent/pull/93#issuecomment-2703317252 Resolve #289 -- 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: [I] [MPOM-85] Migrate Google search form and Google Analytics scripts to https on maven.apache.org [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on issue #371: URL: https://github.com/apache/maven-parent/issues/371#issuecomment-2703306595 **[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** commented Ah Sorry Konstantin...misunderstanding on my siteI tho

Re: [I] [MPOM-210] Adding CVE Checks via OWASP [maven-parent]

2025-03-06 Thread via GitHub
bmarwell closed issue #249: [MPOM-210] Adding CVE Checks via OWASP URL: https://github.com/apache/maven-parent/issues/249 -- 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 uns

Re: [I] [MPOM-49] configure standard plugin-tools goals in parent pom [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on issue #335: URL: https://github.com/apache/maven-parent/issues/335#issuecomment-2703302434 **[Herve Boutemy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hboutemy)** commented Maven 2 is not gone just because you don't care: see https://buil

Re: [I] [MPOM-40] add jsr-305 annotations to dependencyManagement [maven-parent]

2025-03-06 Thread via GitHub
jira-importer commented on issue #359: URL: https://github.com/apache/maven-parent/issues/359#issuecomment-2703305461 **[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented Even if, the reference implementation from Google is not reachab

[I] [MPOM-348] Remove configuration for Maven Changes Plugin [maven-parent]

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

Re: [I] [MPOM-299] Remove invoker from Maven site reports [maven-parent]

2025-03-06 Thread via GitHub
bmarwell closed issue #256: [MPOM-299] Remove invoker from Maven site reports URL: https://github.com/apache/maven-parent/issues/256 -- 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

[I] [MPOM-473] Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.10 to 2.7.11 [maven-parent]

2025-03-06 Thread via GitHub
jira-importer opened a new issue, #324: URL: https://github.com/apache/maven-parent/issues/324 **[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** opened **[MPOM-473](https://issues.apache.org/jira/browse/MPOM-473?redirect=false)** and c

  1   2   3   4   5   >