[GitHub] [maven-site-plugin] dependabot[bot] opened a new pull request, #116: Bump jettyVersion from 9.4.49.v20220914 to 10.0.13

2022-12-12 Thread GitBox
dependabot[bot] opened a new pull request, #116: URL: https://github.com/apache/maven-site-plugin/pull/116 Bumps `jettyVersion` from 9.4.49.v20220914 to 10.0.13. Updates `jetty-server` from 9.4.49.v20220914 to 10.0.13 Release notes Sourced from https://github.com/eclipse/jetty.pr

[GitHub] [maven-mvnd] mxsm commented on issue #752: Build Rocketmq error

2022-12-12 Thread GitBox
mxsm commented on issue #752: URL: https://github.com/apache/maven-mvnd/issues/752#issuecomment-1347601982 > * It looks like you are using Windows to compile. If you use Linux to compile, what will be the Log? I will try -- This is an automated message from the Apache Git Service.

[GitHub] [maven] olamy merged pull request #908: simplify build and get rid of withMaven

2022-12-12 Thread GitBox
olamy merged PR #908: URL: https://github.com/apache/maven/pull/908 -- 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.org

[GitHub] [maven-compiler-plugin] slawekjaranowski commented on pull request #160: [MCOMPILER-515] This plugin is not "incremental"

2022-12-12 Thread GitBox
slawekjaranowski commented on PR #160: URL: https://github.com/apache/maven-compiler-plugin/pull/160#issuecomment-1347454415 Also -1 from me. Maybe it is not incremental compile - but detecting if module should be recompiled. Detecting on change for project configuration shou

[jira] [Commented] (MNG-7624) Plugins without non-mandatory goalPrefix are now logging incomplete info

2022-12-12 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17646353#comment-17646353 ] Guillaume Nodet commented on MNG-7624: -- In such cases, defaulting to {{groupId:artifac

[jira] [Updated] (MNG-7624) Plugins without non-mandatory goalPrefix are now logging incomplete info

2022-12-12 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-7624: - Fix Version/s: 4.0.0-alpha-4 > Plugins without non-mandatory goalPrefix are now logging incomplete

[jira] [Assigned] (MNG-7624) Plugins without non-mandatory goalPrefix are now logging incomplete info

2022-12-12 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet reassigned MNG-7624: Assignee: Guillaume Nodet > Plugins without non-mandatory goalPrefix are now logging incompl

[jira] [Commented] (MCOMPILER-515) Plugin is NOT incremental, so let it go

2022-12-12 Thread Olivier Lamy (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17646352#comment-17646352 ] Olivier Lamy commented on MCOMPILER-515: -1 I'm happy to not have to recompile

[GitHub] [maven-compiler-plugin] olamy commented on pull request #160: [MCOMPILER-515] This plugin is not "incremental"

2022-12-12 Thread GitBox
olamy commented on PR #160: URL: https://github.com/apache/maven-compiler-plugin/pull/160#issuecomment-1347432650 -1 I'm happy to not have to recompile everything all the time. If you think there is a bug when changing the configuration it will be better to fix it correctly (e.g compa

[GitHub] [maven-dependency-tree] dependabot[bot] opened a new pull request, #33: Bump slf4j-api from 1.7.36 to 2.0.6

2022-12-12 Thread GitBox
dependabot[bot] opened a new pull request, #33: URL: https://github.com/apache/maven-dependency-tree/pull/33 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.36 to 2.0.6. Commits https://github.com/qos-ch/slf4j/commit/5ff6f2c385c36ea4f8b85cacd69f7ca891c37818";>5ff6f2c

[GitHub] [maven-compiler-plugin] cstamas commented on pull request #160: [MCOMPILER-515] This plugin is not "incremental"

2022-12-12 Thread GitBox
cstamas commented on PR #160: URL: https://github.com/apache/maven-compiler-plugin/pull/160#issuecomment-1347397562 As expected, without the two IT it all pass OK. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [maven-compiler-plugin] cstamas commented on pull request #160: [MCOMPILER-515] This plugin is not "incremental"

2022-12-12 Thread GitBox
cstamas commented on PR #160: URL: https://github.com/apache/maven-compiler-plugin/pull/160#issuecomment-1347354841 As expected, the two ITs did fail on GH CI. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[jira] [Created] (MNG-7625) Restore compatibility with maven 3 - SettingsUtils#merge

2022-12-12 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MNG-7625: Summary: Restore compatibility with maven 3 - SettingsUtils#merge Key: MNG-7625 URL: https://issues.apache.org/jira/browse/MNG-7625 Project: Maven Is

[GitHub] [maven-compiler-plugin] cstamas opened a new pull request, #160: [MCOMPILER-515] This plugin is not "incremental"

2022-12-12 Thread GitBox
cstamas opened a new pull request, #160: URL: https://github.com/apache/maven-compiler-plugin/pull/160 Drop the "incremental" bit of this plugin, make it just dumb always redo everything. The incremental bits just introduced bugs that exist for over 10 years, and just make us look bad.

[jira] [Created] (MCOMPILER-515) Plugin is NOT incremental, so let it go

2022-12-12 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MCOMPILER-515: - Summary: Plugin is NOT incremental, so let it go Key: MCOMPILER-515 URL: https://issues.apache.org/jira/browse/MCOMPILER-515 Project: Maven Compiler Plugin

[GitHub] [maven-mvnd] linghengqian commented on issue #752: Build Rocketmq error

2022-12-12 Thread GitBox
linghengqian commented on issue #752: URL: https://github.com/apache/maven-mvnd/issues/752#issuecomment-1347192193 - It looks like you are using Windows to compile. If you use Linux to compile, what will be the Log? -- This is an automated message from the Apache Git Service. To respond t

[GitHub] [maven-javadoc-plugin] michael-o commented on a diff in pull request #176: Assorted minor updates

2022-12-12 Thread GitBox
michael-o commented on code in PR #176: URL: https://github.com/apache/maven-javadoc-plugin/pull/176#discussion_r1046280113 ## src/site/fml/faq.fml: ## @@ -301,11 +301,11 @@ mvn deploy:deploy-file \ - - On Windows with Sun JDK, why javadoc:javad

[GitHub] [maven-javadoc-plugin] elharo commented on a diff in pull request #176: Assorted minor updates

2022-12-12 Thread GitBox
elharo commented on code in PR #176: URL: https://github.com/apache/maven-javadoc-plugin/pull/176#discussion_r1046278939 ## src/site/fml/faq.fml: ## @@ -301,11 +301,11 @@ mvn deploy:deploy-file \ - - On Windows with Sun JDK, why javadoc:javadoc

[GitHub] [maven-javadoc-plugin] michael-o commented on a diff in pull request #176: Assorted minor updates

2022-12-12 Thread GitBox
michael-o commented on code in PR #176: URL: https://github.com/apache/maven-javadoc-plugin/pull/176#discussion_r1046264876 ## src/site/fml/faq.fml: ## @@ -301,11 +301,11 @@ mvn deploy:deploy-file \ - - On Windows with Sun JDK, why javadoc:javad

[GitHub] [maven-javadoc-plugin] pzygielo commented on a diff in pull request #176: Assorted minor updates

2022-12-12 Thread GitBox
pzygielo commented on code in PR #176: URL: https://github.com/apache/maven-javadoc-plugin/pull/176#discussion_r1046262061 ## src/site/fml/faq.fml: ## @@ -404,9 +404,9 @@ mvn deploy:deploy-file \ or fix the wrong environment variable. - R

[GitHub] [maven-javadoc-plugin] elharo opened a new pull request, #176: Assorted minor updates

2022-12-12 Thread GitBox
elharo opened a new pull request, #176: URL: https://github.com/apache/maven-javadoc-plugin/pull/176 Sun --> Oracle Oxford comma update URLs @michael-o -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [maven-scripting-plugin] bmarwell commented on pull request #5: [MSCRIPTING-9] - basic java scripting support

2022-12-12 Thread GitBox
bmarwell commented on PR #5: URL: https://github.com/apache/maven-scripting-plugin/pull/5#issuecomment-1346793735 We should get rid of Travis-CI. In fact, we HAVE to. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [maven-scripting-plugin] slachiewicz commented on pull request #5: [MSCRIPTING-9] - basic java scripting support

2022-12-12 Thread GitBox
slachiewicz commented on PR #5: URL: https://github.com/apache/maven-scripting-plugin/pull/5#issuecomment-1346623345 would be good to add documentation to jsr223-script-engines.md.vm -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[jira] [Updated] (MNG-7624) Plugins without non-mandatory goalPrefix are now logging incomplete info

2022-12-12 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MNG-7624: - Description: The introduction of MNG-7618 causes that plugins without goalPrefix (is not required)

[jira] [Updated] (MNG-7624) Plugins without non-mandatory goalPrefix are now logging incomplete info

2022-12-12 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MNG-7624: - Description: The introduction of MNG-7618 causes that plugins without goalPrefix (is not required)

[jira] [Created] (MNG-7624) Plugins without non-mandatory goalPrefix are now logging incomplete info

2022-12-12 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MNG-7624: Summary: Plugins without non-mandatory goalPrefix are now logging incomplete info Key: MNG-7624 URL: https://issues.apache.org/jira/browse/MNG-7624 Project: Maven

[jira] [Commented] (MWRAPPER-85) Docs do not mention distributionType for MavenWrapperDownloader.jar

2022-12-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-85?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17646083#comment-17646083 ] ASF GitHub Bot commented on MWRAPPER-85: bmarwell opened a new pull request, #71

[GitHub] [maven-wrapper] bmarwell opened a new pull request, #71: [MWRAPPER-85]_mention_distributionType

2022-12-12 Thread GitBox
bmarwell opened a new pull request, #71: URL: https://github.com/apache/maven-wrapper/pull/71 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-85) filed

[jira] [Updated] (MNG-7228) MavenProject.getOriginalSource returns interpolated parts

2022-12-12 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-7228: - Fix Version/s: 4.0.0-alpha-4 (was: 4.0.0-alpha-3) > MavenProject.getOriginal

[jira] [Updated] (MNG-7604) Removal of pom.* interpolation makes some older plugins defunct

2022-12-12 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-7604: - Fix Version/s: 4.0.0-alpha-4 (was: 4.0.0-alpha-3) > Removal of pom.* interpo

[jira] [Updated] (MNG-7571) add new Maven immutable API to reference documentation

2022-12-12 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-7571: - Fix Version/s: 4.0.0-alpha-4 (was: 4.0.0-alpha-3) > add new Maven immutable

[jira] [Closed] (MNG-7584) The properties-maven-plugin fails to load project properties

2022-12-12 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MNG-7584. Resolution: Fixed > The properties-maven-plugin fails to load project properties > --

[jira] [Updated] (MWRAPPER-85) Docs do not mention distributionType for MavenWrapperDownloader.jar

2022-12-12 Thread Benjamin Marwell (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-85?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Marwell updated MWRAPPER-85: - Summary: Docs do not mention distributionType for MavenWrapperDownloader.jar (was: wrap

[jira] [Updated] (MNG-6437) Generic .uri suffix to get the URI representation of any file property

2022-12-12 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-6437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-6437: - Fix Version/s: 4.0.0-alpha-4 (was: 4.0.0-alpha-3) > Generic .uri suffix to g

[jira] [Closed] (MNG-7582) Reformat apiv4 javadoc according to usual rules

2022-12-12 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MNG-7582. Resolution: Fixed > Reformat apiv4 javadoc according to usual rules > ---

[jira] [Updated] (MNG-7456) Provide FileTransformer replacement within Maven

2022-12-12 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-7456: - Fix Version/s: 4.0.0-alpha-4 (was: 4.0.0-alpha-3) > Provide FileTransformer

[jira] [Updated] (MNG-7046) Revert MNG-5639 and make repo config static only (no ${param} interpolation)

2022-12-12 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-7046: - Fix Version/s: 4.0.0-alpha-4 (was: 4.0.0-alpha-3) > Revert MNG-5639 and make

[jira] [Closed] (MNG-7596) Upgrade to plexus-utils 3.5.0

2022-12-12 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MNG-7596. Resolution: Fixed > Upgrade to plexus-utils 3.5.0 > - > >

[jira] [Updated] (MNG-7543) Upgrade JUnit Jupiter Version 5.9.1

2022-12-12 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-7543: - Fix Version/s: 4.0.0-alpha-4 (was: 4.0.0-alpha-3) > Upgrade JUnit Jupiter Ve

[jira] [Assigned] (MNG-7596) Upgrade to plexus-utils 3.5.0

2022-12-12 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet reassigned MNG-7596: Assignee: Guillaume Nodet > Upgrade to plexus-utils 3.5.0 > - >

[jira] [Updated] (MNG-7422) Remove dependency to guava

2022-12-12 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-7422: - Fix Version/s: 4.0.0-alpha-4 (was: 4.0.0-alpha-3) > Remove dependency to gua

[jira] [Closed] (MNG-7576) Restore compatibility with maven 3

2022-12-12 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MNG-7576. Resolution: Fixed > Restore compatibility with maven 3 > -- > >

[jira] [Updated] (MWRAPPER-85) wrapper:wrapper fails to install MavenWrapperDownloader.java

2022-12-12 Thread Benjamin Marwell (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-85?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Marwell updated MWRAPPER-85: - Summary: wrapper:wrapper fails to install MavenWrapperDownloader.java (was: docs still

[jira] [Assigned] (MWRAPPER-75) Allow for sha256 checksum verification of downloaded artifacts.

2022-12-12 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-75?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski reassigned MWRAPPER-75: --- Assignee: Slawomir Jaranowski > Allow for sha256 checksum verification of d

[jira] [Created] (MWRAPPER-85) docs still mention MavenWrapperDownloader.java

2022-12-12 Thread Benjamin Marwell (Jira)
Benjamin Marwell created MWRAPPER-85: Summary: docs still mention MavenWrapperDownloader.java Key: MWRAPPER-85 URL: https://issues.apache.org/jira/browse/MWRAPPER-85 Project: Maven Wrapper

[jira] [Commented] (MNG-7623) Specify if a project can run in parallel

2022-12-12 Thread Jira
[ https://issues.apache.org/jira/browse/MNG-7623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17646062#comment-17646062 ] Christoph Läubrich commented on MNG-7623: - One example is I have two modules that b

[jira] [Commented] (MNG-7623) Specify if a project can run in parallel

2022-12-12 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MNG-7623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17646061#comment-17646061 ] Slawomir Jaranowski commented on MNG-7623: -- Can you provide a live example for suc

[GitHub] [maven] sultan closed pull request #901: fix version comparison

2022-12-12 Thread GitBox
sultan closed pull request #901: fix version comparison URL: https://github.com/apache/maven/pull/901 -- 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: is

[GitHub] [maven] olamy opened a new pull request, #908: simplify build

2022-12-12 Thread GitBox
olamy opened a new pull request, #908: URL: https://github.com/apache/maven/pull/908 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 cha

[jira] [Commented] (MNG-7622) Reimplement Consumer POM feature

2022-12-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17646026#comment-17646026 ] ASF GitHub Bot commented on MNG-7622: - cstamas commented on PR #907: URL: https://githu

[GitHub] [maven] cstamas commented on pull request #907: [MNG-7622] Maven Transformation and Consumer POM

2022-12-12 Thread GitBox
cstamas commented on PR #907: URL: https://github.com/apache/maven/pull/907#issuecomment-1346245435 Well, all I do is applying PR comments, no? -- 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

[jira] [Commented] (MNG-7622) Reimplement Consumer POM feature

2022-12-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17646025#comment-17646025 ] ASF GitHub Bot commented on MNG-7622: - michael-o commented on PR #907: URL: https://git

[GitHub] [maven] michael-o commented on pull request #907: [MNG-7622] Maven Transformation and Consumer POM

2022-12-12 Thread GitBox
michael-o commented on PR #907: URL: https://github.com/apache/maven/pull/907#issuecomment-1346244136 > > I think this needs to be turned into a draft. > > Why? I don't get it what would make that different? Because it seems to me that you are still working on it, no? -- This

[jira] [Commented] (MNG-7586) Update Maven Resolver to 1.9.2

2022-12-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17646021#comment-17646021 ] ASF GitHub Bot commented on MNG-7586: - cstamas commented on PR #742: URL: https://githu

[GitHub] [maven-mvnd] cstamas commented on pull request #742: [MNG-7586] Update Maven Resolver to 1.9.2

2022-12-12 Thread GitBox
cstamas commented on PR #742: URL: https://github.com/apache/maven-mvnd/pull/742#issuecomment-1346237745 Cool, thanks for picking up this :smile: -- 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] [Created] (MRESOLVER-308) HTTP transport showdown

2022-12-12 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MRESOLVER-308: - Summary: HTTP transport showdown Key: MRESOLVER-308 URL: https://issues.apache.org/jira/browse/MRESOLVER-308 Project: Maven Resolver Issue Type: Ta

[jira] [Commented] (MNG-7622) Reimplement Consumer POM feature

2022-12-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17646009#comment-17646009 ] ASF GitHub Bot commented on MNG-7622: - cstamas commented on PR #907: URL: https://githu

[GitHub] [maven] cstamas commented on pull request #907: [MNG-7622] Maven Transformation and Consumer POM

2022-12-12 Thread GitBox
cstamas commented on PR #907: URL: https://github.com/apache/maven/pull/907#issuecomment-1346210555 > I think this needs to be turned into a draft. Why? I don't get it what would make that different? -- This is an automated message from the Apache Git Service. To respond to the mess

[jira] [Commented] (MNG-7622) Reimplement Consumer POM feature

2022-12-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17646004#comment-17646004 ] ASF GitHub Bot commented on MNG-7622: - cstamas commented on code in PR #907: URL: https

[GitHub] [maven] cstamas commented on a diff in pull request #907: [MNG-7622] Maven Transformation and Consumer POM

2022-12-12 Thread GitBox
cstamas commented on code in PR #907: URL: https://github.com/apache/maven/pull/907#discussion_r1045591133 ## maven-core/src/main/java/org/apache/maven/internal/transformation/TransformedArtifact.java: ## @@ -0,0 +1,146 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[jira] [Created] (MNG-7623) Specify if a project can run in parallel

2022-12-12 Thread Jira
Christoph Läubrich created MNG-7623: --- Summary: Specify if a project can run in parallel Key: MNG-7623 URL: https://issues.apache.org/jira/browse/MNG-7623 Project: Maven Issue Type: Improvem

[jira] [Commented] (MNG-7622) Reimplement Consumer POM feature

2022-12-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645991#comment-17645991 ] ASF GitHub Bot commented on MNG-7622: - michael-o commented on PR #907: URL: https://git

[GitHub] [maven] michael-o commented on pull request #907: [MNG-7622] Maven Transformation and Consumer POM

2022-12-12 Thread GitBox
michael-o commented on PR #907: URL: https://github.com/apache/maven/pull/907#issuecomment-1346145690 I think this needs to be turned into a draft. -- 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] [Updated] (MRESOLVER-304) DirectoryUtils should consider interpolation

2022-12-12 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MRESOLVER-304: -- Description: As currently it cannot be interpolated, and it applies this logic: * i

[jira] [Commented] (MNG-7622) Reimplement Consumer POM feature

2022-12-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645988#comment-17645988 ] ASF GitHub Bot commented on MNG-7622: - cstamas commented on code in PR #907: URL: https

[GitHub] [maven] cstamas commented on a diff in pull request #907: [MNG-7622] Maven Transformation and Consumer POM

2022-12-12 Thread GitBox
cstamas commented on code in PR #907: URL: https://github.com/apache/maven/pull/907#discussion_r1045564744 ## maven-core/src/main/java/org/apache/maven/internal/transformation/ArtifactTransformer.java: ## @@ -0,0 +1,45 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [maven-resolver] cstamas commented on pull request #186: [WIP] move to org.apache.maven package

2022-12-12 Thread GitBox
cstamas commented on PR #186: URL: https://github.com/apache/maven-resolver/pull/186#issuecomment-1346132728 It depends, we can do this only when resolver is completely sealed off from anything else than maven core (so when Maven 4 API is the only thing reachable for plugins). So, it may me

[GitHub] [maven-resolver] laeubi commented on pull request #186: [WIP] move to org.apache.maven package

2022-12-12 Thread GitBox
laeubi commented on PR #186: URL: https://github.com/apache/maven-resolver/pull/186#issuecomment-1346124283 @cstamas this should be tagged 2.0 as well! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[jira] [Commented] (MRESOLVER-307) Support listing of workspace artifacts

2022-12-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645983#comment-17645983 ] ASF GitHub Bot commented on MRESOLVER-307: -- laeubi commented on PR #230: URL:

[GitHub] [maven-resolver] laeubi commented on pull request #230: MRESOLVER-307 - Support listing of workspace artifacts

2022-12-12 Thread GitBox
laeubi commented on PR #230: URL: https://github.com/apache/maven-resolver/pull/230#issuecomment-1346120213 @cstamas I now adjusted the code, the only think left is that one might want to move the interface from `org.eclipse.aether.repository.WorkspaceReader` > `org.eclipse.aether.spi.repos

[jira] [Commented] (MNG-7622) Reimplement Consumer POM feature

2022-12-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645972#comment-17645972 ] ASF GitHub Bot commented on MNG-7622: - gnodet commented on code in PR #907: URL: https:

[GitHub] [maven] gnodet commented on a diff in pull request #907: [MNG-7622] Maven Transformation and Consumer POM

2022-12-12 Thread GitBox
gnodet commented on code in PR #907: URL: https://github.com/apache/maven/pull/907#discussion_r1045541829 ## maven-core/src/main/java/org/apache/maven/internal/transformation/TransformedArtifact.java: ## @@ -0,0 +1,146 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[jira] [Commented] (MNG-7622) Reimplement Consumer POM feature

2022-12-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645971#comment-17645971 ] ASF GitHub Bot commented on MNG-7622: - gnodet commented on code in PR #907: URL: https:

[GitHub] [maven] gnodet commented on a diff in pull request #907: [MNG-7622] Maven Transformation and Consumer POM

2022-12-12 Thread GitBox
gnodet commented on code in PR #907: URL: https://github.com/apache/maven/pull/907#discussion_r1045534915 ## maven-core/src/main/java/org/apache/maven/internal/transformation/ArtifactTransformer.java: ## @@ -0,0 +1,45 @@ +/* + * Licensed to the Apache Software Foundation (ASF) u

[jira] [Commented] (MNG-7622) Reimplement Consumer POM feature

2022-12-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645968#comment-17645968 ] ASF GitHub Bot commented on MNG-7622: - cstamas commented on code in PR #907: URL: https

[GitHub] [maven] cstamas commented on a diff in pull request #907: [MNG-7622] Maven Transformation and Consumer POM

2022-12-12 Thread GitBox
cstamas commented on code in PR #907: URL: https://github.com/apache/maven/pull/907#discussion_r1045528456 ## maven-core/src/main/java/org/apache/maven/internal/transformation/TransformedArtifact.java: ## @@ -0,0 +1,146 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[jira] [Commented] (MNG-7622) Reimplement Consumer POM feature

2022-12-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645965#comment-17645965 ] ASF GitHub Bot commented on MNG-7622: - gnodet commented on code in PR #907: URL: https:

[GitHub] [maven] gnodet commented on a diff in pull request #907: [MNG-7622] Maven Transformation and Consumer POM

2022-12-12 Thread GitBox
gnodet commented on code in PR #907: URL: https://github.com/apache/maven/pull/907#discussion_r1045525901 ## maven-core/src/main/java/org/apache/maven/internal/transformation/TransformedArtifact.java: ## @@ -0,0 +1,146 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[jira] [Commented] (MNG-7456) Provide FileTransformer replacement within Maven

2022-12-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645959#comment-17645959 ] ASF GitHub Bot commented on MNG-7456: - cstamas commented on PR #712: URL: https://githu

[jira] [Commented] (MNG-7456) Provide FileTransformer replacement within Maven

2022-12-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645960#comment-17645960 ] ASF GitHub Bot commented on MNG-7456: - cstamas closed pull request #712: [MNG-7456] Pro

[GitHub] [maven] cstamas closed pull request #712: [MNG-7456] Provide FileTransformer API replacement in Maven

2022-12-12 Thread GitBox
cstamas closed pull request #712: [MNG-7456] Provide FileTransformer API replacement in Maven URL: https://github.com/apache/maven/pull/712 -- 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 specif

[GitHub] [maven] cstamas commented on pull request #712: [MNG-7456] Provide FileTransformer API replacement in Maven

2022-12-12 Thread GitBox
cstamas commented on PR #712: URL: https://github.com/apache/maven/pull/712#issuecomment-1346067858 Superseded by https://github.com/apache/maven/pull/907 -- 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

[jira] [Created] (ARCHETYPE-634) WARNING: An illegal reflective access operation has occurred

2022-12-12 Thread Christophe Marchand (Jira)
Christophe Marchand created ARCHETYPE-634: - Summary: WARNING: An illegal reflective access operation has occurred Key: ARCHETYPE-634 URL: https://issues.apache.org/jira/browse/ARCHETYPE-634 Pr

[GitHub] [maven-integration-testing] gnodet merged pull request #218: Disable tests on maven >= 4.0.0-alpha-3

2022-12-12 Thread GitBox
gnodet merged PR #218: URL: https://github.com/apache/maven-integration-testing/pull/218 -- 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