[jira] [Commented] (MGPG-113) Upgrading from 3.1.0 to 3.2.1 with no other changes causes "gpg:sign-and-deploy-file" failed: 401 Unauthorized

2024-03-22 Thread Greg Knox (Jira)
[ https://issues.apache.org/jira/browse/MGPG-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17830016#comment-17830016 ] Greg Knox commented on MGPG-113: +1 on this ticket. I encountered the same error deploying to maven

Re: [PR] [MDEP-317] - add mojo to analyze invalid exclusions [maven-dependency-plugin]

2024-03-22 Thread via GitHub
vbreivik commented on code in PR #362: URL: https://github.com/apache/maven-dependency-plugin/pull/362#discussion_r1536429662 ## src/test/java/org/apache/maven/plugins/dependency/exclusion/AnalyzeExclusionsMojoTest.java: ## @@ -0,0 +1,365 @@ +/* + * Licensed to the Apache

Re: [PR] [MDEP-317] - add mojo to analyze invalid exclusions [maven-dependency-plugin]

2024-03-22 Thread via GitHub
vbreivik commented on code in PR #362: URL: https://github.com/apache/maven-dependency-plugin/pull/362#discussion_r1536429153 ## src/test/java/org/apache/maven/plugins/dependency/exclusion/AnalyzeExclusionsMojoTest.java: ## @@ -0,0 +1,365 @@ +/* + * Licensed to the Apache

Re: [PR] [MDEP-317] - add mojo to analyze invalid exclusions [maven-dependency-plugin]

2024-03-22 Thread via GitHub
vbreivik commented on code in PR #362: URL: https://github.com/apache/maven-dependency-plugin/pull/362#discussion_r1536428229 ## src/it/projects/analyze-invalid-exclude/pom.xml: ## @@ -0,0 +1,95 @@ + + + +http://maven.apache.org/POM/4.0.0; +

Re: [PR] [MDEP-317] - add mojo to analyze invalid exclusions [maven-dependency-plugin]

2024-03-22 Thread via GitHub
vbreivik commented on code in PR #362: URL: https://github.com/apache/maven-dependency-plugin/pull/362#discussion_r1536212500 ## src/main/java/org/apache/maven/plugins/dependency/exclusion/Coordinates.java: ## @@ -0,0 +1,101 @@ +/* + * Licensed to the Apache Software

[jira] [Updated] (MDEP-810) dependency: tree doesn't show list of dependencies of specific project

2024-03-22 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MDEP-810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated MDEP-810: - Fix Version/s: waiting-for-feedback > dependency: tree doesn't show list of dependencies

[jira] [Commented] (MDEP-721) Document verbose option

2024-03-22 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MDEP-721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17829987#comment-17829987 ] Slawomir Jaranowski commented on MDEP-721: -- Maybe this one should be reverted and updated:

[jira] [Commented] (MJAR-62) Build-Jdk in Manifest.mf does not reflect which compiler version actually compiled the classes in the jar

2024-03-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MJAR-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17829984#comment-17829984 ] ASF GitHub Bot commented on MJAR-62: elharo commented on code in PR #73: URL:

Re: [PR] [MJAR-62] Set Build-Jdk according to used toolchain [maven-jar-plugin]

2024-03-22 Thread via GitHub
elharo commented on code in PR #73: URL: https://github.com/apache/maven-jar-plugin/pull/73#discussion_r1536163772 ## src/main/java/org/apache/maven/plugins/jar/ToolchainsJdkSpecification.java: ## @@ -0,0 +1,99 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[jira] [Commented] (MENFORCER-500) New rule: Maven coordinates must match pattern

2024-03-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17829979#comment-17829979 ] ASF GitHub Bot commented on MENFORCER-500: -- kwin opened a new pull request, #309: URL:

[PR] [MENFORCER-500] New rule to enforce that Maven coordinates match given [maven-enforcer]

2024-03-22 Thread via GitHub
kwin opened a new pull request, #309: URL: https://github.com/apache/maven-enforcer/pull/309 patterns Optionally allows to enforce the module directory name being equal to the module's artifactId. Following this checklist to help us incorporate your contribution quickly

Re: [PR] [MDEP-317] - add mojo to analyze invalid exclusions [maven-dependency-plugin]

2024-03-22 Thread via GitHub
slawekjaranowski commented on code in PR #362: URL: https://github.com/apache/maven-dependency-plugin/pull/362#discussion_r1536078311 ## src/it/projects/analyze-invalid-exclude/pom.xml: ## @@ -0,0 +1,95 @@ + + + +http://maven.apache.org/POM/4.0.0; +

[jira] [Commented] (MDEP-648) list-repositories should point to the file that repository is specified in

2024-03-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MDEP-648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17829972#comment-17829972 ] ASF GitHub Bot commented on MDEP-648: - slawekjaranowski closed pull request #50: [MDEP-648] Add

[jira] [Commented] (MDEP-648) list-repositories should point to the file that repository is specified in

2024-03-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MDEP-648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17829971#comment-17829971 ] ASF GitHub Bot commented on MDEP-648: - slawekjaranowski commented on PR #50: URL:

Re: [PR] [MDEP-648] Add location of listed repository. [maven-dependency-plugin]

2024-03-22 Thread via GitHub
slawekjaranowski closed pull request #50: [MDEP-648] Add location of listed repository. URL: https://github.com/apache/maven-dependency-plugin/pull/50 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

Re: [PR] [MDEP-648] Add location of listed repository. [maven-dependency-plugin]

2024-03-22 Thread via GitHub
slawekjaranowski commented on PR #50: URL: https://github.com/apache/maven-dependency-plugin/pull/50#issuecomment-2015740234 @pmoerenhout thanks also for efforts on it ... we should not use maven-artifact-transfer at all It should be reimplemented with using direct resolver API like I

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

2024-03-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MDEP-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17829968#comment-17829968 ] ASF GitHub Bot commented on MDEP-894: - slawekjaranowski merged PR #360: URL:

Re: [PR] [MDEP-894] Use `@Component` only - fix tests [maven-dependency-plugin]

2024-03-22 Thread via GitHub
slawekjaranowski merged PR #360: URL: https://github.com/apache/maven-dependency-plugin/pull/360 -- 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] (MNG-8081) default profile activation should consider available system and user properties

2024-03-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17829962#comment-17829962 ] ASF GitHub Bot commented on MNG-8081: - mbenson commented on PR #1446: URL:

Re: [PR] [MNG-8081] interpolate available properties during default profile selection (Maven 4.x) [maven]

2024-03-22 Thread via GitHub
mbenson commented on PR #1446: URL: https://github.com/apache/maven/pull/1446#issuecomment-2015691625 Here is the version that enhances `DefaultModelBuilder`. Can anyone offer ideas on the likely shape of unit tests for this approach? -- This is an automated message from the Apache Git

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

2024-03-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MDEP-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17829961#comment-17829961 ] ASF GitHub Bot commented on MDEP-894: - slawekjaranowski commented on PR #360: URL:

Re: [PR] MDEP-894 Use `@Component` only [maven-dependency-plugin]

2024-03-22 Thread via GitHub
slawekjaranowski commented on PR #360: URL: https://github.com/apache/maven-dependency-plugin/pull/360#issuecomment-2015687301 rebased and use latest released versions of m-plugin-tools -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Commented] (MDEP-425) dependency:list-repositories ignores pluginRepository (only lists repository)

2024-03-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MDEP-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17829951#comment-17829951 ] ASF GitHub Bot commented on MDEP-425: - slawekjaranowski commented on PR #51: URL:

[jira] [Commented] (MDEP-425) dependency:list-repositories ignores pluginRepository (only lists repository)

2024-03-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MDEP-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17829952#comment-17829952 ] ASF GitHub Bot commented on MDEP-425: - slawekjaranowski closed pull request #51: [MDEP-425] List plugin

Re: [PR] [MDEP-425] List plugin repositories via maven-artifact-transfer. [maven-dependency-plugin]

2024-03-22 Thread via GitHub
slawekjaranowski closed pull request #51: [MDEP-425] List plugin repositories via maven-artifact-transfer. URL: https://github.com/apache/maven-dependency-plugin/pull/51 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] [MDEP-425] List plugin repositories via maven-artifact-transfer. [maven-dependency-plugin]

2024-03-22 Thread via GitHub
slawekjaranowski commented on PR #51: URL: https://github.com/apache/maven-dependency-plugin/pull/51#issuecomment-2015646839 @pmoerenhout and other thanks for efforts ... we should not use maven-artifact-transfer at all It should be reimplemented with using direct resolver API like I

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

2024-03-22 Thread via GitHub
dependabot[bot] closed pull request #351: Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 4.0.0 URL: https://github.com/apache/maven-dependency-plugin/pull/351 -- 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-utils from 3.5.1 to 4.0.0 [maven-dependency-plugin]

2024-03-22 Thread via GitHub
dependabot[bot] commented on PR #351: URL: https://github.com/apache/maven-dependency-plugin/pull/351#issuecomment-2015637734 Looks like org.codehaus.plexus:plexus-utils is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To

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

2024-03-22 Thread via GitHub
slawekjaranowski commented on PR #351: URL: https://github.com/apache/maven-dependency-plugin/pull/351#issuecomment-2015635855 @dependabot rebase -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

Re: [PR] Use default configuration for GitHub Actions [maven-dependency-plugin]

2024-03-22 Thread via GitHub
slawekjaranowski merged PR #368: URL: https://github.com/apache/maven-dependency-plugin/pull/368 -- 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] [Updated] (MGPG-113) Upgrading from 3.1.0 to 3.2.1 with no other changes causes "gpg:sign-and-deploy-file" failed: 401 Unauthorized

2024-03-22 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MGPG-113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MGPG-113: - Fix Version/s: 3.2.2 > Upgrading from 3.1.0 to 3.2.1 with no other changes causes >

[PR] Add option: `maven.build.cache.forceRenew` [maven-build-cache-extension]

2024-03-22 Thread via GitHub
zorglube opened a new pull request, #137: URL: https://github.com/apache/maven-build-cache-extension/pull/137 Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [MBUILDCACHE JIRA

[jira] [Created] (MNG-8084) Make the v4 api usable outside the Maven runtime

2024-03-22 Thread Guillaume Nodet (Jira)
Guillaume Nodet created MNG-8084: Summary: Make the v4 api usable outside the Maven runtime Key: MNG-8084 URL: https://issues.apache.org/jira/browse/MNG-8084 Project: Maven Issue Type: New

[jira] [Commented] (MJAR-62) Build-Jdk in Manifest.mf does not reflect which compiler version actually compiled the classes in the jar

2024-03-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MJAR-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17829921#comment-17829921 ] ASF GitHub Bot commented on MJAR-62: slawekjaranowski commented on code in PR #73: URL:

Re: [PR] [MJAR-62] Set Build-Jdk according to used toolchain [maven-jar-plugin]

2024-03-22 Thread via GitHub
slawekjaranowski commented on code in PR #73: URL: https://github.com/apache/maven-jar-plugin/pull/73#discussion_r1535834916 ## src/test/java/org/apache/maven/plugins/jar/ToolchainsJdkVersionTest.java: ## @@ -0,0 +1,88 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

Re: [PR] Remove Java 5 references and clean up [maven-toolchains-plugin]

2024-03-22 Thread via GitHub
gnodet commented on code in PR #24: URL: https://github.com/apache/maven-toolchains-plugin/pull/24#discussion_r1535820318 ## src/site/apt/toolchains/custom.apt: ## @@ -25,22 +25,22 @@ Custom Toolchains - You can create your own custom toolchains with plugins using them.

[PR] Complete Packaging in v4 api [maven]

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

Re: [PR] Remove Java 5 references and clean up [maven-toolchains-plugin]

2024-03-22 Thread via GitHub
elharo commented on code in PR #24: URL: https://github.com/apache/maven-toolchains-plugin/pull/24#discussion_r1535732014 ## src/site/apt/toolchains/custom.apt: ## @@ -25,22 +25,22 @@ Custom Toolchains - You can create your own custom toolchains with plugins using them.

Re: [PR] Remove Java 5 references and clean up [maven-toolchains-plugin]

2024-03-22 Thread via GitHub
gnodet commented on code in PR #24: URL: https://github.com/apache/maven-toolchains-plugin/pull/24#discussion_r1535562667 ## src/site/apt/toolchains/custom.apt: ## @@ -25,22 +25,22 @@ Custom Toolchains - You can create your own custom toolchains with plugins using them.

[jira] [Updated] (MGPG-113) Upgrading from 3.1.0 to 3.2.1 with no other changes causes "gpg:sign-and-deploy-file" failed: 401 Unauthorized

2024-03-22 Thread Tim Tim (Jira)
[ https://issues.apache.org/jira/browse/MGPG-113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Tim updated MGPG-113: - Summary: Upgrading from 3.1.0 to 3.2.1 with no other changes causes "gpg:sign-and-deploy-file" failed: 401

[jira] [Closed] (MNG-8083) Inconsitency with effective POM

2024-03-22 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MNG-8083. Resolution: Not A Problem The {{fastinstall}} profile is actually a fake profile handled by

[jira] [Updated] (MNG-8083) Inconsitency with effective POM

2024-03-22 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-8083: - Description: When building Apache Camel with 4.0.0-alpha-13, the effective POM is not the same

[jira] [Updated] (MNG-8083) Inconsitency with effective POM

2024-03-22 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-8083: - Description: When building Apache Camel with 4.0.0-alpha-13, the effective POM is not the same

Re: [PR] [MNG-8081] interpolate available properties during default profile selection (Maven 4.x) [maven]

2024-03-22 Thread via GitHub
mbenson commented on PR #1446: URL: https://github.com/apache/maven/pull/1446#issuecomment-2014937249 That is possible, sure. I'll take a look in a bit. -- 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] (MNG-8081) default profile activation should consider available system and user properties

2024-03-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17829850#comment-17829850 ] ASF GitHub Bot commented on MNG-8081: - mbenson commented on PR #1446: URL:

[jira] [Updated] (MNG-8083) Inconsitency with effective POM

2024-03-22 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-8083: - Fix Version/s: 4.0.0-alpha-14 > Inconsitency with effective POM > ---

[jira] [Created] (MNG-8083) Inconsitency with effective POM

2024-03-22 Thread Guillaume Nodet (Jira)
Guillaume Nodet created MNG-8083: Summary: Inconsitency with effective POM Key: MNG-8083 URL: https://issues.apache.org/jira/browse/MNG-8083 Project: Maven Issue Type: Bug Affects

[jira] [Commented] (MJAR-62) Build-Jdk in Manifest.mf does not reflect which compiler version actually compiled the classes in the jar

2024-03-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MJAR-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17829843#comment-17829843 ] ASF GitHub Bot commented on MJAR-62: elharo commented on code in PR #73: URL:

Re: [PR] [MJAR-62] Set Build-Jdk according to used toolchain [maven-jar-plugin]

2024-03-22 Thread via GitHub
elharo commented on code in PR #73: URL: https://github.com/apache/maven-jar-plugin/pull/73#discussion_r1535452791 ## src/test/java/org/apache/maven/plugins/jar/ToolchainsJdkVersionTest.java: ## @@ -0,0 +1,88 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[PR] Bump pmdVersion from 6.55.0 to 7.0.0 [maven-pmd-plugin]

2024-03-22 Thread via GitHub
dependabot[bot] opened a new pull request, #145: URL: https://github.com/apache/maven-pmd-plugin/pull/145 Bumps `pmdVersion` from 6.55.0 to 7.0.0. Updates `net.sourceforge.pmd:pmd-core` from 6.55.0 to 7.0.0 Release notes Sourced from

[PR] The raw model is not supported to be profile activated [maven]

2024-03-22 Thread via GitHub
gnodet opened a new pull request, #1450: URL: https://github.com/apache/maven/pull/1450 Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MNG) filed for the

Re: [PR] Fix typos in metadata documentation [maven-site]

2024-03-22 Thread via GitHub
CrazyHZM merged PR #505: URL: https://github.com/apache/maven-site/pull/505 -- 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] (MNG-8081) default profile activation should consider available system and user properties

2024-03-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17829820#comment-17829820 ] ASF GitHub Bot commented on MNG-8081: - gnodet commented on PR #1446: URL:

Re: [PR] [MNG-8081] interpolate available properties during default profile selection (Maven 4.x) [maven]

2024-03-22 Thread via GitHub
gnodet commented on PR #1446: URL: https://github.com/apache/maven/pull/1446#issuecomment-2014819431 > From email thread: > > Guillaume Nodet [gno...@apache.org](mailto:gno...@apache.org) wrote: > > > I thought you were referring to having a small language in the > >

[jira] [Commented] (MPMD-379) Support PMD 7.0.0

2024-03-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPMD-379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17829818#comment-17829818 ] ASF GitHub Bot commented on MPMD-379: - mkolesnikov commented on code in PR #144: URL:

Re: [PR] [MPMD-379] PMD 7.0.0 support [maven-pmd-plugin]

2024-03-22 Thread via GitHub
mkolesnikov commented on code in PR #144: URL: https://github.com/apache/maven-pmd-plugin/pull/144#discussion_r1535384167 ## src/main/java/org/apache/maven/plugins/pmd/exec/PmdExecutor.java: ## @@ -190,7 +189,7 @@ private PmdResult run() throws MavenReportException {

[jira] [Commented] (MJAR-289) Support toolchain

2024-03-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MJAR-289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17829782#comment-17829782 ] ASF GitHub Bot commented on MJAR-289: - slawekjaranowski commented on PR #71: URL:

Re: [PR] [MJAR-289] add toolchains support [maven-jar-plugin]

2024-03-22 Thread via GitHub
slawekjaranowski commented on PR #71: URL: https://github.com/apache/maven-jar-plugin/pull/71#issuecomment-2014601426 I think that it not resolve MJAR-289, it resolve only one case described in MJAR-62 For MJAR-289 we need a changes in plexus-archiver So I have created #73 based

[jira] [Commented] (MJAR-62) Build-Jdk in Manifest.mf does not reflect which compiler version actually compiled the classes in the jar

2024-03-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MJAR-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17829780#comment-17829780 ] ASF GitHub Bot commented on MJAR-62: slawekjaranowski commented on code in PR #73: URL:

Re: [PR] [MJAR-62] Set Build-Jdk according to used toolchain [maven-jar-plugin]

2024-03-22 Thread via GitHub
slawekjaranowski commented on code in PR #73: URL: https://github.com/apache/maven-jar-plugin/pull/73#discussion_r1535215589 ## src/main/java/org/apache/maven/plugins/jar/ToolchainsJdkSpecification.java: ## @@ -0,0 +1,93 @@ +/* + * Licensed to the Apache Software Foundation

Re: [PR] JDK 20 to 21 [maven-dependency-plugin]

2024-03-22 Thread via GitHub
slawekjaranowski closed pull request #346: JDK 20 to 21 URL: https://github.com/apache/maven-dependency-plugin/pull/346 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [PR] JDK 20 to 21 [maven-dependency-plugin]

2024-03-22 Thread via GitHub
slawekjaranowski commented on PR #346: URL: https://github.com/apache/maven-dependency-plugin/pull/346#issuecomment-2014559253 suppressed by #368 -- 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

[jira] [Closed] (MDEP-912) Use version for plexus-utils/plexus-xml from parent

2024-03-22 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MDEP-912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MDEP-912. Resolution: Fixed > Use version for plexus-utils/plexus-xml from parent >

[jira] [Commented] (MDEP-912) Use version for plexus-utils/plexus-xml from parent

2024-03-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MDEP-912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17829767#comment-17829767 ] ASF GitHub Bot commented on MDEP-912: - slawekjaranowski merged PR #367: URL:

Re: [PR] [MDEP-912] Use version for plexus-utils/plexus-xml from parent [maven-dependency-plugin]

2024-03-22 Thread via GitHub
slawekjaranowski merged PR #367: URL: https://github.com/apache/maven-dependency-plugin/pull/367 -- 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] (MPLUGIN-514) switch dependency schema from png + imagemap to svg, and update

2024-03-22 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy closed MPLUGIN-514. - Resolution: Fixed > switch dependency schema from png + imagemap to svg, and update >

Re: [PR] switch from png+imagemap to svg [maven-plugin-tools]

2024-03-22 Thread via GitHub
hboutemy merged PR #271: URL: https://github.com/apache/maven-plugin-tools/pull/271 -- 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: