[jira] [Created] (MCOMPILER-574) ‎AbstractCompilerMojo::execute should propagate exception cause

2024-02-03 Thread Alexander Kriegisch (Jira)
Alexander Kriegisch created MCOMPILER-574: - Summary: ‎AbstractCompilerMojo::execute should propagate exception cause Key: MCOMPILER-574 URL: https://issues.apache.org/jira/browse/MCOMPILER-574

[jira] [Commented] (MCOMPILER-574) ‎AbstractCompilerMojo::execute should propagate exception cause

2024-02-03 Thread Jira
[ https://issues.apache.org/jira/browse/MCOMPILER-574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17813901#comment-17813901 ] Christoph Läubrich commented on MCOMPILER-574: -- (y) exceptions should alw

Re: [PR] Support using an SSH private key as auth mechanism [maven-scm-publish-plugin]

2024-02-03 Thread via GitHub
kwin commented on PR #18: URL: https://github.com/apache/maven-scm-publish-plugin/pull/18#issuecomment-1925258517 This would implicitly be solved via #29. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

Re: [PR] [MWRAPPER-123] hash string char-by-char for AIX's ksh implementation [maven-wrapper]

2024-02-03 Thread via GitHub
bmarwell commented on PR #117: URL: https://github.com/apache/maven-wrapper/pull/117#issuecomment-1925303195 > > ``` > > # echo 'T="abcde"; echo "${T#?}"' | bash > > bcde > > > > # echo 'T="abcde"; echo "${T%${T#?}}"' | bash > > a > > ``` > > I thought about test on

[jira] [Commented] (MWRAPPER-123) only-mvnw fails on AIX' ksh implementation

2024-02-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17813927#comment-17813927 ] ASF GitHub Bot commented on MWRAPPER-123: - bmarwell commented on PR #117: URL:

Re: [PR] [MWRAPPER-123] hash string char-by-char for AIX's ksh implementation [maven-wrapper]

2024-02-03 Thread via GitHub
bmarwell commented on PR #117: URL: https://github.com/apache/maven-wrapper/pull/117#issuecomment-1925305248 I think we can replace this ``` # strings start with index 1 idx=1 # lt: skip line break at end while [ $idx -lt "$length" ]; do char=$( printf "%

[jira] [Commented] (MWRAPPER-123) only-mvnw fails on AIX' ksh implementation

2024-02-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17813929#comment-17813929 ] ASF GitHub Bot commented on MWRAPPER-123: - bmarwell commented on PR #117: URL:

Re: [PR] [MNG-8026] Maven drives regarding scopes [maven]

2024-02-03 Thread via GitHub
desruisseaux commented on code in PR #1391: URL: https://github.com/apache/maven/pull/1391#discussion_r1477061030 ## api/maven-api-core/src/main/java/org/apache/maven/api/DependencyScope.java: ## @@ -0,0 +1,125 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under on

[jira] [Commented] (MNG-8026) Maven should define from ground up scopes used with Resolver

2024-02-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17813932#comment-17813932 ] ASF GitHub Bot commented on MNG-8026: - desruisseaux commented on code in PR #1391: URL:

Re: [PR] [MNG-8026] Maven drives regarding scopes [maven]

2024-02-03 Thread via GitHub
desruisseaux commented on code in PR #1391: URL: https://github.com/apache/maven/pull/1391#discussion_r1477061174 ## api/maven-api-core/src/main/java/org/apache/maven/api/DependencyScope.java: ## @@ -0,0 +1,125 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under on

[jira] [Commented] (MNG-8026) Maven should define from ground up scopes used with Resolver

2024-02-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17813933#comment-17813933 ] ASF GitHub Bot commented on MNG-8026: - desruisseaux commented on code in PR #1391: URL:

Re: [PR] [MNG-8026] Maven drives regarding scopes [maven]

2024-02-03 Thread via GitHub
desruisseaux commented on code in PR #1391: URL: https://github.com/apache/maven/pull/1391#discussion_r1477061283 ## api/maven-api-core/src/main/java/org/apache/maven/api/DependencyScope.java: ## @@ -0,0 +1,125 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under on

Re: [PR] [MNG-8026] Maven drives regarding scopes [maven]

2024-02-03 Thread via GitHub
cstamas commented on code in PR #1391: URL: https://github.com/apache/maven/pull/1391#discussion_r1477061342 ## api/maven-api-core/src/main/java/org/apache/maven/api/DependencyScope.java: ## @@ -0,0 +1,125 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + *

[jira] [Commented] (MNG-8026) Maven should define from ground up scopes used with Resolver

2024-02-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17813934#comment-17813934 ] ASF GitHub Bot commented on MNG-8026: - desruisseaux commented on code in PR #1391: URL:

[jira] [Commented] (MNG-8026) Maven should define from ground up scopes used with Resolver

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

Re: [PR] [MNG-8026] Maven drives regarding scopes [maven]

2024-02-03 Thread via GitHub
cstamas commented on code in PR #1391: URL: https://github.com/apache/maven/pull/1391#discussion_r1477061460 ## api/maven-api-core/src/main/java/org/apache/maven/api/DependencyScope.java: ## @@ -0,0 +1,125 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + *

[jira] [Commented] (MNG-8026) Maven should define from ground up scopes used with Resolver

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

Re: [PR] [MNG-8026] Maven drives regarding scopes [maven]

2024-02-03 Thread via GitHub
desruisseaux commented on code in PR #1391: URL: https://github.com/apache/maven/pull/1391#discussion_r1477061773 ## api/maven-api-core/src/main/java/org/apache/maven/api/ExtensibleEnum.java: ## @@ -0,0 +1,37 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[jira] [Commented] (MNG-8026) Maven should define from ground up scopes used with Resolver

2024-02-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17813937#comment-17813937 ] ASF GitHub Bot commented on MNG-8026: - desruisseaux commented on code in PR #1391: URL:

Re: [PR] [MNG-8026] Maven drives regarding scopes [maven]

2024-02-03 Thread via GitHub
desruisseaux commented on code in PR #1391: URL: https://github.com/apache/maven/pull/1391#discussion_r1477063891 ## api/maven-api-core/src/main/java/org/apache/maven/api/DependencyScope.java: ## @@ -0,0 +1,125 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under on

[jira] [Commented] (MNG-8026) Maven should define from ground up scopes used with Resolver

2024-02-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17813939#comment-17813939 ] ASF GitHub Bot commented on MNG-8026: - desruisseaux commented on code in PR #1391: URL:

Re: [PR] [MNG-8015] Control the type of path where each dependency can be placed [maven]

2024-02-03 Thread via GitHub
desruisseaux commented on PR #1378: URL: https://github.com/apache/maven/pull/1378#issuecomment-1925325471 Thanks, it look good to me. I will try to add a few JUnit tests today or tomorrow. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[jira] [Commented] (MNG-8015) Control the type of path where each dependency can be placed

2024-02-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17813943#comment-17813943 ] ASF GitHub Bot commented on MNG-8015: - desruisseaux commented on PR #1378: URL: https:/

[jira] [Commented] (SUREFIRE-1744) Enable system-out for successfuly passed tests as well

2024-02-03 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17813961#comment-17813961 ] Michael Osipov commented on SUREFIRE-1744: -- [~zabetak], do you solve your pro

[PR] (doc) Add new value accepted by `-proc:` option [maven-compiler-plugin]

2024-02-03 Thread via GitHub
pzygielo opened a new pull request, #222: URL: https://github.com/apache/maven-compiler-plugin/pull/222 Without explicit `-proc`, `javac` complains about its future: ``` [INFO] Compiling 5 source files with javac [debug release 17] to target/test-classes [INFO] Annotation proces

Re: [PR] (doc) Add new value accepted by `-proc:` option [maven-compiler-plugin]

2024-02-03 Thread via GitHub
pzygielo closed pull request #222: (doc) Add new value accepted by `-proc:` option URL: https://github.com/apache/maven-compiler-plugin/pull/222 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the s

Re: [PR] (doc) Add new value accepted by `-proc:` option [maven-compiler-plugin]

2024-02-03 Thread via GitHub
pzygielo commented on PR #222: URL: https://github.com/apache/maven-compiler-plugin/pull/222#issuecomment-1925419455 Duplicate of - #200 -- 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 sp

Re: [PR] [DOXIA-728] Support blockquotes in MarkdownSink [maven-doxia]

2024-02-03 Thread via GitHub
michael-o commented on code in PR #198: URL: https://github.com/apache/maven-doxia/pull/198#discussion_r1477108496 ## doxia-modules/doxia-module-markdown/src/main/java/org/apache/maven/doxia/module/markdown/MarkdownMarkup.java: ## @@ -77,11 +77,11 @@ public interface MarkdownMar

[jira] [Commented] (DOXIA-728) MarkdownSink: Support blockquotes

2024-02-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17813972#comment-17813972 ] ASF GitHub Bot commented on DOXIA-728: -- michael-o commented on code in PR #198: URL:

Re: [PR] [DOXIA-728] Support blockquotes in MarkdownSink [maven-doxia]

2024-02-03 Thread via GitHub
kwin commented on code in PR #198: URL: https://github.com/apache/maven-doxia/pull/198#discussion_r1477109186 ## doxia-modules/doxia-module-markdown/src/main/java/org/apache/maven/doxia/module/markdown/MarkdownMarkup.java: ## @@ -77,11 +77,11 @@ public interface MarkdownMarkup e

[jira] [Commented] (DOXIA-728) MarkdownSink: Support blockquotes

2024-02-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17813973#comment-17813973 ] ASF GitHub Bot commented on DOXIA-728: -- kwin commented on code in PR #198: URL: https

Re: [PR] [DOXIA-728] Support blockquotes in MarkdownSink [maven-doxia]

2024-02-03 Thread via GitHub
kwin commented on PR #198: URL: https://github.com/apache/maven-doxia/pull/198#issuecomment-1925421037 There is currently an issue on Windows I still need to investigate. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[jira] [Commented] (DOXIA-728) MarkdownSink: Support blockquotes

2024-02-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17813974#comment-17813974 ] ASF GitHub Bot commented on DOXIA-728: -- kwin commented on PR #198: URL: https://githu

Re: [PR] [DOXIA-728] Support blockquotes in MarkdownSink [maven-doxia]

2024-02-03 Thread via GitHub
michael-o commented on code in PR #198: URL: https://github.com/apache/maven-doxia/pull/198#discussion_r1477109763 ## doxia-modules/doxia-module-markdown/src/main/java/org/apache/maven/doxia/module/markdown/MarkdownMarkup.java: ## @@ -77,11 +77,11 @@ public interface MarkdownMar

[jira] [Commented] (DOXIA-728) MarkdownSink: Support blockquotes

2024-02-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17813975#comment-17813975 ] ASF GitHub Bot commented on DOXIA-728: -- michael-o commented on code in PR #198: URL:

[PR] Various updates [maven-resolver]

2024-02-03 Thread via GitHub
cstamas opened a new pull request, #423: URL: https://github.com/apache/maven-resolver/pull/423 Issues TBD -- 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

[jira] [Commented] (MSITE-1002) Maven Site 4 will break code highlight of site generated by Markdown

2024-02-03 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSITE-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17813981#comment-17813981 ] Michael Osipov commented on MSITE-1002: --- [~kwin], this is a Markdown-related issue:

Re: [PR] [DOXIASITETOOLS-324] Allow configuration of Doxia parser [maven-doxia-sitetools]

2024-02-03 Thread via GitHub
michael-o commented on PR #126: URL: https://github.com/apache/maven-doxia-sitetools/pull/126#issuecomment-1925434563 @kwin Can you take care of the failing tests? I want to complete the review this month. -- This is an automated message from the Apache Git Service. To respond to the mes

[jira] [Commented] (DOXIASITETOOLS-324) Allow configuration of parser (per markup source path pattern)

2024-02-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DOXIASITETOOLS-324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17813982#comment-17813982 ] ASF GitHub Bot commented on DOXIASITETOOLS-324: --- michael-o commente

[jira] [Updated] (DOXIASITETOOLS-324) Allow configuration of parser per markup

2024-02-03 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIASITETOOLS-324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated DOXIASITETOOLS-324: -- Summary: Allow configuration of parser per markup (was: Allow configur

[jira] [Commented] (MSITE-1002) Maven Site 4 will break code highlight of site generated by Markdown

2024-02-03 Thread Jeremy Landis (Jira)
[ https://issues.apache.org/jira/browse/MSITE-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17813992#comment-17813992 ] Jeremy Landis commented on MSITE-1002: -- Also see [https://github.com/mybatis/parent/

[jira] [Comment Edited] (MSITE-1002) Maven Site 4 will break code highlight of site generated by Markdown

2024-02-03 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSITE-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17813992#comment-17813992 ] Michael Osipov edited comment on MSITE-1002 at 2/3/24 9:36 PM:

[jira] [Commented] (MSITE-1002) Maven Site 4 will break code highlight of site generated by Markdown

2024-02-03 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSITE-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17813994#comment-17813994 ] Michael Osipov commented on MSITE-1002: --- [~hazendaz], thanks for sharing. I guess g

Re: [PR] [MBUILDCACHE-80] - Fix for incremental builds with a higher goal than the highest cached goal is rebuilding the full project from scratch [maven-build-cache-extension]

2024-02-03 Thread via GitHub
olamy merged PR #128: URL: https://github.com/apache/maven-build-cache-extension/pull/128 -- 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-unsubsc

[jira] [Updated] (MBUILDCACHE-80) Incremental builds with a higher goal than the highest cached goal is rebuilding the full project from scratch

2024-02-03 Thread Olivier Lamy (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-80?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy updated MBUILDCACHE-80: Fix Version/s: 1.2.0 > Incremental builds with a higher goal than the highest cached go

[jira] [Commented] (MBUILDCACHE-80) Incremental builds with a higher goal than the highest cached goal is rebuilding the full project from scratch

2024-02-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17814039#comment-17814039 ] ASF GitHub Bot commented on MBUILDCACHE-80: --- olamy merged PR #128: URL: htt

[jira] [Closed] (MBUILDCACHE-80) Incremental builds with a higher goal than the highest cached goal is rebuilding the full project from scratch

2024-02-03 Thread Olivier Lamy (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-80?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy closed MBUILDCACHE-80. --- Resolution: Fixed > Incremental builds with a higher goal than the highest cached goal is

[jira] [Assigned] (MBUILDCACHE-80) Incremental builds with a higher goal than the highest cached goal is rebuilding the full project from scratch

2024-02-03 Thread Olivier Lamy (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-80?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy reassigned MBUILDCACHE-80: --- Assignee: Olivier Lamy > Incremental builds with a higher goal than the highest

[jira] [Closed] (MBUILDCACHE-79) MBUILDCACHE-67 broke the partial restore process

2024-02-03 Thread Olivier Lamy (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy closed MBUILDCACHE-79. --- Fix Version/s: 1.2.0 Assignee: Olivier Lamy Resolution: Fixed > MBUILDCAC