[jira] [Commented] (MSOURCES-143) Can't create a source and test jar in Commons using commons-parent

2024-01-09 Thread Rob Vesse (Jira)
[ https://issues.apache.org/jira/browse/MSOURCES-143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17804691#comment-17804691 ] Rob Vesse commented on MSOURCES-143: I don't understand the lack of urgency from th

[jira] [Comment Edited] (MSOURCES-143) Can't create a source and test jar in Commons using commons-parent

2024-01-09 Thread Rob Vesse (Jira)
[ https://issues.apache.org/jira/browse/MSOURCES-143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17804691#comment-17804691 ] Rob Vesse edited comment on MSOURCES-143 at 1/9/24 11:34 AM:

[jira] [Comment Edited] (MSOURCES-143) Can't create a source and test jar in Commons using commons-parent

2024-01-09 Thread Rob Vesse (Jira)
[ https://issues.apache.org/jira/browse/MSOURCES-143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17804691#comment-17804691 ] Rob Vesse edited comment on MSOURCES-143 at 1/9/24 11:34 AM:

[jira] [Assigned] (MNG-7994) Update to Resolver 2.0.0-alpha-6

2024-01-09 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet reassigned MNG-7994: Assignee: Tamas Cservenak > Update to Resolver 2.0.0-alpha-6 > -

[jira] [Commented] (MNG-7973) New api resolving Map.Entry is not enough

2024-01-09 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17804694#comment-17804694 ] Guillaume Nodet commented on MNG-7973: -- [~cstamas] where can I get this information fr

[jira] [Commented] (MSHARED-989) Undeprecate DirectoryScanner and MatchPattern(s)

2024-01-09 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17804695#comment-17804695 ] Konrad Windszus commented on MSHARED-989: - There is also [FileSystem.getPathMat

[jira] [Commented] (MSOURCES-143) Can't create a source and test jar in Commons using commons-parent

2024-01-09 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/MSOURCES-143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17804702#comment-17804702 ] Romain Manni-Bucau commented on MSOURCES-143: - [~rvesse] probably linked to

[jira] [Commented] (MSOURCES-143) Can't create a source and test jar in Commons using commons-parent

2024-01-09 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/MSOURCES-143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17804705#comment-17804705 ] Gary D. Gregory commented on MSOURCES-143: -- But my (poor) understanding of thi

Re: [PR] [MNG-5862] Support XML entities and XInclude [maven]

2024-01-09 Thread via GitHub
gnodet commented on PR #1205: URL: https://github.com/apache/maven/pull/1205#issuecomment-1883027717 One possibility would be to create an extension to support this feature. This should be possible as the entities/xinclude are only processed at build time and the consumer pom is flattened.

[jira] [Commented] (MNG-5862) POM XML parser needs XInclude and/or XML Entity support

2024-01-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-5862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17804715#comment-17804715 ] ASF GitHub Bot commented on MNG-5862: - gnodet commented on PR #1205: URL: https://githu

[jira] [Created] (MNG-7996) Remove experimental flag from build-consumer feature

2024-01-09 Thread Guillaume Nodet (Jira)
Guillaume Nodet created MNG-7996: Summary: Remove experimental flag from build-consumer feature Key: MNG-7996 URL: https://issues.apache.org/jira/browse/MNG-7996 Project: Maven Issue Type: Ne

Re: [PR] [MNG-7996] Remove experimental flag from build-consumer feature [maven]

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

[jira] [Commented] (MNG-7996) Remove experimental flag from build-consumer feature

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

[jira] [Closed] (MNG-7996) Remove experimental flag from build-consumer feature

2024-01-09 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MNG-7996. Resolution: Fixed > Remove experimental flag from build-consumer feature > --

Re: [PR] [MNG-5862] Support XML entities and XInclude [maven]

2024-01-09 Thread via GitHub
elharo commented on code in PR #1205: URL: https://github.com/apache/maven/pull/1205#discussion_r1446059983 ## maven-model-builder/src/main/java/org/apache/maven/model/io/DefaultModelReader.java: ## @@ -100,14 +104,39 @@ private Path getRootDirectory(Map options) { retu

[jira] [Commented] (MNG-5862) POM XML parser needs XInclude and/or XML Entity support

2024-01-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-5862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17804719#comment-17804719 ] ASF GitHub Bot commented on MNG-5862: - elharo commented on code in PR #1205: URL: https

Re: [PR] Clean mdo schemas [maven]

2024-01-09 Thread via GitHub
elharo commented on code in PR #1365: URL: https://github.com/apache/maven/pull/1365#discussion_r1446077275 ## api/maven-api-plugin/src/main/mdo/lifecycle.mdo: ## @@ -18,20 +18,20 @@ under the License. --> http://codehaus-plexus.github.io/MODELLO/2.0.0"; xmlns:xsi="http://w

Re: [PR] Bump org.codehaus.plexus:plexus-interactivity-api from 1.1 to 1.2 [maven-javadoc-plugin]

2024-01-09 Thread via GitHub
elharo commented on PR #258: URL: https://github.com/apache/maven-javadoc-plugin/pull/258#issuecomment-1883041585 @dependabot recreate -- 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 specifi

Re: [PR] Bump org.codehaus.plexus:plexus-archiver from 4.9.0 to 4.9.1 [maven-javadoc-plugin]

2024-01-09 Thread via GitHub
elharo commented on PR #263: URL: https://github.com/apache/maven-javadoc-plugin/pull/263#issuecomment-1883042021 @dependabot recreate -- 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 specifi

[jira] [Resolved] (MSHARED-1022) Documents of patterns used for filtering

2024-01-09 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliotte Rusty Harold resolved MSHARED-1022. Resolution: Duplicate valid issue that will be tracked in an earlier bug

[jira] [Closed] (MSHARED-1022) Documents of patterns used for filtering

2024-01-09 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliotte Rusty Harold closed MSHARED-1022. -- > Documents of patterns used for filtering >

[jira] [Updated] (MSHARED-995) Documents of patterns used for filtering

2024-01-09 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliotte Rusty Harold updated MSHARED-995: -- Summary: Documents of patterns used for filtering (was: documentation) > Docu

[jira] [Commented] (MSOURCES-143) Can't create a source and test jar in Commons using commons-parent

2024-01-09 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/MSOURCES-143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17804731#comment-17804731 ] Romain Manni-Bucau commented on MSOURCES-143: - [~ggregory] well the only th

Re: [PR] Improve transfer listener speed [maven]

2024-01-09 Thread via GitHub
michael-o commented on code in PR #1302: URL: https://github.com/apache/maven/pull/1302#discussion_r1446105119 ## maven-embedder/src/main/java/org/apache/maven/cli/transfer/ConsoleMavenTransferListener.java: ## @@ -34,79 +36,159 @@ */ public class ConsoleMavenTransferListener

[jira] [Commented] (MSOURCES-143) Can't create a source and test jar in Commons using commons-parent

2024-01-09 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/MSOURCES-143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17804739#comment-17804739 ] Gary D. Gregory commented on MSOURCES-143: -- Hi [~romain.manni-bucau]  I gave

[jira] [Created] (MNG-7997) Alias not working when invoking mojo directly

2024-01-09 Thread Jira
Christoph Läubrich created MNG-7997: --- Summary: Alias not working when invoking mojo directly Key: MNG-7997 URL: https://issues.apache.org/jira/browse/MNG-7997 Project: Maven Issue Type: New

[jira] [Updated] (MSITE-1000) Allow parametrisation of Doxia parser per file

2024-01-09 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MSITE-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated MSITE-1000: --- Component/s: doxia integration > Allow parametrisation of Doxia parser per file > ---

[jira] [Assigned] (MSITE-1000) Allow parametrisation of Doxia parser per file

2024-01-09 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MSITE-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus reassigned MSITE-1000: -- Assignee: Konrad Windszus > Allow parametrisation of Doxia parser per file > -

[jira] [Commented] (MSOURCES-143) Can't create a source and test jar in Commons using commons-parent

2024-01-09 Thread Rob Vesse (Jira)
[ https://issues.apache.org/jira/browse/MSOURCES-143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17804777#comment-17804777 ] Rob Vesse commented on MSOURCES-143: Put together a minimal reproducer and did some

[jira] [Commented] (MSOURCES-143) Can't create a source and test jar in Commons using commons-parent

2024-01-09 Thread Rob Vesse (Jira)
[ https://issues.apache.org/jira/browse/MSOURCES-143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17804780#comment-17804780 ] Rob Vesse commented on MSOURCES-143: [~romain.manni-bucau] From my further investig

[jira] [Commented] (MSOURCES-143) Can't create a source and test jar in Commons using commons-parent

2024-01-09 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/MSOURCES-143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17804795#comment-17804795 ] Romain Manni-Bucau commented on MSOURCES-143: - [~rvesse] yes, if you check

[jira] [Created] (MNG-7998) Internal cleanup re Tasks (goal vs lifecycle)

2024-01-09 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MNG-7998: Summary: Internal cleanup re Tasks (goal vs lifecycle) Key: MNG-7998 URL: https://issues.apache.org/jira/browse/MNG-7998 Project: Maven Issue Type: Task

[PR] [MNG-7998] Minor cleanup regarding "tasks" [maven]

2024-01-09 Thread via GitHub
cstamas opened a new pull request, #1366: URL: https://github.com/apache/maven/pull/1366 Just a minor cleanup regarding internals of "tasks". --- https://issues.apache.org/jira/browse/MNG-7998 -- This is an automated message from the Apache Git Service. To respond to the mess

[jira] [Commented] (MNG-7998) Internal cleanup re Tasks (goal vs lifecycle)

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

[jira] [Commented] (MCOMPILER-391) annotationProcessorPaths have to follow dependencyManagement rules

2024-01-09 Thread Falko Modler (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17804814#comment-17804814 ] Falko Modler commented on MCOMPILER-391: Heads-up: m2e in Eclipse IDE needs a

[jira] [Commented] (MNG-7976) Investigate MNG-6127 IT instability

2024-01-09 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17804831#comment-17804831 ] Tamas Cservenak commented on MNG-7976: -- Tried locally (on Linux and MacOS) to reproduc

[jira] [Assigned] (MNG-7998) Internal cleanup re Tasks (goal vs lifecycle)

2024-01-09 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak reassigned MNG-7998: Assignee: Tamas Cservenak > Internal cleanup re Tasks (goal vs lifecycle) >

[jira] [Created] (MNG-7999) Review components with unused members

2024-01-09 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MNG-7999: Summary: Review components with unused members Key: MNG-7999 URL: https://issues.apache.org/jira/browse/MNG-7999 Project: Maven Issue Type: Task Co

[jira] [Commented] (MBUILDCACHE-73) Add project version as additional property for reconcilation

2024-01-09 Thread Xaver (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-73?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17804848#comment-17804848 ] Xaver commented on MBUILDCACHE-73: -- Hi there, V1.0.1 works awesome (we use it in a l

[PR] [MNG-7999] Cleanup [maven]

2024-01-09 Thread via GitHub
cstamas opened a new pull request, #1367: URL: https://github.com/apache/maven/pull/1367 This is an ongoing effort to perform a bit of cleanup in Maven Core and around. No logic changes, just removing unused members, redundant checks, etc. --- https://issues.apache.org/jira/bro

[jira] [Commented] (MNG-7999) Review components with unused members

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

Re: [PR] [MNG-7999] Cleanup [maven]

2024-01-09 Thread via GitHub
gnodet commented on code in PR #1367: URL: https://github.com/apache/maven/pull/1367#discussion_r1446515465 ## maven-core/src/main/java/org/apache/maven/lifecycle/internal/DependencyContext.java: ## @@ -48,7 +43,7 @@ public class DependencyContext { private final Collecti

[jira] [Commented] (MNG-7999) Review components with unused members

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

Re: [PR] Remove experimental bit from buildconsumer [maven-integration-testing]

2024-01-09 Thread via GitHub
gnodet merged PR #331: URL: https://github.com/apache/maven-integration-testing/pull/331 -- 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

[jira] [Commented] (MNG-5862) POM XML parser needs XInclude and/or XML Entity support

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

Re: [PR] [MNG-5862] Support XML entities and XInclude [maven]

2024-01-09 Thread via GitHub
gnodet commented on code in PR #1205: URL: https://github.com/apache/maven/pull/1205#discussion_r1446520142 ## api/maven-api-core/src/main/java/org/apache/maven/api/feature/Features.java: ## @@ -0,0 +1,72 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + *

Re: [PR] [MNG-7999] Cleanup [maven]

2024-01-09 Thread via GitHub
cstamas commented on code in PR #1367: URL: https://github.com/apache/maven/pull/1367#discussion_r1446520933 ## maven-core/src/main/java/org/apache/maven/lifecycle/internal/DependencyContext.java: ## @@ -48,7 +43,7 @@ public class DependencyContext { private final Collect

[jira] [Commented] (MNG-7999) Review components with unused members

2024-01-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17804860#comment-17804860 ] ASF GitHub Bot commented on MNG-7999: - cstamas commented on code in PR #1367: URL: http

Re: [PR] [MNG-5862] Support XML entities and XInclude [maven]

2024-01-09 Thread via GitHub
gnodet commented on code in PR #1205: URL: https://github.com/apache/maven/pull/1205#discussion_r1446522303 ## maven-model-builder/src/main/java/org/apache/maven/model/io/DefaultModelReader.java: ## @@ -100,14 +104,39 @@ private Path getRootDirectory(Map options) { retu

[jira] [Commented] (MNG-5862) POM XML parser needs XInclude and/or XML Entity support

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

Re: [PR] [MNGSITE-530] Link to Maven 4.1.0 XSD is broken / shows "404 Page not found" [maven-site]

2024-01-09 Thread via GitHub
gnodet merged PR #480: URL: https://github.com/apache/maven-site/pull/480 -- 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.apach

[jira] [Commented] (MNGSITE-530) Link to Maven 4.1.0 XSD is broken / shows "404 Page not found"

2024-01-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNGSITE-530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17804874#comment-17804874 ] ASF GitHub Bot commented on MNGSITE-530: gnodet merged PR #480: URL: https://git

[jira] [Comment Edited] (MBUILDCACHE-73) Add project version as additional property for reconcilation

2024-01-09 Thread Xaver (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-73?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17804848#comment-17804848 ] Xaver edited comment on MBUILDCACHE-73 at 1/9/24 8:30 PM: -- H

[jira] [Closed] (MNGSITE-530) Link to Maven 4.1.0 XSD is broken / shows "404 Page not found"

2024-01-09 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNGSITE-530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MNGSITE-530. --- Resolution: Fixed > Link to Maven 4.1.0 XSD is broken / shows "404 Page not found" > ---

Re: [PR] [MNG-7998] Minor cleanup regarding "tasks" [maven]

2024-01-09 Thread via GitHub
cstamas merged PR #1366: URL: https://github.com/apache/maven/pull/1366 -- 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.

[jira] [Closed] (MNG-7998) Internal cleanup re Tasks (goal vs lifecycle)

2024-01-09 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MNG-7998. Resolution: Fixed > Internal cleanup re Tasks (goal vs lifecycle) > -

[jira] [Commented] (MNG-7998) Internal cleanup re Tasks (goal vs lifecycle)

2024-01-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17804882#comment-17804882 ] ASF GitHub Bot commented on MNG-7998: - cstamas merged PR #1366: URL: https://github.com

Re: [PR] docck Maven Plugin was retired so remove reference from docs [maven-site]

2024-01-09 Thread via GitHub
gnodet commented on PR #483: URL: https://github.com/apache/maven-site/pull/483#issuecomment-1883799098 It would be nice to indicate the reason why the plugin was retired. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[PR] Restrict permissions to GITHUB_TOKEN [maven-gh-actions-shared]

2024-01-09 Thread via GitHub
slawekjaranowski opened a new pull request, #92: URL: https://github.com/apache/maven-gh-actions-shared/pull/92 https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs https://github.com/release-drafter/release-drafter -- This is an automated message from the Apache

Re: [PR] docck Maven Plugin was retired so remove reference from docs [maven-site]

2024-01-09 Thread via GitHub
slawekjaranowski commented on PR #483: URL: https://github.com/apache/maven-site/pull/483#issuecomment-1883834018 https://issues.apache.org/jira/browse/MDOCCK-39 -- 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] Bump org.codehaus.plexus:plexus-xml from 3.0.0 to 4.0.3 [maven-doxia-converter]

2024-01-09 Thread via GitHub
dependabot[bot] closed pull request #60: Bump org.codehaus.plexus:plexus-xml from 3.0.0 to 4.0.3 URL: https://github.com/apache/maven-doxia-converter/pull/60 -- 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 t

Re: [PR] Bump org.codehaus.plexus:plexus-xml from 3.0.0 to 4.0.3 [maven-doxia-converter]

2024-01-09 Thread via GitHub
dependabot[bot] commented on PR #60: URL: https://github.com/apache/maven-doxia-converter/pull/60#issuecomment-1883837536 Looks like org.codehaus.plexus:plexus-xml is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to t

[PR] Use Maven 3.6.3, 3.9.6 in matrix build by default [maven-gh-actions-shared]

2024-01-09 Thread via GitHub
slawekjaranowski opened a new pull request, #93: URL: https://github.com/apache/maven-gh-actions-shared/pull/93 (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.

Re: [PR] Use Maven 3.6.3, 3.9.6 in matrix build by default [maven-gh-actions-shared]

2024-01-09 Thread via GitHub
cstamas commented on code in PR #93: URL: https://github.com/apache/maven-gh-actions-shared/pull/93#discussion_r1446647366 ## .github/workflows/maven-verify-test.yml: ## @@ -35,4 +35,4 @@ jobs: ff-jdk: '21' verify-goal: clean install verify-fail-fast: false

[jira] [Updated] (MNG-7999) Review components with unused members

2024-01-09 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MNG-7999: - Fix Version/s: 4.0.0 4.0.0-alpha-11 (was: 4.0.x-candidate)

Re: [PR] Add JDK 21 to standard builds, deploy by JDK 21 [maven-jenkins-lib]

2024-01-09 Thread via GitHub
slawekjaranowski commented on PR #10: URL: https://github.com/apache/maven-jenkins-lib/pull/10#issuecomment-1883882369 Similar as in GH Actions https://github.com/apache/maven-gh-actions-shared/pull/91 -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] [MASSEMBLY-1008] Fix transitive dependencies resolving with required scope [maven-assembly-plugin]

2024-01-09 Thread via GitHub
slawekjaranowski commented on code in PR #166: URL: https://github.com/apache/maven-assembly-plugin/pull/166#discussion_r1446680127 ## pom.xml: ## @@ -108,10 +108,9 @@ under the License. org.eclipse.aether - aether-api + aether-util Review

[jira] [Commented] (MASSEMBLY-1008) Assembly plugin handles scopes wrongly

2024-01-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MASSEMBLY-1008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17804899#comment-17804899 ] ASF GitHub Bot commented on MASSEMBLY-1008: --- slawekjaranowski commented on

[jira] [Created] (MSHARED-1350) Upgrade parent POM to version 41

2024-01-09 Thread Sylwester Lachiewicz (Jira)
Sylwester Lachiewicz created MSHARED-1350: - Summary: Upgrade parent POM to version 41 Key: MSHARED-1350 URL: https://issues.apache.org/jira/browse/MSHARED-1350 Project: Maven Shared Components

Re: [PR] [MPOM-455] Add dependencyManagement for JUnit 5 [maven-parent]

2024-01-09 Thread via GitHub
slachiewicz merged PR #154: URL: https://github.com/apache/maven-parent/pull/154 -- 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...@mave

[jira] [Closed] (MPOM-455) Add dependencyManagement for JUnit 5

2024-01-09 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MPOM-455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz closed MPOM-455. - Resolution: Fixed > Add dependencyManagement for JUnit 5 >

[jira] [Assigned] (MPOM-455) Add dependencyManagement for JUnit 5

2024-01-09 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MPOM-455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz reassigned MPOM-455: - Assignee: Sylwester Lachiewicz > Add dependencyManagement for JUnit 5 > --

[jira] [Updated] (MPOM-455) Add dependencyManagement for JUnit 5

2024-01-09 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MPOM-455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MPOM-455: -- Fix Version/s: MAVEN-42 > Add dependencyManagement for JUnit 5 >

Re: [PR] docck Maven Plugin was retired so remove reference from docs [maven-site]

2024-01-09 Thread via GitHub
slawekjaranowski merged PR #483: URL: https://github.com/apache/maven-site/pull/483 -- 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] [MPOM-449] Remove the leading "1." from source/target properties [maven-parent]

2024-01-09 Thread via GitHub
slachiewicz merged PR #155: URL: https://github.com/apache/maven-parent/pull/155 -- 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...@mave

[jira] [Assigned] (MPOM-449) Remove the leading "1." from source/target properties

2024-01-09 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MPOM-449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz reassigned MPOM-449: - Assignee: Sylwester Lachiewicz > Remove the leading "1." from source/target proper

[jira] [Closed] (MPOM-449) Remove the leading "1." from source/target properties

2024-01-09 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MPOM-449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz closed MPOM-449. - Resolution: Fixed > Remove the leading "1." from source/target properties > ---

Re: [PR] [MPOM-452] Use properties for snapshot and release repository IDs as well [maven-apache-parent]

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

[jira] [Assigned] (MPOM-452) Apache Parent POM - Use property for Apache Repository IDs

2024-01-09 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MPOM-452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz reassigned MPOM-452: - Assignee: Sylwester Lachiewicz > Apache Parent POM - Use property for Apache Repos

[jira] [Closed] (MPOM-452) Apache Parent POM - Use property for Apache Repository IDs

2024-01-09 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MPOM-452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz closed MPOM-452. - Resolution: Fixed > Apache Parent POM - Use property for Apache Repository IDs > --

[jira] [Updated] (MPOM-452) Apache Parent POM - Use property for Apache Repository IDs

2024-01-09 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MPOM-452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MPOM-452: -- Fix Version/s: ASF-32 > Apache Parent POM - Use property for Apache Repository IDs >

[jira] [Commented] (MPOM-375) Add license header automatically to all files

2024-01-09 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MPOM-375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17804905#comment-17804905 ] Sylwester Lachiewicz commented on MPOM-375: --- {quote}Improvement published in {{pl

Re: [PR] Bump org.apache.maven.plugins:maven-site-plugin from 4.0.0-M8 to 4.0.0-M13 [maven-site]

2024-01-09 Thread via GitHub
asfgit closed pull request #477: Bump org.apache.maven.plugins:maven-site-plugin from 4.0.0-M8 to 4.0.0-M13 URL: https://github.com/apache/maven-site/pull/477 -- 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

Re: [PR] Bump org.apache.maven.plugins:maven-site-plugin from 4.0.0-M8 to 4.0.0-M13 [maven-site]

2024-01-09 Thread via GitHub
dependabot[bot] commented on PR #477: URL: https://github.com/apache/maven-site/pull/477#issuecomment-1883938825 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, le

[jira] [Commented] (MSHARED-1350) Upgrade parent POM to version 41

2024-01-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17804913#comment-17804913 ] ASF GitHub Bot commented on MSHARED-1350: - slachiewicz opened a new pull reques

Re: [PR] Bump org.apache.maven.shared:maven-shared-components from 39 to 41 [maven-script-interpreter]

2024-01-09 Thread via GitHub
slachiewicz closed pull request #101: Bump org.apache.maven.shared:maven-shared-components from 39 to 41 URL: https://github.com/apache/maven-script-interpreter/pull/101 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] Bump org.apache.maven.shared:maven-shared-components from 39 to 41 [maven-script-interpreter]

2024-01-09 Thread via GitHub
dependabot[bot] commented on PR #101: URL: https://github.com/apache/maven-script-interpreter/pull/101#issuecomment-1883945371 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 mi

Re: [PR] [MSHARED-1350] Upgrade parent POM to version 41 [maven-script-interpreter]

2024-01-09 Thread via GitHub
slachiewicz merged PR #103: URL: https://github.com/apache/maven-script-interpreter/pull/103 -- 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-unsu

[jira] [Closed] (MSHARED-1350) Upgrade parent POM to version 41

2024-01-09 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz closed MSHARED-1350. - Resolution: Fixed > Upgrade parent POM to version 41 >

[jira] [Assigned] (MSHARED-1350) Upgrade parent POM to version 41

2024-01-09 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz reassigned MSHARED-1350: - Assignee: Sylwester Lachiewicz > Upgrade parent POM to version 41 > --

[jira] [Commented] (MSHARED-1350) Upgrade parent POM to version 41

2024-01-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17804916#comment-17804916 ] ASF GitHub Bot commented on MSHARED-1350: - slachiewicz merged PR #103: URL: htt

[jira] [Created] (SUREFIRE-2232) StatelessXmlReporter fails to process failed result without a throwable

2024-01-09 Thread Artem Yak (Jira)
Artem Yak created SUREFIRE-2232: --- Summary: StatelessXmlReporter fails to process failed result without a throwable Key: SUREFIRE-2232 URL: https://issues.apache.org/jira/browse/SUREFIRE-2232 Project: Ma

Re: [PR] Bump org.codehaus.plexus:plexus-io from 3.4.1 to 3.4.2 [maven-javadoc-plugin]

2024-01-09 Thread via GitHub
elharo commented on PR #262: URL: https://github.com/apache/maven-javadoc-plugin/pull/262#issuecomment-1884121951 CI loks borked: Error: Could not find satisfied version for SemVer '21'. Available versions: 20.0.2+9, 20.0.1+9, 19.0.2+7, 18.0.2+9, 18.0.2+9, 18.0.1+102, 18.0.1+

Re: [PR] Bump org.codehaus.plexus:plexus-archiver from 4.9.0 to 4.9.1 [maven-javadoc-plugin]

2024-01-09 Thread via GitHub
elharo commented on PR #263: URL: https://github.com/apache/maven-javadoc-plugin/pull/263#issuecomment-1884123094 Error: Internal server error occurred while resolving "actions/checkout@v4". Internal server error occurred while resolving "actions/setup-java@v4". Internal server error occur

[jira] [Commented] (MNG-7976) Investigate MNG-6127 IT instability

2024-01-09 Thread Zhongming Hua (Jira)
[ https://issues.apache.org/jira/browse/MNG-7976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17804962#comment-17804962 ] Zhongming Hua commented on MNG-7976: [~cstamas]  I can find the log from [https://ci-

[PR] Bump doxiaVersion from 2.0.0-M6 to 2.0.0-M9 [maven-doxia-converter]

2024-01-09 Thread via GitHub
dependabot[bot] opened a new pull request, #61: URL: https://github.com/apache/maven-doxia-converter/pull/61 Bumps `doxiaVersion` from 2.0.0-M6 to 2.0.0-M9. Updates `org.apache.maven.doxia:doxia-core` from 2.0.0-M6 to 2.0.0-M9 Commits https://github.com/apache/maven-doxia/com

Re: [PR] Bump doxiaVersion from 2.0.0-M6 to 2.0.0-M8 [maven-doxia-converter]

2024-01-09 Thread via GitHub
dependabot[bot] closed pull request #54: Bump doxiaVersion from 2.0.0-M6 to 2.0.0-M8 URL: https://github.com/apache/maven-doxia-converter/pull/54 -- 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 doxiaVersion from 2.0.0-M6 to 2.0.0-M8 [maven-doxia-converter]

2024-01-09 Thread via GitHub
dependabot[bot] commented on PR #54: URL: https://github.com/apache/maven-doxia-converter/pull/54#issuecomment-1884162463 Superseded by #61. -- 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 s

[PR] Bump doxiaVersion from 2.0.0-M8 to 2.0.0-M9 [maven-site-plugin]

2024-01-09 Thread via GitHub
dependabot[bot] opened a new pull request, #172: URL: https://github.com/apache/maven-site-plugin/pull/172 Bumps `doxiaVersion` from 2.0.0-M8 to 2.0.0-M9. Updates `org.apache.maven.doxia:doxia-sink-api` from 2.0.0-M8 to 2.0.0-M9 Commits https://github.com/apache/maven-doxia/c

[PR] Bump version.maven-surefire from 3.2.2 to 3.2.5 [maven-apache-parent]

2024-01-09 Thread via GitHub
dependabot[bot] opened a new pull request, #186: URL: https://github.com/apache/maven-apache-parent/pull/186 Bumps `version.maven-surefire` from 3.2.2 to 3.2.5. Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.2.2 to 3.2.5 Commits https://github.com/apache/mave

  1   2   >