[jira] [Updated] (MASSEMBLY-941) file permissions removed during assembly:single since 3.2.0

2023-01-24 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MASSEMBLY-941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MASSEMBLY-941: Description: Since MASSEMBLY-921 in 3.2.0, existing file permissions seem to be ignored

[GitHub] [maven-assembly-plugin] hboutemy commented on pull request #99: [SECURITY] Fix Temporary File Information Disclosure Vulnerability

2023-01-24 Thread via GitHub
hboutemy commented on PR #99: URL: https://github.com/apache/maven-assembly-plugin/pull/99#issuecomment-1403179912 notice that on security sensitive context on a shared server, a user is expected to set umask according to his security expectations but good idea: this update protects user

[GitHub] [maven-invoker-plugin] hgschmie commented on pull request #169: [MINVOKER-318] - invoker:install must resolve deps in 'test' scope

2023-01-24 Thread via GitHub
hgschmie commented on PR #169: URL: https://github.com/apache/maven-invoker-plugin/pull/169#issuecomment-1403132500 > We have discovered another bug here. > > When we have dependency which is part of reactor build, all attached artifacts from reactor project are copied, should be cop

[GitHub] [maven-invoker-plugin] hgschmie commented on pull request #169: [MINVOKER-318] - invoker:install must resolve deps in 'test' scope

2023-01-24 Thread via GitHub
hgschmie commented on PR #169: URL: https://github.com/apache/maven-invoker-plugin/pull/169#issuecomment-1403129672 > g...@github.com:jdbi/jdbi3-guava-cache Yes, it is g...@github.com:jdbi/jdbi-guava-cache Apologies. -- This is an automated message from the Apache Git Service

[jira] [Commented] (MNG-7671) support higher JDK version specific options in jvm.config

2023-01-24 Thread James Z.M. Gao (Jira)
[ https://issues.apache.org/jira/browse/MNG-7671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17680424#comment-17680424 ] James Z.M. Gao commented on MNG-7671: - can we add the options to different file? like j

[GitHub] [maven-compiler-plugin] psiroky commented on a diff in pull request #170: [MCOMPILER-503] Resolve all annotation processor dependencies together

2023-01-24 Thread via GitHub
psiroky commented on code in PR #170: URL: https://github.com/apache/maven-compiler-plugin/pull/170#discussion_r1086070565 ## pom.xml: ## @@ -249,13 +249,8 @@ under the License. ! https://issues.apache.org/jira/browse/MINVOKER-174 -

[GitHub] [maven-compiler-plugin] psiroky commented on a diff in pull request #170: [MCOMPILER-503] Resolve all annotation processor dependencies together

2023-01-24 Thread via GitHub
psiroky commented on code in PR #170: URL: https://github.com/apache/maven-compiler-plugin/pull/170#discussion_r1086068866 ## pom.xml: ## @@ -249,13 +249,8 @@ under the License. ! https://issues.apache.org/jira/browse/MINVOKER-174 -

[jira] [Commented] (MSITE-922) Using 4.0.0-M4 w/ maven-fluido-skin breaks table formatting in generated pages

2023-01-24 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MSITE-922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17680387#comment-17680387 ] Slawomir Jaranowski commented on MSITE-922: --- For versions-m-p there is PR [https

[GitHub] [maven-compiler-plugin] psiroky commented on pull request #170: [MCOMPILER-503] Resolve all annotation processor dependencies together

2023-01-24 Thread via GitHub
psiroky commented on PR #170: URL: https://github.com/apache/maven-compiler-plugin/pull/170#issuecomment-1402826603 The plugin is used in the `annotation-user` project: https://github.com/apache/maven-compiler-plugin/pull/170/files#diff-82b7fbab158b18d75e40832a9a3edfee28aba32e67314a155f1bbc

[GitHub] [maven-compiler-plugin] slachiewicz commented on pull request #168: Bump mockito-core to 5.0.0 for Java11+

2023-01-24 Thread via GitHub
slachiewicz commented on PR #168: URL: https://github.com/apache/maven-compiler-plugin/pull/168#issuecomment-1402824833 We could report incompatibility, adjust our tests. But sooner or later we could switch to Java 11 -- This is an automated message from the Apache Git Service. To respon

[GitHub] [maven-compiler-plugin] slawekjaranowski commented on pull request #168: Bump mockito-core to 5.0.0 for Java11+

2023-01-24 Thread via GitHub
slawekjaranowski commented on PR #168: URL: https://github.com/apache/maven-compiler-plugin/pull/168#issuecomment-1402822601 I'm not sure if it is safe. What will be when api between 4.x and 5.x sometime become incompatibility? -- This is an automated message from the Apache Git Se

[GitHub] [maven-deploy-plugin] slawekjaranowski commented on pull request #34: [MDEPLOY-305] Improvement in DeployAtEnd

2023-01-24 Thread via GitHub
slawekjaranowski commented on PR #34: URL: https://github.com/apache/maven-deploy-plugin/pull/34#issuecomment-1402818002 @cstamas similar change like in m-install-p -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [maven-deploy-plugin] slawekjaranowski opened a new pull request, #34: [MDEPLOY-305] Improvement in DeployAtEnd

2023-01-24 Thread via GitHub
slawekjaranowski opened a new pull request, #34: URL: https://github.com/apache/maven-deploy-plugin/pull/34 - Fix when module does not use m-deploy-p - Don't use metadata from main artifact to fetch pom.xml - Deploy all artifacts in one request --- Following this checklist

[GitHub] [maven-compiler-plugin] slawekjaranowski commented on pull request #170: [MCOMPILER-503] Resolve all annotation processor dependencies together

2023-01-24 Thread via GitHub
slawekjaranowski commented on PR #170: URL: https://github.com/apache/maven-compiler-plugin/pull/170#issuecomment-1402800311 I don't see where plugin from annotation-verify is executed. We can put such plugin in separate setup-xxx test with install goal and next use plugin in your IT

[GitHub] [maven-compiler-plugin] cstamas commented on pull request #170: [MCOMPILER-503] Resolve all annotation processor dependencies together

2023-01-24 Thread via GitHub
cstamas commented on PR #170: URL: https://github.com/apache/maven-compiler-plugin/pull/170#issuecomment-1402785476 I do, but two pairs of eyes are better than m one -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[jira] [Comment Edited] (MSITE-922) Using 4.0.0-M4 w/ maven-fluido-skin breaks table formatting in generated pages

2023-01-24 Thread Dave Wichers (Jira)
[ https://issues.apache.org/jira/browse/MSITE-922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17680376#comment-17680376 ] Dave Wichers edited comment on MSITE-922 at 1/24/23 10:37 PM: --

[jira] [Commented] (MSITE-922) Using 4.0.0-M4 w/ maven-fluido-skin breaks table formatting in generated pages

2023-01-24 Thread Dave Wichers (Jira)
[ https://issues.apache.org/jira/browse/MSITE-922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17680376#comment-17680376 ] Dave Wichers commented on MSITE-922: OK, so I tested the new maven-project-info-report

[GitHub] [maven-compiler-plugin] psiroky commented on pull request #170: [MCOMPILER-503] Resolve all annotation processor dependencies together

2023-01-24 Thread via GitHub
psiroky commented on PR #170: URL: https://github.com/apache/maven-compiler-plugin/pull/170#issuecomment-1402783013 > we need Slawek I see :laughing:. I thought you have the merge permission as well, sorry about the fuzz. -- This is an automated message from the Apache Git Service

[GitHub] [maven-compiler-plugin] cstamas commented on pull request #170: [MCOMPILER-503] Resolve all annotation processor dependencies together

2023-01-24 Thread via GitHub
cstamas commented on PR #170: URL: https://github.com/apache/maven-compiler-plugin/pull/170#issuecomment-1402777571 we need Slawek 😄 @slachiewicz -- 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

[GitHub] [maven-compiler-plugin] psiroky commented on pull request #170: [MCOMPILER-503] Resolve all annotation processor dependencies together

2023-01-24 Thread via GitHub
psiroky commented on PR #170: URL: https://github.com/apache/maven-compiler-plugin/pull/170#issuecomment-1402769435 @cstamas many thanks for the review (and the details around dependency resolution)! I am wondering - what else do we need to get this one merged? -- This is an automated me

[jira] [Commented] (MCOMPILER-496) The resolve process of annotationProcessorPaths is not aware of WorkspaceReader

2023-01-24 Thread Jira
[ https://issues.apache.org/jira/browse/MCOMPILER-496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17680375#comment-17680375 ] Petr Široký commented on MCOMPILER-496: --- I believe this has been fixed as part o

[jira] [Comment Edited] (MSITE-922) Using 4.0.0-M4 w/ maven-fluido-skin breaks table formatting in generated pages

2023-01-24 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSITE-922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17680374#comment-17680374 ] Michael Osipov edited comment on MSITE-922 at 1/24/23 10:13 PM:

[jira] [Commented] (MSITE-922) Using 4.0.0-M4 w/ maven-fluido-skin breaks table formatting in generated pages

2023-01-24 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSITE-922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17680374#comment-17680374 ] Michael Osipov commented on MSITE-922: -- Because [~sjaranowski] noticed these issues a

[jira] [Commented] (MSITE-922) Using 4.0.0-M4 w/ maven-fluido-skin breaks table formatting in generated pages

2023-01-24 Thread Dave Wichers (Jira)
[ https://issues.apache.org/jira/browse/MSITE-922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17680372#comment-17680372 ] Dave Wichers commented on MSITE-922: OK, but that simply announces: * [[ANN] Maven PM

[jira] [Commented] (MSITE-922) Using 4.0.0-M4 w/ maven-fluido-skin breaks table formatting in generated pages

2023-01-24 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSITE-922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17680367#comment-17680367 ] Michael Osipov commented on MSITE-922: -- Here they are: https://www.mail-archive.com/a

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

2023-01-24 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17680366#comment-17680366 ] Michael Osipov commented on MNG-6437: - I haven't reviewed either. Will try to do by end

[jira] [Commented] (MNG-7671) support higher JDK version specific options in jvm.config

2023-01-24 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17680364#comment-17680364 ] Michael Osipov commented on MNG-7671: - This file is a very simple line by line expansio

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

2023-01-24 Thread Claude Brisson (Jira)
[ https://issues.apache.org/jira/browse/MNG-6437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17680359#comment-17680359 ] Claude Brisson commented on MNG-6437: - I don't have the time to thoroughly check the PR

[jira] [Created] (DOXIA-691) APT: Emit multiple authors in separate meta tags

2023-01-24 Thread Konrad Windszus (Jira)
Konrad Windszus created DOXIA-691: - Summary: APT: Emit multiple authors in separate meta tags Key: DOXIA-691 URL: https://issues.apache.org/jira/browse/DOXIA-691 Project: Maven Doxia Issue Ty

[jira] [Commented] (DOXIA-690) Markdown Parser: Multiline metadata incorrectly rendered

2023-01-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17680319#comment-17680319 ] ASF GitHub Bot commented on DOXIA-690: -- kwin opened a new pull request, #141: URL: ht

[jira] [Created] (MNG-7671) support higher JDK version specific options in jvm.config

2023-01-24 Thread James Z.M. Gao (Jira)
James Z.M. Gao created MNG-7671: --- Summary: support higher JDK version specific options in jvm.config Key: MNG-7671 URL: https://issues.apache.org/jira/browse/MNG-7671 Project: Maven Issue Type:

[jira] [Commented] (MSITE-922) Using 4.0.0-M4 w/ maven-fluido-skin breaks table formatting in generated pages

2023-01-24 Thread Dave Wichers (Jira)
[ https://issues.apache.org/jira/browse/MSITE-922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17680290#comment-17680290 ] Dave Wichers commented on MSITE-922: [~michael-o] - You mentioned: "I have recently re

[GitHub] [maven-release] JLLeitschuh commented on pull request #160: [SECURITY] Fix Temporary File Information Disclosure Vulnerability

2023-01-24 Thread via GitHub
JLLeitschuh commented on PR #160: URL: https://github.com/apache/maven-release/pull/160#issuecomment-1402116132 Thanks @hboutemy, I've updated the PR descriptions here: https://github.com/JLLeitschuh/security-research/commit/3b47a72d1f838fc822db17b16db5e68d513ccb52 -- This is an automa

[GitHub] [maven-release] JLLeitschuh commented on pull request #160: [SECURITY] Fix Temporary File Information Disclosure Vulnerability

2023-01-24 Thread via GitHub
JLLeitschuh commented on PR #160: URL: https://github.com/apache/maven-release/pull/160#issuecomment-1402080252 > If someone is sensitive on information visibility in a shared env, shouldn't he define umask accordingly? Probably, yes. TBH, I'm not a unix person, so you'll have to forg

[GitHub] [maven-jar-plugin] jorsol commented on a diff in pull request #57: [MJAR-292] - Detect MRJAR and add Multi-Release manifest entry

2023-01-24 Thread via GitHub
jorsol commented on code in PR #57: URL: https://github.com/apache/maven-jar-plugin/pull/57#discussion_r1085312613 ## src/it/MJAR-292-detect-mjar/pom.xml: ## @@ -0,0 +1,101 @@ + + +http://maven.apache.org/POM/4.0.0"; + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; + x

[GitHub] [maven-jar-plugin] jorsol commented on a diff in pull request #57: [MJAR-292] - Detect MRJAR and add Multi-Release manifest entry

2023-01-24 Thread via GitHub
jorsol commented on code in PR #57: URL: https://github.com/apache/maven-jar-plugin/pull/57#discussion_r1085312613 ## src/it/MJAR-292-detect-mjar/pom.xml: ## @@ -0,0 +1,101 @@ + + +http://maven.apache.org/POM/4.0.0"; + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; + x

[GitHub] [maven-mvnd] gnodet closed issue #637: Timeout waiting to connect to the Maven daemon

2023-01-24 Thread via GitHub
gnodet closed issue #637: Timeout waiting to connect to the Maven daemon URL: https://github.com/apache/maven-mvnd/issues/637 -- 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

[GitHub] [maven-mvnd] gnodet commented on issue #637: Timeout waiting to connect to the Maven daemon

2023-01-24 Thread via GitHub
gnodet commented on issue #637: URL: https://github.com/apache/maven-mvnd/issues/637#issuecomment-1401938360 This should be fixed by https://github.com/apache/maven-mvnd/pull/778, please reopen if needed. -- This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [maven-mvnd] gnodet closed issue #710: Too many open files on Mac OS with JDK 11 and mvnd 0.8.2

2023-01-24 Thread via GitHub
gnodet closed issue #710: Too many open files on Mac OS with JDK 11 and mvnd 0.8.2 URL: https://github.com/apache/maven-mvnd/issues/710 -- 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-jar-plugin] jorsol commented on a diff in pull request #57: [MJAR-292] - Detect MRJAR and add Multi-Release manifest entry

2023-01-24 Thread via GitHub
jorsol commented on code in PR #57: URL: https://github.com/apache/maven-jar-plugin/pull/57#discussion_r1085305400 ## src/main/java/org/apache/maven/plugins/jar/AbstractJarMojo.java: ## @@ -225,23 +237,24 @@ public File createArchive() jarContentFileSet.setIncludes( Arr

[GitHub] [maven-mvnd] gnodet commented on issue #705: Package crashes due to java.io.IOException

2023-01-24 Thread via GitHub
gnodet commented on issue #705: URL: https://github.com/apache/maven-mvnd/issues/705#issuecomment-1401932275 This is unexpected. The purge process should only remove files that have a last modified time earlier than the current date minus the purge period (which defaults to 7 days). So th

[GitHub] [maven-jar-plugin] jorsol commented on a diff in pull request #57: [MJAR-292] - Detect MRJAR and add Multi-Release manifest entry

2023-01-24 Thread via GitHub
jorsol commented on code in PR #57: URL: https://github.com/apache/maven-jar-plugin/pull/57#discussion_r1085296601 ## src/main/java/org/apache/maven/plugins/jar/AbstractJarMojo.java: ## @@ -225,23 +237,24 @@ public File createArchive() jarContentFileSet.setIncludes( Arr

[GitHub] [maven-mvnd] orpiske commented on issue #770: Threads parameter is not working on Apple Silicon

2023-01-24 Thread via GitHub
orpiske commented on issue #770: URL: https://github.com/apache/maven-mvnd/issues/770#issuecomment-1401921333 @gnodet thanks. This is what I have: ``` MAVEN_OPTS=-Xms2048m -Xmx3584m MAVEN_HOME=/Users/opiske/.sdkman/candidates/maven/current ``` My `mvnd.properties` from

[jira] [Created] (MRESOLVER-315) Implement Preemptive Authentication feature for native transport

2023-01-24 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MRESOLVER-315: - Summary: Implement Preemptive Authentication feature for native transport Key: MRESOLVER-315 URL: https://issues.apache.org/jira/browse/MRESOLVER-315

[GitHub] [maven-mvnd] gnodet closed issue #669: runtime jdk requirement of java client (via mvnd.sh) should be aligned to JDK8

2023-01-24 Thread via GitHub
gnodet closed issue #669: runtime jdk requirement of java client (via mvnd.sh) should be aligned to JDK8 URL: https://github.com/apache/maven-mvnd/issues/669 -- 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

[GitHub] [maven-mvnd] gnodet commented on issue #669: runtime jdk requirement of java client (via mvnd.sh) should be aligned to JDK8

2023-01-24 Thread via GitHub
gnodet commented on issue #669: URL: https://github.com/apache/maven-mvnd/issues/669#issuecomment-1401912151 I think this issue can now be closed with the merge of #717 and #722. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [maven-mvnd] gnodet closed issue #708: exec-maven-plugin (exec:exec) output unexpected prefix for each line of stdout/stderr

2023-01-24 Thread via GitHub
gnodet closed issue #708: exec-maven-plugin (exec:exec) output unexpected prefix for each line of stdout/stderr URL: https://github.com/apache/maven-mvnd/issues/708 -- 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-mvnd] gnodet commented on issue #708: exec-maven-plugin (exec:exec) output unexpected prefix for each line of stdout/stderr

2023-01-24 Thread via GitHub
gnodet commented on issue #708: URL: https://github.com/apache/maven-mvnd/issues/708#issuecomment-1401908569 This is also fixed by https://github.com/apache/maven-mvnd/commit/b2bd0aaae5ff8627d6425ede8c1de16e77b5f194 -- This is an automated message from the Apache Git Service. To respond t

[GitHub] [maven-jar-plugin] jorsol commented on a diff in pull request #57: [MJAR-292] - Detect MRJAR and add Multi-Release manifest entry

2023-01-24 Thread via GitHub
jorsol commented on code in PR #57: URL: https://github.com/apache/maven-jar-plugin/pull/57#discussion_r1085261986 ## src/main/java/org/apache/maven/plugins/jar/AbstractJarMojo.java: ## @@ -225,23 +237,24 @@ public File createArchive() jarContentFileSet.setIncludes( Arr

[GitHub] [maven-jar-plugin] jorsol commented on a diff in pull request #57: [MJAR-292] - Detect MRJAR and add Multi-Release manifest entry

2023-01-24 Thread via GitHub
jorsol commented on code in PR #57: URL: https://github.com/apache/maven-jar-plugin/pull/57#discussion_r1085261280 ## src/main/java/org/apache/maven/plugins/jar/AbstractJarMojo.java: ## @@ -225,23 +237,24 @@ public File createArchive() jarContentFileSet.setIncludes( Arr

[GitHub] [maven-jar-plugin] slawekjaranowski commented on a diff in pull request #57: [MJAR-292] - Detect MRJAR and add Multi-Release manifest entry

2023-01-24 Thread via GitHub
slawekjaranowski commented on code in PR #57: URL: https://github.com/apache/maven-jar-plugin/pull/57#discussion_r1085228950 ## src/main/java/org/apache/maven/plugins/jar/AbstractJarMojo.java: ## @@ -225,23 +237,24 @@ public File createArchive() jarContentFileSet.setInc

[GitHub] [maven-mvnd] gnodet commented on issue #770: Threads parameter is not working on Apple Silicon

2023-01-24 Thread via GitHub
gnodet commented on issue #770: URL: https://github.com/apache/maven-mvnd/issues/770#issuecomment-1401834119 I've set my `[USER_HOME]/.m2/mvnd.properties` to add `mvnd.threads=0.5C` and it works fine for me. Can you check your environment maybe using `set | grep MAVEN` ? _mvnd_ also ch

[jira] [Comment Edited] (MWRAPPER-92) Use https in license links of generated files

2023-01-24 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17680176#comment-17680176 ] Michael Osipov edited comment on MWRAPPER-92 at 1/24/23 11:29 AM:

[GitHub] [maven-mvnd] gnodet closed issue #756: Bash Completions Kills Shell (Mac/Homebrew)

2023-01-24 Thread via GitHub
gnodet closed issue #756: Bash Completions Kills Shell (Mac/Homebrew) URL: https://github.com/apache/maven-mvnd/issues/756 -- 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

[GitHub] [maven-mvnd] gnodet commented on issue #756: Bash Completions Kills Shell (Mac/Homebrew)

2023-01-24 Thread via GitHub
gnodet commented on issue #756: URL: https://github.com/apache/maven-mvnd/issues/756#issuecomment-1401726773 The home-brew package sources are at https://github.com/mvndaemon/homebrew-mvnd/tree/master. I can't find where a file such as the one you have would come from, but I have the sam

[jira] [Updated] (MWRAPPER-92) Use https in license links of generated files

2023-01-24 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-92?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MWRAPPER-92: --- Issue Type: Task (was: Bug) > Use https in license links of generated files > -

[jira] [Commented] (MWRAPPER-92) Use https in license links of generated files

2023-01-24 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17680176#comment-17680176 ] Michael Osipov commented on MWRAPPER-92: There is no consent whether this is OK

[jira] [Created] (MWRAPPER-92) Use https in license links of generated files

2023-01-24 Thread Michael Keppler (Jira)
Michael Keppler created MWRAPPER-92: --- Summary: Use https in license links of generated files Key: MWRAPPER-92 URL: https://issues.apache.org/jira/browse/MWRAPPER-92 Project: Maven Wrapper I

[GitHub] [maven-mvnd] gnodet merged pull request #717: Try native image then fallback to pure java version

2023-01-24 Thread via GitHub
gnodet merged PR #717: URL: https://github.com/apache/maven-mvnd/pull/717 -- 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.apach

[GitHub] [maven-mvnd] gnodet merged pull request #769: Attempt at moving mvn as first class citizen in mvnd distribution, #392

2023-01-24 Thread via GitHub
gnodet merged PR #769: URL: https://github.com/apache/maven-mvnd/pull/769 -- 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.apach

[GitHub] [maven-mvnd] gnodet closed issue #777: How to change jdk version in mac os

2023-01-24 Thread via GitHub
gnodet closed issue #777: How to change jdk version in mac os URL: https://github.com/apache/maven-mvnd/issues/777 -- 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 unsubscrib

[GitHub] [maven-mvnd] gnodet closed issue #773: The built-in 4.0.0 version of maven will invalidate the flatten-maven-plugin plugin

2023-01-24 Thread via GitHub
gnodet closed issue #773: The built-in 4.0.0 version of maven will invalidate the flatten-maven-plugin plugin URL: https://github.com/apache/maven-mvnd/issues/773 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [maven-mvnd] gnodet commented on issue #773: The built-in 4.0.0 version of maven will invalidate the flatten-maven-plugin plugin

2023-01-24 Thread via GitHub
gnodet commented on issue #773: URL: https://github.com/apache/maven-mvnd/issues/773#issuecomment-1401626403 Closing as a duplicate -- 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 co

[jira] [Commented] (MCHECKSTYLE-425) Checkstyle runs fail with "Path contains invalid character" since 3.2.0

2023-01-24 Thread Magnus Reftel (Jira)
[ https://issues.apache.org/jira/browse/MCHECKSTYLE-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17680135#comment-17680135 ] Magnus Reftel commented on MCHECKSTYLE-425: --- Attaching stacktrace from mvn

[jira] [Updated] (MCHECKSTYLE-425) Checkstyle runs fail with "Path contains invalid character" since 3.2.0

2023-01-24 Thread Magnus Reftel (Jira)
[ https://issues.apache.org/jira/browse/MCHECKSTYLE-425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Magnus Reftel updated MCHECKSTYLE-425: -- Attachment: maven-checkstyle-plugin_stacktrace.txt > Checkstyle runs fail with "Pa

[jira] [Commented] (MCHECKSTYLE-425) Checkstyle runs fail with "Path contains invalid character" since 3.2.0

2023-01-24 Thread Magnus Reftel (Jira)
[ https://issues.apache.org/jira/browse/MCHECKSTYLE-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17680133#comment-17680133 ] Magnus Reftel commented on MCHECKSTYLE-425: --- Bisecting shows that the issu

[jira] [Comment Edited] (SUREFIRE-2144) Using JUnit4 TestSuite to create test dynamically, synthetic initializationError failure breaks Jenkins test history

2023-01-24 Thread Geoff Soutter (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17680131#comment-17680131 ] Geoff Soutter edited comment on SUREFIRE-2144 at 1/24/23 8:04 AM: --

[jira] [Commented] (SUREFIRE-2144) Using JUnit4 TestSuite to create test dynamically, synthetic initializationError failure breaks Jenkins test history

2023-01-24 Thread Geoff Soutter (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17680131#comment-17680131 ] Geoff Soutter commented on SUREFIRE-2144: - OK, so I made a local version of JU