[GitHub] [maven] gnodet opened a new pull request, #993: [MNG-7679] Fix NPE when executing a single mojo without a POM

2023-02-09 Thread via GitHub
gnodet opened a new pull request, #993: URL: https://github.com/apache/maven/pull/993 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 ch

[jira] [Commented] (MNG-7679) [REGRESSION] Build fails when executing a single mojo without a POM

2023-02-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686251#comment-17686251 ] ASF GitHub Bot commented on MNG-7679: - gnodet opened a new pull request, #993: URL: htt

[jira] [Updated] (MNG-7678) Settings (v3) and Settings.Builder() cannot unset a non-null field

2023-02-09 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-7678: - Fix Version/s: 4.0.0-alpha-5 > Settings (v3) and Settings.Builder() cannot unset a non-null field >

[jira] [Updated] (MNG-7679) [REGRESSION] Build fails when executing a single mojo without a POM

2023-02-09 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-7679: - Fix Version/s: Issues to be reviewed for 4.x > [REGRESSION] Build fails when executing a single moj

[jira] [Updated] (MNG-7679) [REGRESSION] Build fails when executing a single mojo without a POM

2023-02-09 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-7679: - Fix Version/s: 4.0.0-alpha-5 3.8.8 3.9.1

[GitHub] [maven] gzm55 commented on a diff in pull request #983: [MNG-7678] Settings (v3) and Settings.Builder() cannot unset a non-null field

2023-02-09 Thread via GitHub
gzm55 commented on code in PR #983: URL: https://github.com/apache/maven/pull/983#discussion_r1101105480 ## api/maven-api-settings/src/test/java/org/apache/maven/api/settings/SettingsTest.java: ## @@ -0,0 +1,41 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under on

[jira] [Commented] (MNG-7678) Settings (v3) and Settings.Builder() cannot unset a non-null field

2023-02-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686260#comment-17686260 ] ASF GitHub Bot commented on MNG-7678: - gzm55 commented on code in PR #983: URL: https:/

[jira] [Closed] (MNG-7676) On Maven 3.9.0+ release, sha512 hashes have "null" classifier

2023-02-09 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MNG-7676. Resolution: Fixed > On Maven 3.9.0+ release, sha512 hashes have "null" classifier > -

[jira] [Commented] (MNG-7656) Dependencies copied to target have stricter permissions

2023-02-09 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686263#comment-17686263 ] Tamas Cservenak commented on MNG-7656: -- Um, isn't this fixed in Maven 3.9.0? As this w

[jira] [Commented] (MNG-7685) Unable to ignore certificate errors with v3.9.0

2023-02-09 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686265#comment-17686265 ] Tamas Cservenak commented on MNG-7685: -- [~nhoj.patrick] you can fallback to wagon usin

[GitHub] [maven] gnodet commented on pull request #992: Backport 3.8: [MNG-7686]

2023-02-09 Thread via GitHub
gnodet commented on PR #992: URL: https://github.com/apache/maven/pull/992#issuecomment-1423803348 This is not a bug, so I would not back port it on 3.8.x. -- 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-7686) Speed up by replacing non-pattern #replaceAll() with #replace() or precompiled patterns

2023-02-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686269#comment-17686269 ] ASF GitHub Bot commented on MNG-7686: - gnodet commented on PR #992: URL: https://github

[jira] [Commented] (MNG-7685) Unable to ignore certificate errors with v3.9.0

2023-02-09 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686270#comment-17686270 ] Tamas Cservenak commented on MNG-7685: -- Maven 3.9.0 introduces modern transport (backe

[GitHub] [maven-surefire] olamy merged pull request #596: [SUREFIRE-2146] Don't draw border around reporting tables

2023-02-09 Thread via GitHub
olamy merged PR #596: URL: https://github.com/apache/maven-surefire/pull/596 -- 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.ap

[GitHub] [maven-surefire] dependabot[bot] merged pull request #569: Bump log4j-core from 2.13.1 to 2.17.1 in /surefire-its/src/test/resources/surefire-1659-stream-corruption

2023-02-09 Thread via GitHub
dependabot[bot] merged PR #569: URL: https://github.com/apache/maven-surefire/pull/569 -- 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..

[GitHub] [maven-surefire] olamy merged pull request #611: Bump junit from 4.12 to 4.13.1 in /surefire-its/src/test/resources/surefire-2065-junit4

2023-02-09 Thread via GitHub
olamy merged PR #611: URL: https://github.com/apache/maven-surefire/pull/611 -- 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.ap

[jira] [Created] (MNG-7687) Ignoring SSL using -Dmaven.wagon.http.ssl.insecure=true not working on 3.9.0

2023-02-09 Thread Thibaud Lepretre (Jira)
Thibaud Lepretre created MNG-7687: - Summary: Ignoring SSL using -Dmaven.wagon.http.ssl.insecure=true not working on 3.9.0 Key: MNG-7687 URL: https://issues.apache.org/jira/browse/MNG-7687 Project: Ma

[GitHub] [maven-artifact-transfer] dependabot[bot] opened a new pull request, #87: Bump groovy from 3.0.9 to 3.0.15

2023-02-09 Thread via GitHub
dependabot[bot] opened a new pull request, #87: URL: https://github.com/apache/maven-artifact-transfer/pull/87 Bumps [groovy](https://github.com/apache/groovy) from 3.0.9 to 3.0.15. Commits See full diff in https://github.com/apache/groovy/commits";>compare view

[GitHub] [maven-artifact-transfer] dependabot[bot] closed pull request #83: Bump groovy from 3.0.9 to 3.0.14

2023-02-09 Thread via GitHub
dependabot[bot] closed pull request #83: Bump groovy from 3.0.9 to 3.0.14 URL: https://github.com/apache/maven-artifact-transfer/pull/83 -- 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 c

[GitHub] [maven-artifact-transfer] dependabot[bot] commented on pull request #83: Bump groovy from 3.0.9 to 3.0.14

2023-02-09 Thread via GitHub
dependabot[bot] commented on PR #83: URL: https://github.com/apache/maven-artifact-transfer/pull/83#issuecomment-1424076043 Superseded by #87. -- 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] [Closed] (MNG-7687) Ignoring SSL using -Dmaven.wagon.http.ssl.insecure=true not working on 3.9.0

2023-02-09 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MNG-7687. --- Resolution: Duplicate > Ignoring SSL using -Dmaven.wagon.http.ssl.insecure=true not working on 3.9.0 >

[jira] [Created] (MNG-7688) XmlNode merge incorrectly merge values

2023-02-09 Thread Guillaume Nodet (Jira)
Guillaume Nodet created MNG-7688: Summary: XmlNode merge incorrectly merge values Key: MNG-7688 URL: https://issues.apache.org/jira/browse/MNG-7688 Project: Maven Issue Type: Bug Affects

[jira] [Commented] (MCOMPILER-501) compileSourceRoots parameter should be writable

2023-02-09 Thread Jeremy Norris (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686407#comment-17686407 ] Jeremy Norris commented on MCOMPILER-501: - When will there be a new release wi

[GitHub] [maven-compiler-plugin] norrisjeremy commented on pull request #159: [MCOMPILER-501] compileSourceRoots parameter should be writable

2023-02-09 Thread via GitHub
norrisjeremy commented on PR #159: URL: https://github.com/apache/maven-compiler-plugin/pull/159#issuecomment-1424130370 When will there be a new release with this change applied? The new Maven 3.9.0 release causes builds that include `compileSourceRoots` configurations to issue bogus wa

[jira] [Commented] (MNG-7685) Unable to ignore certificate errors with v3.9.0

2023-02-09 Thread Thibaud Lepretre (Jira)
[ https://issues.apache.org/jira/browse/MNG-7685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686434#comment-17686434 ] Thibaud Lepretre commented on MNG-7685: --- Thank you for catching change. But do you kn

[jira] [Commented] (MNG-7685) Unable to ignore certificate errors with v3.9.0

2023-02-09 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686443#comment-17686443 ] Michael Osipov commented on MNG-7685: - Own will not happen, for these two reasons: * Yo

[jira] [Closed] (MNG-7688) XmlNode merge incorrectly merge values

2023-02-09 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MNG-7688. Fix Version/s: (was: 4.0.0-alpha-5) Resolution: Not A Problem > XmlNode merge incorrectly

[GitHub] [maven-wrapper] hazendaz commented on pull request #44: [MWRAPPER-67] Remove '\r' when using IFS on windows for wrapperUrl from mvnw script usage such as git bash

2023-02-09 Thread via GitHub
hazendaz commented on PR #44: URL: https://github.com/apache/maven-wrapper/pull/44#issuecomment-1424249993 any status here? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[jira] [Commented] (MWRAPPER-67) mvnw script does not download jar if used in git bash in windows

2023-02-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-67?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686539#comment-17686539 ] ASF GitHub Bot commented on MWRAPPER-67: hazendaz commented on PR #44: URL: http

[jira] [Created] (DOXIA-692) Markdown Sink: Incorrect escape characters

2023-02-09 Thread Konrad Windszus (Jira)
Konrad Windszus created DOXIA-692: - Summary: Markdown Sink: Incorrect escape characters Key: DOXIA-692 URL: https://issues.apache.org/jira/browse/DOXIA-692 Project: Maven Doxia Issue Type: Bu

[jira] [Updated] (DOXIA-692) Markdown Sink: Incorrect escape characters

2023-02-09 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated DOXIA-692: -- Description: According to https://daringfireball.net/projects/markdown/syntax#backslash only som

[GitHub] [maven] gnodet opened a new pull request, #994: Additional XmlNode tests from plexus-utils

2023-02-09 Thread via GitHub
gnodet opened a new pull request, #994: URL: https://github.com/apache/maven/pull/994 # Conflicts: # maven-xml-impl/src/test/java/org/apache/maven/internal/xml/XmlNodeImplTest.java Following this checklist to help us incorporate your contribution quickly and easily: -

[GitHub] [maven-site] elharo opened a new pull request, #383: Include namespace in project element

2023-02-09 Thread via GitHub
elharo opened a new pull request, #383: URL: https://github.com/apache/maven-site/pull/383 Not doing this is very bad practice that makes pom.xml files extremely inconvenient to process with standard XML tools such as DOM or XSLT. -- This is an automated message from the Apache Git Servic

[GitHub] [maven] mthmulders opened a new pull request, #995: [MNG-6869] New flag to verify Maven installation status

2023-02-09 Thread via GitHub
mthmulders opened a new pull request, #995: URL: https://github.com/apache/maven/pull/995 This pull request adds a few basic checks that users can run to see if they've installed Maven correctly. This includes: 1. A check if the local Maven repository is usable. 2. A check if Maven can

[jira] [Commented] (MNG-6869) New flag to verify the status

2023-02-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-6869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686593#comment-17686593 ] ASF GitHub Bot commented on MNG-6869: - mthmulders opened a new pull request, #995: URL:

[GitHub] [maven] michael-o commented on pull request #992: Backport 3.8: [MNG-7686]

2023-02-09 Thread via GitHub
michael-o commented on PR #992: URL: https://github.com/apache/maven/pull/992#issuecomment-1424377104 > This is not a bug, so I would not back port it on 3.8.x. Not a bug, correct, but easy to address. I don't mind doing it. -- This is an automated message from the Apache Git Servic

[jira] [Commented] (MNG-7686) Speed up by replacing non-pattern #replaceAll() with #replace() or precompiled patterns

2023-02-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686596#comment-17686596 ] ASF GitHub Bot commented on MNG-7686: - michael-o commented on PR #992: URL: https://git

[GitHub] [maven] rmannibucau commented on pull request #995: [MNG-6869] New flag to verify Maven installation status

2023-02-09 Thread via GitHub
rmannibucau commented on PR #995: URL: https://github.com/apache/maven/pull/995#issuecomment-1424380402 Isnt it something a plugin would be a better location? Can need some basic downloads but would enable to do more checks on the project, better configure the dummy artifact - 3.8.6 or mave

[jira] [Commented] (MNG-6869) New flag to verify the status

2023-02-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-6869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686598#comment-17686598 ] ASF GitHub Bot commented on MNG-6869: - rmannibucau commented on PR #995: URL: https://g

[GitHub] [maven] michael-o commented on a diff in pull request #995: [MNG-6869] New flag to verify Maven installation status

2023-02-09 Thread via GitHub
michael-o commented on code in PR #995: URL: https://github.com/apache/maven/pull/995#discussion_r1101671449 ## maven-embedder/src/main/java/org/apache/maven/cli/MavenStatusCommand.java: ## @@ -0,0 +1,217 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + *

[jira] [Commented] (MNG-6869) New flag to verify the status

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

[jira] [Comment Edited] (MNG-7685) Unable to ignore certificate errors with v3.9.0

2023-02-09 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686443#comment-17686443 ] Michael Osipov edited comment on MNG-7685 at 2/9/23 3:56 PM: - O

[jira] [Created] (DOXIA-693) Markdown Sink: Incorrect numbered list items prefixes

2023-02-09 Thread Konrad Windszus (Jira)
Konrad Windszus created DOXIA-693: - Summary: Markdown Sink: Incorrect numbered list items prefixes Key: DOXIA-693 URL: https://issues.apache.org/jira/browse/DOXIA-693 Project: Maven Doxia Iss

[jira] [Updated] (MPLUGIN-447) Update to Maven Parent POM 39

2023-02-09 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MPLUGIN-447: Summary: Update to Maven Parent POM 39 (was: Update to Maven Parent POM 38) > Update to M

[GitHub] [maven-plugin-tools] gnodet closed pull request #188: Bump maven-parent from 37 to 39

2023-02-09 Thread via GitHub
gnodet closed pull request #188: Bump maven-parent from 37 to 39 URL: https://github.com/apache/maven-plugin-tools/pull/188 -- 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 u

[GitHub] [maven-plugin-tools] dependabot[bot] commented on pull request #188: Bump maven-parent from 37 to 39

2023-02-09 Thread via GitHub
dependabot[bot] commented on PR #188: URL: https://github.com/apache/maven-plugin-tools/pull/188#issuecomment-1424438377 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor ve

[jira] [Updated] (DOXIA-693) Markdown Sink: Incorrect numbered list items prefixes

2023-02-09 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated DOXIA-693: -- Description: For numbered list the markdown sink just emits the prefix {{1}} without the necess

[GitHub] [maven-site] kwin commented on pull request #382: [MNGSITE-507] Converted .apt documents to Markdown

2023-02-09 Thread via GitHub
kwin commented on PR #382: URL: https://github.com/apache/maven-site/pull/382#issuecomment-1424449795 TOC broken in https://maven.apache.org/guides/mini/guide-configuring-plugins.html. On that page some headlines are not rendered as such ("Mapping Maps") and numbered lists are broken (http

[jira] [Commented] (MNGSITE-507) Convert APT to markdown sources

2023-02-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNGSITE-507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686633#comment-17686633 ] ASF GitHub Bot commented on MNGSITE-507: kwin commented on PR #382: URL: https:/

[GitHub] [maven-plugin-tools] gnodet opened a new pull request, #192: feature/parent 39

2023-02-09 Thread via GitHub
gnodet opened a new pull request, #192: URL: https://github.com/apache/maven-plugin-tools/pull/192 - [MPLUGIN-447] Update to Maven Parent POM 39 - Reformat -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [maven-plugin-tools] gnodet closed pull request #192: feature/parent 39

2023-02-09 Thread via GitHub
gnodet closed pull request #192: feature/parent 39 URL: https://github.com/apache/maven-plugin-tools/pull/192 -- 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-

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

2023-02-09 Thread via GitHub
gnodet commented on PR #160: URL: https://github.com/apache/maven-compiler-plugin/pull/160#issuecomment-1424518900 I agree to drop the "incremental" boolean parameter, but not the default behaviour. Not for performance reasons, but just because the output much more often broken when you'r

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

2023-02-09 Thread via GitHub
gnodet commented on PR #160: URL: https://github.com/apache/maven-compiler-plugin/pull/160#issuecomment-1424532232 On the performance side, I've been trying to ensure that plugins don't modify any output file without any actual change. So having the compiler plugin behave in this way is r

[jira] [Closed] (SUREFIRE-2146) Don't draw border around reporting tables

2023-02-09 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed SUREFIRE-2146. Resolution: Fixed Fixed with [ee5e81e2d768b9b7132bd4d844947d1991a483c9|https://gitbox.a

[GitHub] [maven-surefire] asfgit closed pull request #595: [SUREFIRE-2145] Don't use Sink#figure()/Sink#figureCaption() since it…

2023-02-09 Thread via GitHub
asfgit closed pull request #595: [SUREFIRE-2145] Don't use Sink#figure()/Sink#figureCaption() since it… URL: https://github.com/apache/maven-surefire/pull/595 -- 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] [Closed] (SUREFIRE-2145) Don't use Sink#figure()/Sink#figureCaption() since it distorts the output

2023-02-09 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed SUREFIRE-2145. Resolution: Fixed Fixed with [bdec059668cacd2a5744f69866cf0e41568ee616|https://gitbox.a

[GitHub] [maven-checkstyle-plugin] asfgit closed pull request #106: [MCHECKSTYLE-426] Don't use Sink#figure()/Sink#figureCaption() since …

2023-02-09 Thread via GitHub
asfgit closed pull request #106: [MCHECKSTYLE-426] Don't use Sink#figure()/Sink#figureCaption() since … URL: https://github.com/apache/maven-checkstyle-plugin/pull/106 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[jira] [Closed] (MCHECKSTYLE-426) Don't use Sink#figure()/Sink#figureCaption() since it distorts the output

2023-02-09 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MCHECKSTYLE-426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MCHECKSTYLE-426. -- Resolution: Fixed Fixed with [000fab6067e5bca9dac69baa72e9c10e7afaead6|https://gi

[GitHub] [maven] michael-o commented on pull request #990: Pattern normalization

2023-02-09 Thread via GitHub
michael-o commented on PR #990: URL: https://github.com/apache/maven/pull/990#issuecomment-1424582919 Merged. -- 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

[GitHub] [maven] michael-o closed pull request #990: Pattern normalization

2023-02-09 Thread via GitHub
michael-o closed pull request #990: Pattern normalization URL: https://github.com/apache/maven/pull/990 -- 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:

[GitHub] [maven] michael-o closed pull request #988: Pattern normalization

2023-02-09 Thread via GitHub
michael-o closed pull request #988: Pattern normalization URL: https://github.com/apache/maven/pull/988 -- 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:

[GitHub] [maven] michael-o commented on pull request #988: Pattern normalization

2023-02-09 Thread via GitHub
michael-o commented on PR #988: URL: https://github.com/apache/maven/pull/988#issuecomment-1424606468 Merged. -- 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

[GitHub] [maven] mthmulders commented on a diff in pull request #995: [MNG-6869] New flag to verify Maven installation status

2023-02-09 Thread via GitHub
mthmulders commented on code in PR #995: URL: https://github.com/apache/maven/pull/995#discussion_r1101894882 ## maven-embedder/src/main/java/org/apache/maven/cli/MavenStatusCommand.java: ## @@ -0,0 +1,217 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + *

[jira] [Commented] (MNG-6869) New flag to verify the status

2023-02-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-6869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686704#comment-17686704 ] ASF GitHub Bot commented on MNG-6869: - mthmulders commented on code in PR #995: URL: ht

[GitHub] [maven] mthmulders commented on a diff in pull request #995: [MNG-6869] New flag to verify Maven installation status

2023-02-09 Thread via GitHub
mthmulders commented on code in PR #995: URL: https://github.com/apache/maven/pull/995#discussion_r1101895130 ## maven-embedder/src/main/java/org/apache/maven/cli/MavenStatusCommand.java: ## @@ -0,0 +1,217 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + *

[jira] [Commented] (MNG-6869) New flag to verify the status

2023-02-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-6869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686705#comment-17686705 ] ASF GitHub Bot commented on MNG-6869: - mthmulders commented on code in PR #995: URL: ht

[GitHub] [maven] rfscholte commented on a diff in pull request #995: [MNG-6869] New flag to verify Maven installation status

2023-02-09 Thread via GitHub
rfscholte commented on code in PR #995: URL: https://github.com/apache/maven/pull/995#discussion_r1101903050 ## maven-embedder/src/main/java/org/apache/maven/cli/MavenStatusCommand.java: ## @@ -0,0 +1,217 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + *

[GitHub] [maven] michael-o commented on pull request #992: Backport 3.8: [MNG-7686]

2023-02-09 Thread via GitHub
michael-o commented on PR #992: URL: https://github.com/apache/maven/pull/992#issuecomment-1424674177 Merged. -- 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

[GitHub] [maven] michael-o closed pull request #992: Backport 3.8: [MNG-7686]

2023-02-09 Thread via GitHub
michael-o closed pull request #992: Backport 3.8: [MNG-7686] URL: https://github.com/apache/maven/pull/992 -- 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-mai

[jira] [Commented] (MNG-6869) New flag to verify the status

2023-02-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-6869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686711#comment-17686711 ] ASF GitHub Bot commented on MNG-6869: - rfscholte commented on code in PR #995: URL: htt

[jira] [Updated] (MNG-7686) Speed up by replacing non-pattern #replaceAll() with #replace() or precompiled patterns

2023-02-09 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-7686: Fix Version/s: 3.8.8 (was: 3.8.x-candidate) > Speed up by replacing non-patter

[jira] [Commented] (MNG-7686) Speed up by replacing non-pattern #replaceAll() with #replace() or precompiled patterns

2023-02-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686712#comment-17686712 ] ASF GitHub Bot commented on MNG-7686: - michael-o commented on PR #992: URL: https://git

[jira] [Commented] (MNG-7686) Speed up by replacing non-pattern #replaceAll() with #replace() or precompiled patterns

2023-02-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686713#comment-17686713 ] ASF GitHub Bot commented on MNG-7686: - michael-o closed pull request #992: Backport 3.8

[jira] [Commented] (MNG-7686) Speed up by replacing non-pattern #replaceAll() with #replace() or precompiled patterns

2023-02-09 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686714#comment-17686714 ] Michael Osipov commented on MNG-7686: - Fixed with [b64934ad92e91f8914eca2f4707f196df4d

[GitHub] [maven] michael-o commented on pull request #993: [MNG-7679] Fix NPE when executing a single mojo without a POM

2023-02-09 Thread via GitHub
michael-o commented on PR #993: URL: https://github.com/apache/maven/pull/993#issuecomment-1424693839 Will review this week. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[jira] [Commented] (MNG-7679) [REGRESSION] Build fails when executing a single mojo without a POM

2023-02-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686723#comment-17686723 ] ASF GitHub Bot commented on MNG-7679: - michael-o commented on PR #993: URL: https://git

[jira] [Commented] (MNG-7679) [REGRESSION] Build fails when executing a single mojo without a POM

2023-02-09 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686725#comment-17686725 ] Michael Osipov commented on MNG-7679: - [~avenderov], can you verify the PR from [~gnode

[GitHub] [maven] mthmulders commented on a diff in pull request #995: [MNG-6869] New flag to verify Maven installation status

2023-02-09 Thread via GitHub
mthmulders commented on code in PR #995: URL: https://github.com/apache/maven/pull/995#discussion_r1101924124 ## maven-embedder/src/main/java/org/apache/maven/cli/RemoteRepositoryConnectionVerifier.java: ## @@ -0,0 +1,130 @@ +/* + * Licensed to the Apache Software Foundation (AS

[jira] [Commented] (MNG-6869) New flag to verify the status

2023-02-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-6869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686727#comment-17686727 ] ASF GitHub Bot commented on MNG-6869: - mthmulders commented on code in PR #995: URL: ht

[GitHub] [maven] mthmulders commented on pull request #995: [MNG-6869] New flag to verify Maven installation status

2023-02-09 Thread via GitHub
mthmulders commented on PR #995: URL: https://github.com/apache/maven/pull/995#issuecomment-1424703182 > Isnt it something a plugin would be a better location? The current approach does not need any additional download. I think that's a good thing, as we can now use it to also point t

[jira] [Commented] (MNG-6869) New flag to verify the status

2023-02-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-6869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686729#comment-17686729 ] ASF GitHub Bot commented on MNG-6869: - mthmulders commented on PR #995: URL: https://gi

[GitHub] [maven] mthmulders commented on a diff in pull request #995: [MNG-6869] New flag to verify Maven installation status

2023-02-09 Thread via GitHub
mthmulders commented on code in PR #995: URL: https://github.com/apache/maven/pull/995#discussion_r1101938159 ## maven-embedder/src/main/java/org/apache/maven/cli/MavenStatusCommand.java: ## @@ -0,0 +1,217 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + *

[jira] [Commented] (MNG-6869) New flag to verify the status

2023-02-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-6869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686737#comment-17686737 ] ASF GitHub Bot commented on MNG-6869: - mthmulders commented on code in PR #995: URL: ht

[GitHub] [maven-compiler-plugin] gnodet commented on pull request #172: [MCOMPILER-525] - Incremental recompile incorrect detection of dependency change

2023-02-09 Thread via GitHub
gnodet commented on PR #172: URL: https://github.com/apache/maven-compiler-plugin/pull/172#issuecomment-1424727847 @jorsol I have a hard time understanding the exact change that fixes the problem. Would it be possible to have a first commit that refactors the code using the nio api and ot

[jira] [Updated] (DOXIA-693) Markdown Sink: Incorrect ordered list item prefixes

2023-02-09 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated DOXIA-693: -- Summary: Markdown Sink: Incorrect ordered list item prefixes (was: Markdown Sink: Incorrect num

[GitHub] [maven-compiler-plugin] gnodet commented on a diff in pull request #173: [MCOMPILER-395] Allow dependency exclusions for 'annotationProcessorPaths'

2023-02-09 Thread via GitHub
gnodet commented on code in PR #173: URL: https://github.com/apache/maven-compiler-plugin/pull/173#discussion_r1101953132 ## src/it/setup_annotation-verify-plugin/src/main/java/org.apache.maven.plugins.compiler.it/SourcePathReadGoal.java: ## @@ -38,15 +38,17 @@ { @Param

[GitHub] [maven] rmannibucau commented on pull request #995: [MNG-6869] New flag to verify Maven installation status

2023-02-09 Thread via GitHub
rmannibucau commented on PR #995: URL: https://github.com/apache/maven/pull/995#issuecomment-1424752367 > I'm open to suggestions for another publicly available artifact. But in order to "prove" that artifact resolution works, we need something that is publicly available - I think something

[jira] [Commented] (MNG-6869) New flag to verify the status

2023-02-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-6869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686755#comment-17686755 ] ASF GitHub Bot commented on MNG-6869: - rmannibucau commented on PR #995: URL: https://g

[GitHub] [maven-doxia-site] slachiewicz merged pull request #26: Bump ant from 1.10.12 to 1.10.13

2023-02-09 Thread via GitHub
slachiewicz merged PR #26: URL: https://github.com/apache/maven-doxia-site/pull/26 -- 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...@ma

[GitHub] [maven-doxia-site] slachiewicz merged pull request #17: Bump maven-antrun-plugin from 3.0.0 to 3.1.0

2023-02-09 Thread via GitHub
slachiewicz merged PR #17: URL: https://github.com/apache/maven-doxia-site/pull/17 -- 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...@ma

[jira] [Created] (MJDEPRSCAN-5) Require Java 8

2023-02-09 Thread Sylwester Lachiewicz (Jira)
Sylwester Lachiewicz created MJDEPRSCAN-5: - Summary: Require Java 8 Key: MJDEPRSCAN-5 URL: https://issues.apache.org/jira/browse/MJDEPRSCAN-5 Project: Maven JDeprScan Plugin Issue Typ

[jira] [Created] (MJDEPRSCAN-6) Require Maven 3.2.5+

2023-02-09 Thread Sylwester Lachiewicz (Jira)
Sylwester Lachiewicz created MJDEPRSCAN-6: - Summary: Require Maven 3.2.5+ Key: MJDEPRSCAN-6 URL: https://issues.apache.org/jira/browse/MJDEPRSCAN-6 Project: Maven JDeprScan Plugin Iss

[jira] [Created] (MJDEPRSCAN-7) Upgrade misc dependencies

2023-02-09 Thread Sylwester Lachiewicz (Jira)
Sylwester Lachiewicz created MJDEPRSCAN-7: - Summary: Upgrade misc dependencies Key: MJDEPRSCAN-7 URL: https://issues.apache.org/jira/browse/MJDEPRSCAN-7 Project: Maven JDeprScan Plugin

[jira] [Updated] (MNG-7689) NPE when calling dependency:analyze

2023-02-09 Thread Alexey Venderov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Venderov updated MNG-7689: - Description: Hi, When using {{Maven 4.0.0-alpha4}} and invoking {{dependency:analyze}} goal the {

[jira] [Created] (MNG-7689) NPE when calling dependency:analyze

2023-02-09 Thread Alexey Venderov (Jira)
Alexey Venderov created MNG-7689: Summary: NPE when calling dependency:analyze Key: MNG-7689 URL: https://issues.apache.org/jira/browse/MNG-7689 Project: Maven Issue Type: Bug Compo

[GitHub] [maven-compiler-plugin] olamy commented on pull request #163: [MCOMPILER-517] take into account last compilation time to not recompile even if user has been to install phase

2023-02-09 Thread via GitHub
olamy commented on PR #163: URL: https://github.com/apache/maven-compiler-plugin/pull/163#issuecomment-1424863515 yup was a bad idea. anyway my main issue is fixed with the build cache extension -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [maven-compiler-plugin] olamy closed pull request #163: [MCOMPILER-517] take into account last compilation time to not recompile even if user has been to install phase

2023-02-09 Thread via GitHub
olamy closed pull request #163: [MCOMPILER-517] take into account last compilation time to not recompile even if user has been to install phase URL: https://github.com/apache/maven-compiler-plugin/pull/163 -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [maven] c00ler opened a new pull request, #996: [MNG-7689] Check if execution lifecycle phase is not null

2023-02-09 Thread via GitHub
c00ler opened a new pull request, #996: URL: https://github.com/apache/maven/pull/996 Ignore `ExecutionEvent` if execution `lifecyclePhase` is `null`. --- Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIR

[jira] [Commented] (MNG-7689) NPE when calling dependency:analyze

2023-02-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686779#comment-17686779 ] ASF GitHub Bot commented on MNG-7689: - c00ler opened a new pull request, #996: URL: htt

[jira] [Commented] (MNG-7679) [REGRESSION] Build fails when executing a single mojo without a POM

2023-02-09 Thread Hans Aikema (Jira)
[ https://issues.apache.org/jira/browse/MNG-7679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686781#comment-17686781 ] Hans Aikema commented on MNG-7679: -- In my view the root cause is in an improper return for

  1   2   >