[jira] [Commented] (MNG-5695) inconsistent custom Guice scope bindings

2023-11-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-5695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783128#comment-17783128 ] ASF GitHub Bot commented on MNG-5695: - gnodet commented on PR #236: URL:

Re: [PR] [MNG-5695] document Maven 3.2.5+ scoped components usage [maven-plugin-tools]

2023-11-05 Thread via GitHub
gnodet commented on PR #236: URL: https://github.com/apache/maven-plugin-tools/pull/236#issuecomment-1794259016 > in [MPLUGIN-204](https://issues.apache.org/jira/browse/MPLUGIN-204) we advised using `@Component` (that would use the trick to transform to parameters in the plugin descriptor

[PR] Bump org.junit:junit-bom from 5.10.0 to 5.10.1 [maven-build-cache-extension]

2023-11-05 Thread via GitHub
dependabot[bot] opened a new pull request, #107: URL: https://github.com/apache/maven-build-cache-extension/pull/107 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1. Release notes Sourced from

[jira] [Commented] (MNG-5695) inconsistent custom Guice scope bindings

2023-11-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-5695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783116#comment-17783116 ] ASF GitHub Bot commented on MNG-5695: - hboutemy commented on PR #236: URL:

Re: [PR] [MNG-5695] document Maven 3.2.5+ scoped components usage [maven-plugin-tools]

2023-11-05 Thread via GitHub
hboutemy commented on PR #236: URL: https://github.com/apache/maven-plugin-tools/pull/236#issuecomment-1794214621 in MPLUGIN-204 we advised using `@Component` (that would use the trick to transform to parameters in the plugin descriptor XML), but later we advised back:

[jira] [Comment Edited] (MPLUGIN-204) recognize classical Maven objects as components

2023-11-05 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14441390#comment-14441390 ] Herve Boutemy edited comment on MPLUGIN-204 at 11/6/23 7:15 AM: done in

[jira] [Comment Edited] (MPLUGIN-204) recognize classical Maven objects as components

2023-11-05 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783096#comment-17783096 ] Herve Boutemy edited comment on MPLUGIN-204 at 11/6/23 7:11 AM: linking

[jira] [Closed] (MDEP-894) Use @Component instead of @Parameter for session/project

2023-11-05 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/MDEP-894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise closed MDEP-894. Resolution: Done > Use @Component instead of @Parameter for session/project >

[jira] [Commented] (MDEP-894) Use @Component instead of @Parameter for session/project

2023-11-05 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/MDEP-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783110#comment-17783110 ] Karl Heinz Marbaise commented on MDEP-894: -- Done in

[PR] Bump org.codehaus.plexus:plexus-archiver from 4.8.0 to 4.9.0 [maven-source-plugin]

2023-11-05 Thread via GitHub
dependabot[bot] opened a new pull request, #14: URL: https://github.com/apache/maven-source-plugin/pull/14 Bumps [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.8.0 to 4.9.0. Release notes Sourced from

[jira] [Comment Edited] (MPLUGIN-204) recognize classical Maven objects as components

2023-11-05 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783096#comment-17783096 ] Herve Boutemy edited comment on MPLUGIN-204 at 11/6/23 5:59 AM: linking

[jira] [Commented] (MPLUGIN-204) recognize classical Maven objects as components

2023-11-05 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783096#comment-17783096 ] Herve Boutemy commented on MPLUGIN-204: --- linking to discussion from that time

[jira] [Comment Edited] (MPLUGIN-204) recognize classical Maven objects as components

2023-11-05 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783039#comment-17783039 ] Herve Boutemy edited comment on MPLUGIN-204 at 11/6/23 5:52 AM: notice

[jira] [Commented] (MNG-5695) inconsistent custom Guice scope bindings

2023-11-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-5695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783095#comment-17783095 ] ASF GitHub Bot commented on MNG-5695: - hboutemy commented on PR #236: URL:

Re: [PR] [MNG-5695] document Maven 3.2.5+ scoped components usage [maven-plugin-tools]

2023-11-05 Thread via GitHub
hboutemy commented on PR #236: URL: https://github.com/apache/maven-plugin-tools/pull/236#issuecomment-1794131746 now that we've found back the MPLUGIN-204 hack, in the proposed update: ``` @Component // since Maven 3.2.5, thanks to MNG-5695 ``` we could perhaps drop the comment

[PR] Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1 [maven-verifier]

2023-11-05 Thread via GitHub
dependabot[bot] opened a new pull request, #81: URL: https://github.com/apache/maven-verifier/pull/81 Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1. Release notes Sourced from

[PR] Bump org.junit:junit-bom from 5.10.0 to 5.10.1 [maven-gpg-plugin]

2023-11-05 Thread via GitHub
dependabot[bot] opened a new pull request, #53: URL: https://github.com/apache/maven-gpg-plugin/pull/53 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1. Release notes Sourced from

Re: [PR] Bump org.codehaus.plexus:plexus-archiver from 4.2.2 to 4.8.0 [maven-archetype]

2023-11-05 Thread via GitHub
dependabot[bot] commented on PR #151: URL: https://github.com/apache/maven-archetype/pull/151#issuecomment-1794088380 Superseded by #159. -- 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.2.2 to 4.8.0 [maven-archetype]

2023-11-05 Thread via GitHub
dependabot[bot] closed pull request #151: Bump org.codehaus.plexus:plexus-archiver from 4.2.2 to 4.8.0 URL: https://github.com/apache/maven-archetype/pull/151 -- 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

[PR] Bump org.codehaus.plexus:plexus-archiver from 4.2.2 to 4.9.0 [maven-archetype]

2023-11-05 Thread via GitHub
dependabot[bot] opened a new pull request, #159: URL: https://github.com/apache/maven-archetype/pull/159 Bumps [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.2.2 to 4.9.0. Release notes Sourced from

[PR] Bump org.junit:junit-bom from 5.10.0 to 5.10.1 [maven-invoker]

2023-11-05 Thread via GitHub
dependabot[bot] opened a new pull request, #69: URL: https://github.com/apache/maven-invoker/pull/69 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1. Release notes Sourced from

[PR] Bump org.junit:junit-bom from 5.10.0 to 5.10.1 [maven-jlink-plugin]

2023-11-05 Thread via GitHub
dependabot[bot] opened a new pull request, #172: URL: https://github.com/apache/maven-jlink-plugin/pull/172 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1. Release notes Sourced from

[PR] Bump org.codehaus.plexus:plexus-archiver from 4.8.0 to 4.9.0 [maven-jlink-plugin]

2023-11-05 Thread via GitHub
dependabot[bot] opened a new pull request, #171: URL: https://github.com/apache/maven-jlink-plugin/pull/171 Bumps [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.8.0 to 4.9.0. Release notes Sourced from

[PR] Bump junitVersion from 5.10.0 to 5.10.1 [maven-shared-jar]

2023-11-05 Thread via GitHub
dependabot[bot] opened a new pull request, #24: URL: https://github.com/apache/maven-shared-jar/pull/24 Bumps `junitVersion` from 5.10.0 to 5.10.1. Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.0 to 5.10.1 Release notes Sourced from

[PR] Bump org.codehaus.plexus:plexus-archiver from 4.8.0 to 4.9.0 [maven-site-plugin]

2023-11-05 Thread via GitHub
dependabot[bot] opened a new pull request, #164: URL: https://github.com/apache/maven-site-plugin/pull/164 Bumps [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.8.0 to 4.9.0. Release notes Sourced from

[PR] Bump org.junit:junit-bom from 5.10.0 to 5.10.1 [maven-script-interpreter]

2023-11-05 Thread via GitHub
dependabot[bot] opened a new pull request, #99: URL: https://github.com/apache/maven-script-interpreter/pull/99 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1. Release notes Sourced from

[PR] Bump org.junit.jupiter:junit-jupiter-api from 5.10.0 to 5.10.1 [maven-dependency-analyzer]

2023-11-05 Thread via GitHub
dependabot[bot] opened a new pull request, #99: URL: https://github.com/apache/maven-dependency-analyzer/pull/99 Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1. Release notes Sourced from

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

2023-11-05 Thread via GitHub
dependabot[bot] opened a new pull request, #248: URL: https://github.com/apache/maven-javadoc-plugin/pull/248 Bumps [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.8.0 to 4.9.0. Release notes Sourced from

[PR] [test] Added Unit tests for AssemblyFileUtils, FileLocation, and Mess… [maven-assembly-plugin]

2023-11-05 Thread via GitHub
Kaushikdhola opened a new pull request, #161: URL: https://github.com/apache/maven-assembly-plugin/pull/161 Added unit test cases for uncovered functions in three Java classes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[PR] Bump org.junit:junit-bom from 5.10.0 to 5.10.1 [maven-file-management]

2023-11-05 Thread via GitHub
dependabot[bot] opened a new pull request, #28: URL: https://github.com/apache/maven-file-management/pull/28 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1. Release notes Sourced from

[PR] Bump org.codehaus.plexus:plexus-archiver from 4.8.0 to 4.9.0 [maven-wrapper]

2023-11-05 Thread via GitHub
dependabot[bot] opened a new pull request, #112: URL: https://github.com/apache/maven-wrapper/pull/112 Bumps [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.8.0 to 4.9.0. Release notes Sourced from

[PR] Bump org.junit:junit-bom from 5.10.0 to 5.10.1 [maven-wrapper]

2023-11-05 Thread via GitHub
dependabot[bot] opened a new pull request, #111: URL: https://github.com/apache/maven-wrapper/pull/111 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1. Release notes Sourced from

[PR] Bump org.codehaus.plexus:plexus-archiver from 4.8.0 to 4.9.0 [maven-war-plugin]

2023-11-05 Thread via GitHub
dependabot[bot] opened a new pull request, #56: URL: https://github.com/apache/maven-war-plugin/pull/56 Bumps [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.8.0 to 4.9.0. Release notes Sourced from

[PR] Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1 [maven-jdeprscan-plugin]

2023-11-05 Thread via GitHub
dependabot[bot] opened a new pull request, #12: URL: https://github.com/apache/maven-jdeprscan-plugin/pull/12 Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1. Release notes Sourced from

[jira] [Created] (MDEP-894) Use @Component instead of @Parameter for session/project

2023-11-05 Thread Karl Heinz Marbaise (Jira)
Karl Heinz Marbaise created MDEP-894: Summary: Use @Component instead of @Parameter for session/project Key: MDEP-894 URL: https://issues.apache.org/jira/browse/MDEP-894 Project: Maven Dependency

[jira] [Updated] (MASSEMBLY-995) Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.9.0

2023-11-05 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MASSEMBLY-995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated MASSEMBLY-995: -- Summary: Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.9.0

[jira] [Commented] (MASSEMBLY-995) Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.8.0

2023-11-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MASSEMBLY-995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783057#comment-17783057 ] ASF GitHub Bot commented on MASSEMBLY-995: -- slawekjaranowski merged PR #160: URL:

Re: [PR] [MASSEMBLY-995] Bump org.codehaus.plexus:plexus-archiver from 4.8.0 to 4.9.0 [maven-assembly-plugin]

2023-11-05 Thread via GitHub
slawekjaranowski merged PR #160: URL: https://github.com/apache/maven-assembly-plugin/pull/160 -- 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] [Commented] (MWRAPPER-119) Upgrade Parent to 40

2023-11-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783054#comment-17783054 ] ASF GitHub Bot commented on MWRAPPER-119: - slawekjaranowski opened a new pull request, #110:

[PR] [MWRAPPER-119] Upgrade Parent to 40 [maven-wrapper]

2023-11-05 Thread via GitHub
slawekjaranowski opened a new pull request, #110: URL: https://github.com/apache/maven-wrapper/pull/110 Following this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MWRAPPER)

[jira] [Created] (MWRAPPER-119) Upgrade Parent to 40

2023-11-05 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MWRAPPER-119: Summary: Upgrade Parent to 40 Key: MWRAPPER-119 URL: https://issues.apache.org/jira/browse/MWRAPPER-119 Project: Maven Wrapper Issue Type:

[jira] [Closed] (MWRAPPER-118) Bump org.codehaus.mojo:mrm-maven-plugin from 1.5.0 to 1.6.0

2023-11-05 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MWRAPPER-118. Resolution: Fixed > Bump org.codehaus.mojo:mrm-maven-plugin from 1.5.0 to 1.6.0

[jira] [Commented] (MWRAPPER-118) Bump org.codehaus.mojo:mrm-maven-plugin from 1.5.0 to 1.6.0

2023-11-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783052#comment-17783052 ] ASF GitHub Bot commented on MWRAPPER-118: - slawekjaranowski merged PR #109: URL:

[jira] [Created] (MWRAPPER-118) Bump org.codehaus.mojo:mrm-maven-plugin from 1.5.0 to 1.6.0

2023-11-05 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MWRAPPER-118: Summary: Bump org.codehaus.mojo:mrm-maven-plugin from 1.5.0 to 1.6.0 Key: MWRAPPER-118 URL: https://issues.apache.org/jira/browse/MWRAPPER-118

Re: [PR] [MWRAPPER-118] Bump org.codehaus.mojo:mrm-maven-plugin from 1.5.0 to 1.6.0 [maven-wrapper]

2023-11-05 Thread via GitHub
slawekjaranowski merged PR #109: URL: https://github.com/apache/maven-wrapper/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:

[PR] Bump org.codehaus.plexus:plexus-archiver from 4.8.0 to 4.9.0 [maven-assembly-plugin]

2023-11-05 Thread via GitHub
dependabot[bot] opened a new pull request, #160: URL: https://github.com/apache/maven-assembly-plugin/pull/160 Bumps [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.8.0 to 4.9.0. Release notes Sourced from

[jira] [Updated] (MASSEMBLY-996) Bump zstd-jni from 1.5.5-4 to 1.5.5-10

2023-11-05 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MASSEMBLY-996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated MASSEMBLY-996: -- Summary: Bump zstd-jni from 1.5.5-4 to 1.5.5-10 (was: Bump zstd-jni from

[jira] [Commented] (MASSEMBLY-996) Bump zstd-jni from 1.5.5-4 to 1.5.5-6

2023-11-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MASSEMBLY-996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783050#comment-17783050 ] ASF GitHub Bot commented on MASSEMBLY-996: -- slawekjaranowski merged PR #159: URL:

Re: [PR] [MASSEMBLY-996] Bump com.github.luben:zstd-jni from 1.5.5-6 to 1.5.5-10 [maven-assembly-plugin]

2023-11-05 Thread via GitHub
slawekjaranowski merged PR #159: URL: https://github.com/apache/maven-assembly-plugin/pull/159 -- 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] [Commented] (MPLUGINTESTING-92) Refresh download page

2023-11-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGINTESTING-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783049#comment-17783049 ] ASF GitHub Bot commented on MPLUGINTESTING-92: -- slawekjaranowski merged PR #38: URL:

[jira] [Closed] (MPLUGINTESTING-92) Refresh download page

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

Re: [PR] [MPLUGINTESTING-92] Refresh download page [maven-plugin-testing]

2023-11-05 Thread via GitHub
slawekjaranowski merged PR #38: URL: https://github.com/apache/maven-plugin-testing/pull/38 -- 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] [Commented] (SUREFIRE-2099) NPE when Description is null

2023-11-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783047#comment-17783047 ] Michael Osipov commented on SUREFIRE-2099: -- Just tested. Still exists in 3.2.1. Default

[jira] [Commented] (SUREFIRE-1507) maven-surefire-plugin version 2.20.1 giving NullPointerException

2023-11-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783045#comment-17783045 ] Michael Osipov commented on SUREFIRE-1507: -- Is this one still an issue? >

[jira] [Updated] (SUREFIRE-1507) maven-surefire-plugin version 2.20.1 giving NullPointerException

2023-11-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated SUREFIRE-1507: - Fix Version/s: waiting-for-feedback > maven-surefire-plugin version 2.20.1 giving

Re: [PR] [MNG-5695] document Maven 3.2.5+ scoped components usage [maven-plugin-tools]

2023-11-05 Thread via GitHub
hboutemy commented on code in PR #236: URL: https://github.com/apache/maven-plugin-tools/pull/236#discussion_r1382637654 ## maven-plugin-tools-annotations/src/site/apt/index.apt: ## @@ -94,27 +94,42 @@ public class MyMojo hint = "..." ) private

[jira] [Commented] (MNG-5695) inconsistent custom Guice scope bindings

2023-11-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-5695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783043#comment-17783043 ] ASF GitHub Bot commented on MNG-5695: - hboutemy commented on code in PR #236: URL:

[jira] [Commented] (MNG-5695) inconsistent custom Guice scope bindings

2023-11-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-5695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783041#comment-17783041 ] ASF GitHub Bot commented on MNG-5695: - hboutemy commented on code in PR #236: URL:

Re: [PR] [MNG-5695] document Maven 3.2.5+ scoped components usage [maven-plugin-tools]

2023-11-05 Thread via GitHub
hboutemy commented on code in PR #236: URL: https://github.com/apache/maven-plugin-tools/pull/236#discussion_r1382636597 ## maven-plugin-tools-annotations/src/site/apt/index.apt: ## @@ -94,27 +94,42 @@ public class MyMojo hint = "..." ) private

[jira] [Commented] (MNG-5695) inconsistent custom Guice scope bindings

2023-11-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-5695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783040#comment-17783040 ] ASF GitHub Bot commented on MNG-5695: - hboutemy commented on code in PR #236: URL:

Re: [PR] [MNG-5695] document Maven 3.2.5+ scoped components usage [maven-plugin-tools]

2023-11-05 Thread via GitHub
hboutemy commented on code in PR #236: URL: https://github.com/apache/maven-plugin-tools/pull/236#discussion_r1382636597 ## maven-plugin-tools-annotations/src/site/apt/index.apt: ## @@ -94,27 +94,42 @@ public class MyMojo hint = "..." ) private

[jira] [Commented] (MPLUGIN-204) recognize classical Maven objects as components

2023-11-05 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783039#comment-17783039 ] Herve Boutemy commented on MPLUGIN-204: --- notice that with MNG-5695 in Maven 3.2.5, ${session},

[jira] [Commented] (MNG-5695) inconsistent custom Guice scope bindings

2023-11-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-5695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783037#comment-17783037 ] ASF GitHub Bot commented on MNG-5695: - hboutemy commented on code in PR #236: URL:

[jira] [Commented] (MNG-5695) inconsistent custom Guice scope bindings

2023-11-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-5695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783038#comment-17783038 ] ASF GitHub Bot commented on MNG-5695: - hboutemy commented on code in PR #236: URL:

Re: [PR] [MNG-5695] document Maven 3.2.5+ scoped components usage [maven-plugin-tools]

2023-11-05 Thread via GitHub
hboutemy commented on code in PR #236: URL: https://github.com/apache/maven-plugin-tools/pull/236#discussion_r1382637654 ## maven-plugin-tools-annotations/src/site/apt/index.apt: ## @@ -94,27 +94,42 @@ public class MyMojo hint = "..." ) private

Re: [PR] [MNG-5695] document Maven 3.2.5+ scoped components usage [maven-plugin-tools]

2023-11-05 Thread via GitHub
hboutemy commented on code in PR #236: URL: https://github.com/apache/maven-plugin-tools/pull/236#discussion_r1382637654 ## maven-plugin-tools-annotations/src/site/apt/index.apt: ## @@ -94,27 +94,42 @@ public class MyMojo hint = "..." ) private

[jira] [Commented] (MNG-5695) inconsistent custom Guice scope bindings

2023-11-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-5695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783036#comment-17783036 ] ASF GitHub Bot commented on MNG-5695: - michael-o commented on code in PR #236: URL:

Re: [PR] [MNG-5695] document Maven 3.2.5+ scoped components usage [maven-plugin-tools]

2023-11-05 Thread via GitHub
michael-o commented on code in PR #236: URL: https://github.com/apache/maven-plugin-tools/pull/236#discussion_r1382637412 ## maven-plugin-tools-annotations/src/site/apt/index.apt: ## @@ -94,27 +94,42 @@ public class MyMojo hint = "..." ) private

[jira] [Commented] (MNG-5695) inconsistent custom Guice scope bindings

2023-11-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-5695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783035#comment-17783035 ] ASF GitHub Bot commented on MNG-5695: - hboutemy commented on code in PR #236: URL:

Re: [PR] [MNG-5695] document Maven 3.2.5+ scoped components usage [maven-plugin-tools]

2023-11-05 Thread via GitHub
hboutemy commented on code in PR #236: URL: https://github.com/apache/maven-plugin-tools/pull/236#discussion_r1382636597 ## maven-plugin-tools-annotations/src/site/apt/index.apt: ## @@ -94,27 +94,42 @@ public class MyMojo hint = "..." ) private

[jira] [Commented] (MNG-5695) inconsistent custom Guice scope bindings

2023-11-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-5695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783033#comment-17783033 ] ASF GitHub Bot commented on MNG-5695: - hboutemy commented on code in PR #236: URL:

[jira] [Commented] (MNG-5695) inconsistent custom Guice scope bindings

2023-11-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-5695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783034#comment-17783034 ] ASF GitHub Bot commented on MNG-5695: - hboutemy commented on code in PR #236: URL:

Re: [PR] [MNG-5695] document Maven 3.2.5+ scoped components usage [maven-plugin-tools]

2023-11-05 Thread via GitHub
hboutemy commented on code in PR #236: URL: https://github.com/apache/maven-plugin-tools/pull/236#discussion_r1382636597 ## maven-plugin-tools-annotations/src/site/apt/index.apt: ## @@ -94,27 +94,42 @@ public class MyMojo hint = "..." ) private

Re: [PR] [MNG-5695] document Maven 3.2.5+ scoped components usage [maven-plugin-tools]

2023-11-05 Thread via GitHub
hboutemy commented on code in PR #236: URL: https://github.com/apache/maven-plugin-tools/pull/236#discussion_r1382636597 ## maven-plugin-tools-annotations/src/site/apt/index.apt: ## @@ -94,27 +94,42 @@ public class MyMojo hint = "..." ) private

[jira] [Commented] (MDEP-880) Parent Pom Exclusion Needs

2023-11-05 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/MDEP-880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783030#comment-17783030 ] Karl Heinz Marbaise commented on MDEP-880: -- Can you please elaborate more in detail what you mean?

Re: [PR] Bump org.eclipse.sisu.plexus from 0.3.0.M1 to 0.9.0.M2 [maven-dependency-plugin]

2023-11-05 Thread via GitHub
dependabot[bot] commented on PR #316: URL: https://github.com/apache/maven-dependency-plugin/pull/316#issuecomment-1793820335 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

Re: [PR] Bump org.eclipse.sisu.plexus from 0.3.0.M1 to 0.9.0.M2 [maven-dependency-plugin]

2023-11-05 Thread via GitHub
slachiewicz closed pull request #316: Bump org.eclipse.sisu.plexus from 0.3.0.M1 to 0.9.0.M2 URL: https://github.com/apache/maven-dependency-plugin/pull/316 -- 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.eclipse.sisu.inject from 0.3.0.M1 to 0.9.0.M2 [maven-dependency-plugin]

2023-11-05 Thread via GitHub
dependabot[bot] commented on PR #317: URL: https://github.com/apache/maven-dependency-plugin/pull/317#issuecomment-1793820288 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

Re: [PR] Bump org.eclipse.sisu.inject from 0.3.0.M1 to 0.9.0.M2 [maven-dependency-plugin]

2023-11-05 Thread via GitHub
slachiewicz closed pull request #317: Bump org.eclipse.sisu.inject from 0.3.0.M1 to 0.9.0.M2 URL: https://github.com/apache/maven-dependency-plugin/pull/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

[jira] [Commented] (MDEP-892) go-offline does not correctly resolve overridden properties

2023-11-05 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/MDEP-892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783028#comment-17783028 ] Karl Heinz Marbaise commented on MDEP-892: -- Can you tell which versions of the

Re: [PR] Code Improvements [maven-dependency-plugin]

2023-11-05 Thread via GitHub
asfgit merged PR #331: URL: https://github.com/apache/maven-dependency-plugin/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:

[jira] [Closed] (MDEP-893) Get rid of commons-lang3

2023-11-05 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/MDEP-893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise closed MDEP-893. Resolution: Done > Get rid of commons-lang3 > > >

[jira] [Commented] (MDEP-893) Get rid of commons-lang3

2023-11-05 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/MDEP-893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783024#comment-17783024 ] Karl Heinz Marbaise commented on MDEP-893: -- Done in

[jira] [Created] (MDEP-893) Get rid of commons-lang3

2023-11-05 Thread Karl Heinz Marbaise (Jira)
Karl Heinz Marbaise created MDEP-893: Summary: Get rid of commons-lang3 Key: MDEP-893 URL: https://issues.apache.org/jira/browse/MDEP-893 Project: Maven Dependency Plugin Issue Type:

[jira] [Commented] (MSHADE-406) relocated multi-release classes aren't moved to a new directory

2023-11-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783018#comment-17783018 ] ASF GitHub Bot commented on MSHADE-406: --- nielsbasjes commented on PR #202: URL:

Re: [PR] [MSHADE-406] Support multi release jars [maven-shade-plugin]

2023-11-05 Thread via GitHub
nielsbasjes commented on PR #202: URL: https://github.com/apache/maven-shade-plugin/pull/202#issuecomment-1793790563 @tcurdt First attempt https://github.com/nielsbasjes/jdependency/tree/MultiReleaseJar Output seems like a step in the right direction: ```

[jira] [Commented] (MSHADE-406) relocated multi-release classes aren't moved to a new directory

2023-11-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783016#comment-17783016 ] ASF GitHub Bot commented on MSHADE-406: --- tcurdt commented on PR #202: URL:

Re: [PR] [MSHADE-406] Support multi release jars [maven-shade-plugin]

2023-11-05 Thread via GitHub
tcurdt commented on PR #202: URL: https://github.com/apache/maven-shade-plugin/pull/202#issuecomment-1793786513 > The '-' is part of the `META-INF/versions/` that blocks it. True! Good find. -- This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Commented] (MSHADE-406) relocated multi-release classes aren't moved to a new directory

2023-11-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783014#comment-17783014 ] ASF GitHub Bot commented on MSHADE-406: --- nielsbasjes commented on PR #202: URL:

Re: [PR] [MSHADE-406] Support multi release jars [maven-shade-plugin]

2023-11-05 Thread via GitHub
nielsbasjes commented on PR #202: URL: https://github.com/apache/maven-shade-plugin/pull/202#issuecomment-1793783772 @tcurdt I'll have a look if I can make it all work. I have found the filter.

[jira] [Commented] (MPLUGINTESTING-92) Refresh download page

2023-11-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGINTESTING-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783013#comment-17783013 ] ASF GitHub Bot commented on MPLUGINTESTING-92: -- slawekjaranowski opened a new pull

[PR] [MPLUGINTESTING-92] Refresh download page [maven-plugin-testing]

2023-11-05 Thread via GitHub
slawekjaranowski opened a new pull request, #38: URL: https://github.com/apache/maven-plugin-testing/pull/38 (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.

[jira] [Created] (MPLUGINTESTING-92) Refresh download page

2023-11-05 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MPLUGINTESTING-92: - Summary: Refresh download page Key: MPLUGINTESTING-92 URL: https://issues.apache.org/jira/browse/MPLUGINTESTING-92 Project: Maven Plugin

[jira] [Commented] (MSHADE-406) relocated multi-release classes aren't moved to a new directory

2023-11-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783012#comment-17783012 ] ASF GitHub Bot commented on MSHADE-406: --- tcurdt commented on PR #202: URL:

Re: [PR] [MSHADE-406] Support multi release jars [maven-shade-plugin]

2023-11-05 Thread via GitHub
tcurdt commented on PR #202: URL: https://github.com/apache/maven-shade-plugin/pull/202#issuecomment-1793781172 @nielsbasjes Feel free to open an issue with a testcase. TBH I don't see anything being filtered yet.

[PR] [MPLUGINTESTING-91] Maven 3 compatible and improvements [maven-plugin-testing]

2023-11-05 Thread via GitHub
slawekjaranowski opened a new pull request, #37: URL: https://github.com/apache/maven-plugin-testing/pull/37 - make some dependencies as optional - add test with JUnit 5 for Maven 3 - fix MojoParameters support -- This is an automated message from the Apache Git Service. To respond

[jira] [Commented] (MPLUGINTESTING-91) Maven 3 compatible and improvements

2023-11-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGINTESTING-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783011#comment-17783011 ] ASF GitHub Bot commented on MPLUGINTESTING-91: -- slawekjaranowski opened a new pull

Re: [PR] [MSHADE-406] Support multi release jars [maven-shade-plugin]

2023-11-05 Thread via GitHub
nielsbasjes commented on PR #202: URL: https://github.com/apache/maven-shade-plugin/pull/202#issuecomment-1793768020 After some more testing I think an upstream change in https://github.com/tcurdt/jdependency is needed. Simply put: all classes defined in

[jira] [Commented] (MSHADE-406) relocated multi-release classes aren't moved to a new directory

2023-11-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783008#comment-17783008 ] ASF GitHub Bot commented on MSHADE-406: --- nielsbasjes commented on PR #202: URL:

[jira] [Commented] (MSHARED-1326) Improve (documentation on) MavenReport interface/AbstractMavenReport class

2023-11-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17783006#comment-17783006 ] ASF GitHub Bot commented on MSHARED-1326: - michael-o commented on PR #25: URL:

  1   2   >