Re: [PR] Fix snippet reader tab and indent handling [maven-doxia]

2023-10-13 Thread via GitHub
michael-o commented on PR #161: URL: https://github.com/apache/maven-doxia/pull/161#issuecomment-1761042561 I'd like to perform a release this weekend. Anyone want to complete the discussion with me? -- This is an automated message from the Apache Git Service. To respond to the message, p

Re: [PR] [MNG-7541] Implement powershell command [maven]

2023-10-13 Thread via GitHub
Giovds commented on code in PR #878: URL: https://github.com/apache/maven/pull/878#discussion_r1358059984 ## apache-maven/src/assembly/maven/bin/mvnDebug.ps1: ## @@ -0,0 +1,43 @@ +<# +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreeme

[jira] [Commented] (MNG-7541) Native support for PowerShell to start Maven

2023-10-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17774854#comment-17774854 ] ASF GitHub Bot commented on MNG-7541: - Giovds commented on code in PR #878: URL: https:

Re: [PR] [MNG-7541] Implement powershell command [maven]

2023-10-13 Thread via GitHub
Giovds commented on code in PR #878: URL: https://github.com/apache/maven/pull/878#discussion_r1358075540 ## apache-maven/src/assembly/shared/init.ps1: ## @@ -0,0 +1,83 @@ +# END VALIDATION + +$CLASSWORLDS_CONF = "$MAVEN_HOME\bin\m2.conf" Review Comment: Should thi

[jira] [Commented] (MNG-7541) Native support for PowerShell to start Maven

2023-10-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17774861#comment-17774861 ] ASF GitHub Bot commented on MNG-7541: - Giovds commented on code in PR #878: URL: https:

Re: [PR] [MNG-7541] Implement powershell command [maven]

2023-10-13 Thread via GitHub
Giovds commented on code in PR #878: URL: https://github.com/apache/maven/pull/878#discussion_r1358084618 ## apache-maven/src/assembly/shared/validate.ps1: ## @@ -0,0 +1,53 @@ +<# +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements

[jira] [Commented] (MNG-7541) Native support for PowerShell to start Maven

2023-10-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17774864#comment-17774864 ] ASF GitHub Bot commented on MNG-7541: - Giovds commented on code in PR #878: URL: https:

Re: [PR] [MNG-7541] Implement powershell command [maven]

2023-10-13 Thread via GitHub
michael-o commented on code in PR #878: URL: https://github.com/apache/maven/pull/878#discussion_r1358087993 ## apache-maven/src/assembly/shared/validate.ps1: ## @@ -0,0 +1,53 @@ +<# +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreeme

[jira] [Commented] (MNG-7541) Native support for PowerShell to start Maven

2023-10-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17774865#comment-17774865 ] ASF GitHub Bot commented on MNG-7541: - michael-o commented on code in PR #878: URL: htt

Re: [PR] [MNG-7541] Implement powershell command [maven]

2023-10-13 Thread via GitHub
Giovds commented on code in PR #878: URL: https://github.com/apache/maven/pull/878#discussion_r1358102359 ## apache-maven/src/assembly/shared/validate.ps1: ## @@ -0,0 +1,53 @@ +<# +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements

[jira] [Commented] (MNG-7541) Native support for PowerShell to start Maven

2023-10-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17774875#comment-17774875 ] ASF GitHub Bot commented on MNG-7541: - Giovds commented on code in PR #878: URL: https:

[jira] [Assigned] (MNG-7310) Maven loads extension from another submodule

2023-10-13 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MNG-7310: --- Assignee: Martin Kanters > Maven loads extension from another submodule >

[jira] [Closed] (MNG-7310) Maven loads extension from another submodule

2023-10-13 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MNG-7310. --- > Maven loads extension from another submodule > > >

[PR] Support building on JDK 21 [maven]

2023-10-13 Thread via GitHub
gnodet opened a new pull request, #1278: URL: https://github.com/apache/maven/pull/1278 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] Switch to JLine to provide line editing [maven]

2023-10-13 Thread via GitHub
gnodet opened a new pull request, #1279: URL: https://github.com/apache/maven/pull/1279 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Support building on JDK 21 [maven]

2023-10-13 Thread via GitHub
mthmulders commented on code in PR #1278: URL: https://github.com/apache/maven/pull/1278#discussion_r1358171829 ## .github/workflows/maven.yml: ## @@ -61,7 +61,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] -java: [8,

Re: [PR] Support building on JDK 21 [maven]

2023-10-13 Thread via GitHub
gnodet commented on code in PR #1278: URL: https://github.com/apache/maven/pull/1278#discussion_r1358175935 ## .github/workflows/maven.yml: ## @@ -61,7 +61,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] -java: [8, 11,

Re: [PR] Support building on JDK 21 [maven]

2023-10-13 Thread via GitHub
mthmulders commented on code in PR #1278: URL: https://github.com/apache/maven/pull/1278#discussion_r1358179630 ## .github/workflows/maven.yml: ## @@ -61,7 +61,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] -java: [8,

Re: [PR] Support building on JDK 21 [maven]

2023-10-13 Thread via GitHub
gnodet commented on code in PR #1278: URL: https://github.com/apache/maven/pull/1278#discussion_r1358213669 ## .github/workflows/maven.yml: ## @@ -61,7 +61,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] -java: [8, 11,

Re: [PR] Switch to JLine to provide line editing [maven]

2023-10-13 Thread via GitHub
slawekjaranowski commented on PR #1279: URL: https://github.com/apache/maven/pull/1279#issuecomment-1761462294 Will it be compatible with Maven 3.x and old maven-shared-utils? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] Switch to JLine to provide line editing [maven]

2023-10-13 Thread via GitHub
gnodet commented on PR #1279: URL: https://github.com/apache/maven/pull/1279#issuecomment-1761472845 > Will it be compatible with Maven 3.x and old maven-shared-utils? In what sense should that be compatible ? You mean if a plugin is using maven-shared-utils and use that to output stu

[PR] idk refactored to immutableOutputFile => getLog.info: "Immutable Single Output File" (line 881, 893) [maven-compiler-plugin]

2023-10-13 Thread via GitHub
BrowneMonke opened a new pull request, #201: URL: https://github.com/apache/maven-compiler-plugin/pull/201 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/MCOMPILER

Re: [PR] Support building on JDK 21 [maven]

2023-10-13 Thread via GitHub
mthmulders commented on code in PR #1278: URL: https://github.com/apache/maven/pull/1278#discussion_r1358235045 ## .github/workflows/maven.yml: ## @@ -61,7 +61,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] -java: [8,

Re: [PR] Switch to JLine to provide line editing [maven]

2023-10-13 Thread via GitHub
slawekjaranowski commented on PR #1279: URL: https://github.com/apache/maven/pull/1279#issuecomment-1761484498 eg. ``` mvn buildplan:list-phase ``` -- 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] (MNG-7772) Allow to register maven core extension in .m2 directory instead of MAVEN_HOME

2023-10-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17774907#comment-17774907 ] ASF GitHub Bot commented on MNG-7772: - juulhobert opened a new pull request, #1280: URL

Re: [PR] Switch to JLine to provide line editing [maven]

2023-10-13 Thread via GitHub
gnodet commented on PR #1279: URL: https://github.com/apache/maven/pull/1279#issuecomment-1761537960 > eg. > > ``` > mvn buildplan:list-phase > ``` It works when using a terminal. However, when the output is redirected to a file, the ansi sequences are not stripped corre

[PR] Support JDK 21 [maven-integration-testing]

2023-10-13 Thread via GitHub
gnodet opened a new pull request, #310: URL: https://github.com/apache/maven-integration-testing/pull/310 (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 un

[jira] [Commented] (MCOMPILER-549) improve recompilation cause display

2023-10-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17774922#comment-17774922 ] ASF GitHub Bot commented on MCOMPILER-549: -- mthmulders commented on PR #201:

Re: [PR] [MCOMPILER-549] Improve log message in case of recompilation [maven-compiler-plugin]

2023-10-13 Thread via GitHub
mthmulders commented on PR #201: URL: https://github.com/apache/maven-compiler-plugin/pull/201#issuecomment-1761602870 I ran `mvn clean verify` and `mvn -Prun-its clean verify` on my machine and the results are good. Approving CI run. -- This is an automated message from the Apache Git S

[jira] [Commented] (MASSEMBLY-990) add system requirements history

2023-10-13 Thread Maarten Mulders (Jira)
[ https://issues.apache.org/jira/browse/MASSEMBLY-990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17774926#comment-17774926 ] Maarten Mulders commented on MASSEMBLY-990: --- Are we sure about  Apache Maven

[jira] [Created] (SUREFIRE-2202) NullPointerException if super class is an Interface

2023-10-13 Thread Javier A. Ortiz (Jira)
Javier A. Ortiz created SUREFIRE-2202: - Summary: NullPointerException if super class is an Interface Key: SUREFIRE-2202 URL: https://issues.apache.org/jira/browse/SUREFIRE-2202 Project: Maven Suref

[jira] [Commented] (MNG-7895) Support ${project.basedir} in file profile activation

2023-10-13 Thread Jimisola Laursen (Jira)
[ https://issues.apache.org/jira/browse/MNG-7895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17774939#comment-17774939 ] Jimisola Laursen commented on MNG-7895: --- Related to this issue and I suspect that I m

[jira] [Comment Edited] (MNG-7895) Support ${project.basedir} in file profile activation

2023-10-13 Thread Jimisola Laursen (Jira)
[ https://issues.apache.org/jira/browse/MNG-7895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17774939#comment-17774939 ] Jimisola Laursen edited comment on MNG-7895 at 10/13/23 3:05 PM:

[jira] [Commented] (MNG-7895) Support ${project.basedir} in file profile activation

2023-10-13 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17774944#comment-17774944 ] Michael Osipov commented on MNG-7895: - [~lfvjimisola], it might be worthwhile to create

[PR] [SUREFIRE-2202] - Fixes bug NPE in MethodSelector [maven-surefire]

2023-10-13 Thread via GitHub
javydreamercsw opened a new pull request, #673: URL: https://github.com/apache/maven-surefire/pull/673 Handle NPE when getSuperClass() returns null. (SUREFIRE-2202) Following this checklist to help us incorporate your contribution quickly and easily: - [X] Make sure there i

[jira] [Commented] (SUREFIRE-2202) NullPointerException if super class is an Interface

2023-10-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17774954#comment-17774954 ] ASF GitHub Bot commented on SUREFIRE-2202: -- javydreamercsw opened a new pull

[PR] [MNG-7772] Test for extensions.xml defined in an ext directory in the… [maven-integration-testing]

2023-10-13 Thread via GitHub
juulhobert opened a new pull request, #311: URL: https://github.com/apache/maven-integration-testing/pull/311 Integration test for [PR](https://github.com/apache/maven/pull/1280) and [Jira issue](https://issues.apache.org/jira/browse/MNG-7772) -- This is an automated message from the Apac

[jira] [Created] (MNG-7905) Link to security issue reporting information

2023-10-13 Thread Arnout Engelen (Jira)
Arnout Engelen created MNG-7905: --- Summary: Link to security issue reporting information Key: MNG-7905 URL: https://issues.apache.org/jira/browse/MNG-7905 Project: Maven Issue Type: Wish

Re: [PR] [MNG-7772] Allow to register maven core extension in .m2 directory instead of MAVEN_HOME [maven]

2023-10-13 Thread via GitHub
juulhobert commented on PR #1280: URL: https://github.com/apache/maven/pull/1280#issuecomment-1761716204 Another [PR](https://github.com/apache/maven-integration-testing/pull/311/files) has been created with an integration test -- This is an automated message from the Apache Git Service.

[jira] [Commented] (MNG-7772) Allow to register maven core extension in .m2 directory instead of MAVEN_HOME

2023-10-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17774959#comment-17774959 ] ASF GitHub Bot commented on MNG-7772: - juulhobert commented on PR #1280: URL: https://g

Re: [PR] [MRESOLVER-377] Introduce metadataUpdatePolicy [maven-resolver]

2023-10-13 Thread via GitHub
cstamas commented on PR #308: URL: https://github.com/apache/maven-resolver/pull/308#issuecomment-1761719544 The crux of this change is really just to introduce two policies (in parallel), but if application using resolver simple use same policies for both, the original behaviour is unchang

[jira] [Commented] (MRESOLVER-377) Introduce metadata update policy

2023-10-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17774960#comment-17774960 ] ASF GitHub Bot commented on MRESOLVER-377: -- cstamas commented on PR #308: URL

[jira] [Commented] (MDEPLOY-312) [REGRESSION] deploy no longer updates project model

2023-10-13 Thread Jared Stehler (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17774968#comment-17774968 ] Jared Stehler commented on MDEPLOY-312: --- I need to know what the resolved snapshot

[jira] [Commented] (MDEPLOY-312) [REGRESSION] deploy no longer updates project model

2023-10-13 Thread Jared Stehler (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17774970#comment-17774970 ] Jared Stehler commented on MDEPLOY-312: --- I'm not necessarily tied to the idea of p

[jira] [Commented] (MDEPLOY-312) [REGRESSION] deploy no longer updates project model

2023-10-13 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17774973#comment-17774973 ] Tamas Cservenak commented on MDEPLOY-312: - Those are not "resolved" but "transfo

[jira] [Comment Edited] (MDEPLOY-312) [REGRESSION] deploy no longer updates project model

2023-10-13 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17774973#comment-17774973 ] Tamas Cservenak edited comment on MDEPLOY-312 at 10/13/23 4:05 PM: ---

[jira] [Commented] (MDEPLOY-312) [REGRESSION] deploy no longer updates project model

2023-10-13 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17774978#comment-17774978 ] Tamas Cservenak commented on MDEPLOY-312: - Few pointers: * Here is a resolver [d

[jira] [Commented] (MDEPLOY-312) [REGRESSION] deploy no longer updates project model

2023-10-13 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17774979#comment-17774979 ] Tamas Cservenak commented on MDEPLOY-312: - Is by any chance your custom resolver

Re: [PR] [MNG-7772] Test for extensions.xml defined in an ext directory in the… [maven-integration-testing]

2023-10-13 Thread via GitHub
mthmulders commented on code in PR #311: URL: https://github.com/apache/maven-integration-testing/pull/311#discussion_r1358476213 ## core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7772CoreExtensionsNotFoundTest.java: ## @@ -0,0 +1,81 @@ +/* + * Licensed to the Apache

Re: [PR] [MNG-7772] Test for extensions.xml defined in an ext directory in the… [maven-integration-testing]

2023-10-13 Thread via GitHub
mthmulders commented on PR #311: URL: https://github.com/apache/maven-integration-testing/pull/311#issuecomment-1761781889 I'd love to also see a "positive" test case, e.g., one that demonstrates that Maven indeed activates an extension that is installed in the user-level Maven directory.

[jira] [Comment Edited] (MDEPLOY-312) [REGRESSION] deploy no longer updates project model

2023-10-13 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17774978#comment-17774978 ] Tamas Cservenak edited comment on MDEPLOY-312 at 10/13/23 4:23 PM: ---

[jira] [Commented] (MDEPLOY-312) [REGRESSION] deploy no longer updates project model

2023-10-13 Thread Jared Stehler (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17774983#comment-17774983 ] Jared Stehler commented on MDEPLOY-312: --- Thanks for the pointers! I'd imagine that

[jira] [Commented] (MDEPLOY-312) [REGRESSION] deploy no longer updates project model

2023-10-13 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17774992#comment-17774992 ] Tamas Cservenak commented on MDEPLOY-312: - Yes, all correct. You need to registe

Re: [PR] [MRESOLVER-377] Introduce metadataUpdatePolicy [maven-resolver]

2023-10-13 Thread via GitHub
slawekjaranowski commented on code in PR #308: URL: https://github.com/apache/maven-resolver/pull/308#discussion_r1358520761 ## maven-resolver-api/src/main/java/org/eclipse/aether/repository/RepositoryPolicy.java: ## @@ -62,26 +62,40 @@ public final class RepositoryPolicy {

Re: [PR] [MRESOLVER-377] Introduce metadataUpdatePolicy [maven-resolver]

2023-10-13 Thread via GitHub
slawekjaranowski commented on code in PR #308: URL: https://github.com/apache/maven-resolver/pull/308#discussion_r1358520761 ## maven-resolver-api/src/main/java/org/eclipse/aether/repository/RepositoryPolicy.java: ## @@ -62,26 +62,40 @@ public final class RepositoryPolicy {

[jira] [Commented] (MRESOLVER-377) Introduce metadata update policy

2023-10-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17774998#comment-17774998 ] ASF GitHub Bot commented on MRESOLVER-377: -- slawekjaranowski commented on cod

[jira] [Commented] (MRESOLVER-377) Introduce metadata update policy

2023-10-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17774999#comment-17774999 ] ASF GitHub Bot commented on MRESOLVER-377: -- slawekjaranowski commented on cod

Re: [PR] [MRESOLVER-377] Introduce metadataUpdatePolicy [maven-resolver]

2023-10-13 Thread via GitHub
cstamas commented on code in PR #308: URL: https://github.com/apache/maven-resolver/pull/308#discussion_r1358558127 ## maven-resolver-api/src/main/java/org/eclipse/aether/repository/RepositoryPolicy.java: ## @@ -62,26 +62,40 @@ public final class RepositoryPolicy { privat

[jira] [Commented] (MRESOLVER-377) Introduce metadata update policy

2023-10-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17775000#comment-17775000 ] ASF GitHub Bot commented on MRESOLVER-377: -- cstamas commented on code in PR #

[jira] [Commented] (MRESOLVER-377) Introduce metadata update policy

2023-10-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17775001#comment-17775001 ] ASF GitHub Bot commented on MRESOLVER-377: -- cstamas commented on code in PR #

Re: [PR] [MRESOLVER-377] Introduce metadataUpdatePolicy [maven-resolver]

2023-10-13 Thread via GitHub
cstamas commented on code in PR #308: URL: https://github.com/apache/maven-resolver/pull/308#discussion_r1358573313 ## maven-resolver-api/src/main/java/org/eclipse/aether/repository/RepositoryPolicy.java: ## @@ -62,26 +62,40 @@ public final class RepositoryPolicy { privat

[jira] [Commented] (MRESOLVER-377) Introduce metadata update policy

2023-10-13 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17775009#comment-17775009 ] Slawomir Jaranowski commented on MRESOLVER-377: --- {quote} Maven does not

[jira] [Commented] (MRESOLVER-377) Introduce metadata update policy

2023-10-13 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17775010#comment-17775010 ] Slawomir Jaranowski commented on MRESOLVER-377: --- Ok, I see more descript

Re: [PR] [MDEPLOY-312] - merge resolved artifacts back into project model [maven-deploy-plugin]

2023-10-13 Thread via GitHub
jaredstehler closed pull request #44: [MDEPLOY-312] - merge resolved artifacts back into project model URL: https://github.com/apache/maven-deploy-plugin/pull/44 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [PR] [MDEPLOY-312] - merge resolved artifacts back into project model [maven-deploy-plugin]

2023-10-13 Thread via GitHub
jaredstehler commented on PR #44: URL: https://github.com/apache/maven-deploy-plugin/pull/44#issuecomment-1762012274 Approach suggested in jira issue works for us. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] [MNG-7772] Test for extensions.xml defined in an ext directory in the… [maven-integration-testing]

2023-10-13 Thread via GitHub
slawekjaranowski commented on code in PR #311: URL: https://github.com/apache/maven-integration-testing/pull/311#discussion_r1358681241 ## core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7772CoreExtensionsNotFoundTest.java: ## @@ -0,0 +1,81 @@ +/* + * Licensed to the

[jira] [Commented] (MDEPLOY-312) [REGRESSION] deploy no longer updates project model

2023-10-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17775020#comment-17775020 ] ASF GitHub Bot commented on MDEPLOY-312: jaredstehler commented on PR #44: URL:

[jira] [Commented] (MDEPLOY-312) [REGRESSION] deploy no longer updates project model

2023-10-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17775019#comment-17775019 ] ASF GitHub Bot commented on MDEPLOY-312: jaredstehler closed pull request #44: [

[jira] [Commented] (MDEPLOY-312) [REGRESSION] deploy no longer updates project model

2023-10-13 Thread Jared Stehler (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17775021#comment-17775021 ] Jared Stehler commented on MDEPLOY-312: --- The suggested approach seems like it will

[jira] [Commented] (MDEPLOY-312) [REGRESSION] deploy no longer updates project model

2023-10-13 Thread Jonathan Haber (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17775024#comment-17775024 ] Jonathan Haber commented on MDEPLOY-312: There's a simple version that we open-s

[jira] [Commented] (MDEPLOY-312) [REGRESSION] deploy no longer updates project model

2023-10-13 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17775036#comment-17775036 ] Tamas Cservenak commented on MDEPLOY-312: - THIS is very cool! Thanks! Will dive

[jira] [Updated] (MRESOLVER-377) Introduce metadata update policy

2023-10-13 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MRESOLVER-377: -- Description: Split the policies applied in case of data and metadata, allowing great

[jira] [Closed] (MSHARED-1317) Upgrade to Doxia 2.0.0-M8

2023-10-13 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MSHARED-1317. --- Resolution: Fixed Fixed with [f30735e0e04c26b7fc76808eec0e0e4adf1e9f10|https://gitbox.apac

[jira] [Created] (DOXIASITETOOLS-314) Upgrade to Doxia 2.0.0-M8

2023-10-13 Thread Michael Osipov (Jira)
Michael Osipov created DOXIASITETOOLS-314: - Summary: Upgrade to Doxia 2.0.0-M8 Key: DOXIASITETOOLS-314 URL: https://issues.apache.org/jira/browse/DOXIASITETOOLS-314 Project: Maven Doxia Sitetoo

[jira] [Created] (DOXIASITETOOLS-316) Upgrade to Maven Reporting API 4.0.0-M8

2023-10-13 Thread Michael Osipov (Jira)
Michael Osipov created DOXIASITETOOLS-316: - Summary: Upgrade to Maven Reporting API 4.0.0-M8 Key: DOXIASITETOOLS-316 URL: https://issues.apache.org/jira/browse/DOXIASITETOOLS-316 Project: Maven

[jira] [Created] (DOXIASITETOOLS-315) Upgrade to Maven Fluido Skin 2.0.0-M8 in default site descriptor

2023-10-13 Thread Michael Osipov (Jira)
Michael Osipov created DOXIASITETOOLS-315: - Summary: Upgrade to Maven Fluido Skin 2.0.0-M8 in default site descriptor Key: DOXIASITETOOLS-315 URL: https://issues.apache.org/jira/browse/DOXIASITETOOLS-315

[jira] [Closed] (DOXIASITETOOLS-314) Upgrade to Doxia 2.0.0-M8

2023-10-13 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIASITETOOLS-314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed DOXIASITETOOLS-314. - Resolution: Fixed Fixed with [0815afee758f506b5001fc934561bf13387664dc|h

[jira] [Closed] (DOXIASITETOOLS-315) Upgrade to Maven Fluido Skin 2.0.0-M8 in default site descriptor

2023-10-13 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIASITETOOLS-315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed DOXIASITETOOLS-315. - Resolution: Fixed Fixed with [3cd51ad0a80faff29f63fe241ca3971e357e4ce4|h

[jira] [Closed] (DOXIASITETOOLS-316) Upgrade to Maven Reporting API 4.0.0-M8

2023-10-13 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIASITETOOLS-316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed DOXIASITETOOLS-316. - Resolution: Fixed Fixed with [878277ecf121769eb2968b2b51f2c9e23eba806a|h

[jira] [Created] (MNG-7906) Dependency Management import does not work the "maven way"

2023-10-13 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MNG-7906: Summary: Dependency Management import does not work the "maven way" Key: MNG-7906 URL: https://issues.apache.org/jira/browse/MNG-7906 Project: Maven Issue Ty

[jira] [Updated] (MNG-7906) Dependency Management import does not work the "maven way"

2023-10-13 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MNG-7906: - Description: This affects all released Maven versions so far. Problem reproducer: https://github.c

[jira] [Created] (MSHARED-1318) Upgrade to Doxia 2.0.0-M8

2023-10-13 Thread Michael Osipov (Jira)
Michael Osipov created MSHARED-1318: --- Summary: Upgrade to Doxia 2.0.0-M8 Key: MSHARED-1318 URL: https://issues.apache.org/jira/browse/MSHARED-1318 Project: Maven Shared Components Issue Typ

[jira] [Created] (MSHARED-1319) Upgrade to Doxia Sitetools 2.0.0-M13

2023-10-13 Thread Michael Osipov (Jira)
Michael Osipov created MSHARED-1319: --- Summary: Upgrade to Doxia Sitetools 2.0.0-M13 Key: MSHARED-1319 URL: https://issues.apache.org/jira/browse/MSHARED-1319 Project: Maven Shared Components

[jira] [Created] (MSHARED-1320) Upgrade to Maven Reporting API 4.0.0-M8

2023-10-13 Thread Michael Osipov (Jira)
Michael Osipov created MSHARED-1320: --- Summary: Upgrade to Maven Reporting API 4.0.0-M8 Key: MSHARED-1320 URL: https://issues.apache.org/jira/browse/MSHARED-1320 Project: Maven Shared Components

[jira] [Created] (MSHARED-1321) Upgrade plugins and components (in ITs)

2023-10-13 Thread Michael Osipov (Jira)
Michael Osipov created MSHARED-1321: --- Summary: Upgrade plugins and components (in ITs) Key: MSHARED-1321 URL: https://issues.apache.org/jira/browse/MSHARED-1321 Project: Maven Shared Components

[jira] [Closed] (MSHARED-1320) Upgrade to Maven Reporting API 4.0.0-M8

2023-10-13 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MSHARED-1320. --- Resolution: Fixed Fixed with [48a81f0b764002b872d851faef02e1c1ed29a49e|https://gitbox.apac

[jira] [Closed] (MSHARED-1321) Upgrade plugins and components (in ITs)

2023-10-13 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MSHARED-1321. --- Resolution: Fixed Fixed with [1ac99a19131bae18cfb6e268689c2a9978dad770|https://gitbox.apac

[jira] [Comment Edited] (MSHARED-1320) Upgrade to Maven Reporting API 4.0.0-M8

2023-10-13 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17775051#comment-17775051 ] Michael Osipov edited comment on MSHARED-1320 at 10/13/23 8:27 PM: --

[jira] [Closed] (MSHARED-1318) Upgrade to Doxia 2.0.0-M8

2023-10-13 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MSHARED-1318. --- Resolution: Fixed Fixed with [20fca8c26c4b1205a3dd746a2409b47a3d9298db|https://gitbox.apac

[jira] [Closed] (MSHARED-1319) Upgrade to Doxia Sitetools 2.0.0-M13

2023-10-13 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MSHARED-1319. --- Resolution: Fixed Fixed with [e8955749cc02ae4e09597f2fe708796ae9944bb8|https://gitbox.apac

Re: [PR] [MRESOLVER-377] Introduce metadataUpdatePolicy [maven-resolver]

2023-10-13 Thread via GitHub
cstamas merged PR #308: URL: https://github.com/apache/maven-resolver/pull/308 -- 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.

[jira] [Closed] (MRESOLVER-377) Introduce metadata update policy

2023-10-13 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MRESOLVER-377. - Resolution: Fixed > Introduce metadata update policy > ---

[jira] [Commented] (MRESOLVER-377) Introduce metadata update policy

2023-10-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17775057#comment-17775057 ] ASF GitHub Bot commented on MRESOLVER-377: -- cstamas merged PR #308: URL: http

[jira] [Created] (MSHARED-1322) Upgrade to Doxia 2.0.0-M8

2023-10-13 Thread Michael Osipov (Jira)
Michael Osipov created MSHARED-1322: --- Summary: Upgrade to Doxia 2.0.0-M8 Key: MSHARED-1322 URL: https://issues.apache.org/jira/browse/MSHARED-1322 Project: Maven Shared Components Issue Typ

[jira] [Created] (MSHARED-1323) Upgrade to Maven Reporting API 4.0.0-M8

2023-10-13 Thread Michael Osipov (Jira)
Michael Osipov created MSHARED-1323: --- Summary: Upgrade to Maven Reporting API 4.0.0-M8 Key: MSHARED-1323 URL: https://issues.apache.org/jira/browse/MSHARED-1323 Project: Maven Shared Components

[jira] [Created] (MSHARED-1324) Upgrade plugins and components (in ITs)

2023-10-13 Thread Michael Osipov (Jira)
Michael Osipov created MSHARED-1324: --- Summary: Upgrade plugins and components (in ITs) Key: MSHARED-1324 URL: https://issues.apache.org/jira/browse/MSHARED-1324 Project: Maven Shared Components

[jira] [Closed] (MSHARED-1324) Upgrade plugins and components (in ITs)

2023-10-13 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MSHARED-1324. --- Resolution: Fixed Fixed with [aa0c01824653b8aab0afc6ab64aba3bf23b18e8c|https://gitbox.apac

[jira] [Closed] (MSHARED-1323) Upgrade to Maven Reporting API 4.0.0-M8

2023-10-13 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MSHARED-1323. --- Resolution: Fixed Fixed with [aa384e590847287127456611031573f9197cc432|https://gitbox.apac

[jira] [Closed] (MSHARED-1322) Upgrade to Doxia 2.0.0-M8

2023-10-13 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MSHARED-1322. --- Resolution: Fixed Fixed with [ea6ea9b5ed383bd4c51b2139b6a4fcd02677038f|https://gitbox.apac

[jira] [Created] (MSITE-982) Upgrade to Doxia Sitetools 2.0.0-M13

2023-10-13 Thread Michael Osipov (Jira)
Michael Osipov created MSITE-982: Summary: Upgrade to Doxia Sitetools 2.0.0-M13 Key: MSITE-982 URL: https://issues.apache.org/jira/browse/MSITE-982 Project: Maven Site Plugin Issue Type: Depe

  1   2   >