[jira] [Commented] (SUREFIRE-2022) MAVEN - PluginExecutionException

2022-02-24 Thread Jo Jaafar (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497258#comment-17497258 ] Jo Jaafar commented on SUREFIRE-2022: - Here you [~tibordigana], {code:java} http

[jira] [Comment Edited] (SUREFIRE-2022) MAVEN - PluginExecutionException

2022-02-24 Thread Jo Jaafar (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497258#comment-17497258 ] Jo Jaafar edited comment on SUREFIRE-2022 at 2/24/22, 8:47 AM: -

[jira] [Commented] (MCOMPILER-415) NullPointerException from javac when compiling AntlrWorks-Jank

2022-02-24 Thread Vincent Latombe (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497269#comment-17497269 ] Vincent Latombe commented on MCOMPILER-415: --- I'm commenting here in the hope

[jira] [Commented] (SUREFIRE-2022) MAVEN - PluginExecutionException

2022-02-24 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497293#comment-17497293 ] Tibor Digana commented on SUREFIRE-2022: [~jojaafar] Any build results regardi

[jira] [Comment Edited] (SUREFIRE-2022) MAVEN - PluginExecutionException

2022-02-24 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497293#comment-17497293 ] Tibor Digana edited comment on SUREFIRE-2022 at 2/24/22, 9:46 AM: --

[jira] [Commented] (SUREFIRE-2022) MAVEN - PluginExecutionException

2022-02-24 Thread Jo Jaafar (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497303#comment-17497303 ] Jo Jaafar commented on SUREFIRE-2022: - It does work in some ways but it still unab

[jira] [Commented] (SUREFIRE-2022) MAVEN - PluginExecutionException

2022-02-24 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497315#comment-17497315 ] Tibor Digana commented on SUREFIRE-2022: [~jojaafar] You mean that the build h

[jira] [Comment Edited] (SUREFIRE-2022) MAVEN - PluginExecutionException

2022-02-24 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497315#comment-17497315 ] Tibor Digana edited comment on SUREFIRE-2022 at 2/24/22, 10:21 AM: -

[jira] [Created] (SUREFIRE-2025) Updated abstractions which helps associating systemProperties() with a test

2022-02-24 Thread Tibor Digana (Jira)
Tibor Digana created SUREFIRE-2025: -- Summary: Updated abstractions which helps associating systemProperties() with a test Key: SUREFIRE-2025 URL: https://issues.apache.org/jira/browse/SUREFIRE-2025 P

[GitHub] [maven-surefire] Tibor17 opened a new pull request #475: [SUREFIRE-2025] Updated abstractions which helps associating systemProperties() with a test

2022-02-24 Thread GitBox
Tibor17 opened a new pull request #475: URL: https://github.com/apache/maven-surefire/pull/475 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/SUREFIRE) fi

[jira] [Commented] (SUREFIRE-2010) Parameterized Selection Does not Work

2022-02-24 Thread David Georg Reichelt (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497354#comment-17497354 ] David Georg Reichelt commented on SUREFIRE-2010: Unfortunately, I did

[jira] [Commented] (SUREFIRE-2010) Parameterized Selection Does not Work

2022-02-24 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497363#comment-17497363 ] Tibor Digana commented on SUREFIRE-2010: [~DaGeRe1989] Excellent! So you have

[GitHub] [maven-surefire] slawekjaranowski commented on a change in pull request #475: [SUREFIRE-2025] Updated abstractions which helps associating systemProperties() with a test

2022-02-24 Thread GitBox
slawekjaranowski commented on a change in pull request #475: URL: https://github.com/apache/maven-surefire/pull/475#discussion_r813866710 ## File path: surefire-api/src/main/java/org/apache/maven/surefire/api/booter/MasterProcessChannelEncoder.java ## @@ -37,7 +38,7 @@

[GitHub] [maven-surefire] DaGeRe opened a new pull request #476: [SUREFIRE-2010] Parameterized Selection Does not Work

2022-02-24 Thread GitBox
DaGeRe opened a new pull request #476: URL: https://github.com/apache/maven-surefire/pull/476 This pull request provides the example project for an integration test, that checks whether selectors are able to select parameterized tests, e.g. `package.TestClazz#method[1]`, where 1 is the ind

[jira] [Commented] (SUREFIRE-2010) Parameterized Selection Does not Work

2022-02-24 Thread David Georg Reichelt (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497432#comment-17497432 ] David Georg Reichelt commented on SUREFIRE-2010: [~tibordigana]  Than

[GitHub] [maven-surefire] DaGeRe opened a new pull request #477: Fix documentation: integration tests are in surefire-its now

2022-02-24 Thread GitBox
DaGeRe opened a new pull request #477: URL: https://github.com/apache/maven-surefire/pull/477 The folder `surefire-integration-tests` has been renamed to `surefire-its`. This should corrected in the documentation. Since this is like a typo, I did not create a ticket. Follo

[GitHub] [maven-deploy-plugin] micheljung commented on pull request #3: Skip specified attached artifacts from deploy

2022-02-24 Thread GitBox
micheljung commented on pull request #3: URL: https://github.com/apache/maven-deploy-plugin/pull/3#issuecomment-1050031590 In my case, I produce an `-executable` JAR with the `spring-boot-maven-plugin` which is a JAR prefixed with a shell script or so. Our artifact repository, however, do

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #475: [SUREFIRE-2025] Updated abstractions which helps associating systemProperties() with a test

2022-02-24 Thread GitBox
Tibor17 commented on a change in pull request #475: URL: https://github.com/apache/maven-surefire/pull/475#discussion_r814068564 ## File path: surefire-api/src/main/java/org/apache/maven/surefire/api/booter/ForkingRunListener.java ## @@ -68,7 +68,7 @@ public void testSetStarti

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #475: [SUREFIRE-2025] Updated abstractions which helps associating systemProperties() with a test

2022-02-24 Thread GitBox
Tibor17 commented on a change in pull request #475: URL: https://github.com/apache/maven-surefire/pull/475#discussion_r814068564 ## File path: surefire-api/src/main/java/org/apache/maven/surefire/api/booter/ForkingRunListener.java ## @@ -68,7 +68,7 @@ public void testSetStarti

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #475: [SUREFIRE-2025] Updated abstractions which helps associating systemProperties() with a test

2022-02-24 Thread GitBox
Tibor17 commented on a change in pull request #475: URL: https://github.com/apache/maven-surefire/pull/475#discussion_r814074238 ## File path: surefire-api/src/main/java/org/apache/maven/surefire/api/booter/ForkingRunListener.java ## @@ -68,7 +68,7 @@ public void testSetStarti

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #475: [SUREFIRE-2025] Updated abstractions which helps associating systemProperties() with a test

2022-02-24 Thread GitBox
Tibor17 commented on a change in pull request #475: URL: https://github.com/apache/maven-surefire/pull/475#discussion_r814074238 ## File path: surefire-api/src/main/java/org/apache/maven/surefire/api/booter/ForkingRunListener.java ## @@ -68,7 +68,7 @@ public void testSetStarti

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #475: [SUREFIRE-2025] Updated abstractions which helps associating systemProperties() with a test

2022-02-24 Thread GitBox
Tibor17 commented on a change in pull request #475: URL: https://github.com/apache/maven-surefire/pull/475#discussion_r814074238 ## File path: surefire-api/src/main/java/org/apache/maven/surefire/api/booter/ForkingRunListener.java ## @@ -68,7 +68,7 @@ public void testSetStarti

[GitHub] [maven-surefire] Tibor17 commented on pull request #476: [SUREFIRE-2010] Parameterized Selection Does not Work

2022-02-24 Thread GitBox
Tibor17 commented on pull request #476: URL: https://github.com/apache/maven-surefire/pull/476#issuecomment-1050062272 Hi @DaGeRe , The JIRA is not well suite to read code patches. So even if the test fails, we can discuss the code even if the CI would fail. -- This is an automate

[GitHub] [maven-surefire] Tibor17 edited a comment on pull request #476: [SUREFIRE-2010] Parameterized Selection Does not Work

2022-02-24 Thread GitBox
Tibor17 edited a comment on pull request #476: URL: https://github.com/apache/maven-surefire/pull/476#issuecomment-1050062272 Hi @DaGeRe , The JIRA is not well suited to read code patches. So even if the test fails, we can discuss the code even if the CI would fail. -- This is an

[GitHub] [maven-surefire] Tibor17 edited a comment on pull request #476: [SUREFIRE-2010] Parameterized Selection Does not Work

2022-02-24 Thread GitBox
Tibor17 edited a comment on pull request #476: URL: https://github.com/apache/maven-surefire/pull/476#issuecomment-1050062272 Hi @DaGeRe , The JIRA is not well suited to read code patches. We can discuss the code even if the CI would fail. -- This is an automated message from the

[jira] [Commented] (MNG-7049) Version range resolution downloads all poms, not just the highest version

2022-02-24 Thread Jim Hughes (Jira)
[ https://issues.apache.org/jira/browse/MNG-7049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497565#comment-17497565 ] Jim Hughes commented on MNG-7049: - [~michael-o] others, I looked at this briefly and tried

[GitHub] [maven-surefire] slawekjaranowski commented on a change in pull request #475: [SUREFIRE-2025] Updated abstractions which helps associating systemProperties() with a test

2022-02-24 Thread GitBox
slawekjaranowski commented on a change in pull request #475: URL: https://github.com/apache/maven-surefire/pull/475#discussion_r814091511 ## File path: surefire-api/src/main/java/org/apache/maven/surefire/api/booter/ForkingRunListener.java ## @@ -68,7 +68,7 @@ public void test

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #475: [SUREFIRE-2025] Updated abstractions which helps associating systemProperties() with a test

2022-02-24 Thread GitBox
Tibor17 commented on a change in pull request #475: URL: https://github.com/apache/maven-surefire/pull/475#discussion_r814097522 ## File path: surefire-booter/src/main/java/org/apache/maven/surefire/booter/spi/EventChannelEncoder.java ## @@ -128,7 +128,7 @@ public void onJvmEx

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #475: [SUREFIRE-2025] Updated abstractions which helps associating systemProperties() with a test

2022-02-24 Thread GitBox
Tibor17 commented on a change in pull request #475: URL: https://github.com/apache/maven-surefire/pull/475#discussion_r814097522 ## File path: surefire-booter/src/main/java/org/apache/maven/surefire/booter/spi/EventChannelEncoder.java ## @@ -128,7 +128,7 @@ public void onJvmEx

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #475: [SUREFIRE-2025] Updated abstractions which helps associating systemProperties() with a test

2022-02-24 Thread GitBox
Tibor17 commented on a change in pull request #475: URL: https://github.com/apache/maven-surefire/pull/475#discussion_r814101709 ## File path: surefire-booter/src/main/java/org/apache/maven/surefire/booter/spi/EventChannelEncoder.java ## @@ -128,7 +128,7 @@ public void onJvmEx

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #475: [SUREFIRE-2025] Updated abstractions which helps associating systemProperties() with a test

2022-02-24 Thread GitBox
Tibor17 commented on a change in pull request #475: URL: https://github.com/apache/maven-surefire/pull/475#discussion_r814101709 ## File path: surefire-booter/src/main/java/org/apache/maven/surefire/booter/spi/EventChannelEncoder.java ## @@ -128,7 +128,7 @@ public void onJvmEx

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #475: [SUREFIRE-2025] Updated abstractions which helps associating systemProperties() with a test

2022-02-24 Thread GitBox
Tibor17 commented on a change in pull request #475: URL: https://github.com/apache/maven-surefire/pull/475#discussion_r814101709 ## File path: surefire-booter/src/main/java/org/apache/maven/surefire/booter/spi/EventChannelEncoder.java ## @@ -128,7 +128,7 @@ public void onJvmEx

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #475: [SUREFIRE-2025] Updated abstractions which helps associating systemProperties() with a test

2022-02-24 Thread GitBox
Tibor17 commented on a change in pull request #475: URL: https://github.com/apache/maven-surefire/pull/475#discussion_r814101709 ## File path: surefire-booter/src/main/java/org/apache/maven/surefire/booter/spi/EventChannelEncoder.java ## @@ -128,7 +128,7 @@ public void onJvmEx

[GitHub] [maven-surefire] slawekjaranowski commented on a change in pull request #475: [SUREFIRE-2025] Updated abstractions which helps associating systemProperties() with a test

2022-02-24 Thread GitBox
slawekjaranowski commented on a change in pull request #475: URL: https://github.com/apache/maven-surefire/pull/475#discussion_r814116847 ## File path: surefire-api/src/main/java/org/apache/maven/surefire/api/booter/MasterProcessChannelEncoder.java ## @@ -37,7 +38,7 @@

[GitHub] [maven-surefire] slawekjaranowski commented on a change in pull request #475: [SUREFIRE-2025] Updated abstractions which helps associating systemProperties() with a test

2022-02-24 Thread GitBox
slawekjaranowski commented on a change in pull request #475: URL: https://github.com/apache/maven-surefire/pull/475#discussion_r814117393 ## File path: surefire-booter/src/main/java/org/apache/maven/surefire/booter/spi/EventChannelEncoder.java ## @@ -128,7 +128,7 @@ public voi

[jira] [Created] (SUREFIRE-2026) Improve assertions in Surefire1787JUnit5IT

2022-02-24 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created SUREFIRE-2026: - Summary: Improve assertions in Surefire1787JUnit5IT Key: SUREFIRE-2026 URL: https://issues.apache.org/jira/browse/SUREFIRE-2026 Project: Maven Surefi

[GitHub] [maven-surefire] slawekjaranowski commented on pull request #474: [SUREFIRE-2026] Improve assertions in Surefire1787JUnit5IT

2022-02-24 Thread GitBox
slawekjaranowski commented on pull request #474: URL: https://github.com/apache/maven-surefire/pull/474#issuecomment-1050103776 new issue was created, and PR updated. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [maven-surefire] Tibor17 commented on pull request #474: [SUREFIRE-2026] Improve assertions in Surefire1787JUnit5IT

2022-02-24 Thread GitBox
Tibor17 commented on pull request #474: URL: https://github.com/apache/maven-surefire/pull/474#issuecomment-1050118230 @slawekjaranowski Good job! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[jira] [Created] (MPLUGIN-394) Report-Mojo doesn't respect input encoding

2022-02-24 Thread Jira
Sebastian Kühn created MPLUGIN-394: -- Summary: Report-Mojo doesn't respect input encoding Key: MPLUGIN-394 URL: https://issues.apache.org/jira/browse/MPLUGIN-394 Project: Maven Plugin Tools I

[jira] [Commented] (MPLUGIN-394) Report-Mojo doesn't respect input encoding

2022-02-24 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497627#comment-17497627 ] Slawomir Jaranowski commented on MPLUGIN-394: - PR with fix are welcome. > R

[GitHub] [maven-plugin-tools] SebastianKuehn opened a new pull request #73: [MPLUGIN-394] Respect input encoding

2022-02-24 Thread GitBox
SebastianKuehn opened a new pull request #73: URL: https://github.com/apache/maven-plugin-tools/pull/73 PluginReport didn't specify an encoding while reading the Plugin-Descriptor. This causes the fallback to the plattform encoding and ignores the (user specified) input encoding.

[jira] [Commented] (MPLUGIN-394) Report-Mojo doesn't respect input encoding

2022-02-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497678#comment-17497678 ] ASF GitHub Bot commented on MPLUGIN-394: SebastianKuehn opened a new pull reques

[GitHub] [maven-plugin-tools] slawekjaranowski commented on pull request #72: [MPLUGIN-394] use XmlStreamReader to detect encoding instead of platform

2022-02-24 Thread GitBox
slawekjaranowski commented on pull request #72: URL: https://github.com/apache/maven-plugin-tools/pull/72#issuecomment-1050190019 Is it possible to prepare a test which can confirm that works as expected? -- This is an automated message from the Apache Git Service. To respond to the mess

[jira] [Commented] (MPLUGIN-394) Report-Mojo doesn't respect input encoding

2022-02-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497679#comment-17497679 ] ASF GitHub Bot commented on MPLUGIN-394: slawekjaranowski commented on pull requ

[GitHub] [maven-plugin-tools] slawekjaranowski commented on pull request #72: [MPLUGIN-394] use XmlStreamReader to detect encoding instead of platform

2022-02-24 Thread GitBox
slawekjaranowski commented on pull request #72: URL: https://github.com/apache/maven-plugin-tools/pull/72#issuecomment-1050191618 please also rebase with current master base code. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[jira] [Commented] (MPLUGIN-394) Report-Mojo doesn't respect input encoding

2022-02-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497680#comment-17497680 ] ASF GitHub Bot commented on MPLUGIN-394: slawekjaranowski commented on pull requ

[GitHub] [maven-shade-plugin] gzsombor opened a new pull request #122: MSHADE-147: Add flag to disable jar signing verification

2022-02-24 Thread GitBox
gzsombor opened a new pull request #122: URL: https://github.com/apache/maven-shade-plugin/pull/122 This is the rebased fix for https://issues.apache.org/jira/browse/MSHADE-147. The problem is, that certain jar files has an incorrect signature, so the shade plugin couldn't even open it

[jira] [Commented] (MPLUGIN-394) Report-Mojo doesn't respect input encoding

2022-02-24 Thread Jira
[ https://issues.apache.org/jira/browse/MPLUGIN-394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497681#comment-17497681 ] Sebastian Kühn commented on MPLUGIN-394: Sorry, I was to slow. I prepared a PR.

[GitHub] [maven-plugin-tools] slawekjaranowski commented on pull request #72: [MPLUGIN-394] use XmlStreamReader to detect encoding instead of platform

2022-02-24 Thread GitBox
slawekjaranowski commented on pull request #72: URL: https://github.com/apache/maven-plugin-tools/pull/72#issuecomment-1050194371 #73 - next with tests 😄 -- 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] (MPLUGIN-394) Report-Mojo doesn't respect input encoding

2022-02-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497684#comment-17497684 ] ASF GitHub Bot commented on MPLUGIN-394: slawekjaranowski commented on pull requ

[jira] [Commented] (MPLUGIN-394) Report-Mojo doesn't respect input encoding

2022-02-24 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497683#comment-17497683 ] Herve Boutemy commented on MPLUGIN-394: --- in fact, we need a mix between PR 72 and

[jira] [Commented] (MPLUGIN-394) Report-Mojo doesn't respect input encoding

2022-02-24 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497685#comment-17497685 ] Herve Boutemy commented on MPLUGIN-394: --- [~SebastianKuehn] if you can amed your PR

[GitHub] [maven-plugin-tools] hboutemy closed pull request #72: [MPLUGIN-394] use XmlStreamReader to detect encoding instead of platform

2022-02-24 Thread GitBox
hboutemy closed pull request #72: URL: https://github.com/apache/maven-plugin-tools/pull/72 -- 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

[GitHub] [maven-plugin-tools] hboutemy commented on pull request #72: [MPLUGIN-394] use XmlStreamReader to detect encoding instead of platform

2022-02-24 Thread GitBox
hboutemy commented on pull request #72: URL: https://github.com/apache/maven-plugin-tools/pull/72#issuecomment-1050196304 interesting bits with XmlStreamReader to be merged to #73 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[jira] [Commented] (MPLUGIN-394) Report-Mojo doesn't respect input encoding

2022-02-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497687#comment-17497687 ] ASF GitHub Bot commented on MPLUGIN-394: hboutemy closed pull request #72: URL:

[jira] [Commented] (MPLUGIN-394) Report-Mojo doesn't respect input encoding

2022-02-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497688#comment-17497688 ] ASF GitHub Bot commented on MPLUGIN-394: hboutemy commented on pull request #72:

[jira] [Commented] (MPLUGIN-394) Report-Mojo doesn't respect input encoding

2022-02-24 Thread Jira
[ https://issues.apache.org/jira/browse/MPLUGIN-394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497689#comment-17497689 ] Sebastian Kühn commented on MPLUGIN-394: How do we go forward. Shall I remove my

[GitHub] [maven-plugin-tools] slawekjaranowski commented on pull request #73: [MPLUGIN-394] Respect input encoding

2022-02-24 Thread GitBox
slawekjaranowski commented on pull request #73: URL: https://github.com/apache/maven-plugin-tools/pull/73#issuecomment-1050197402 @SebastianKuehn please also look at #72 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[jira] [Commented] (MPLUGIN-394) Report-Mojo doesn't respect input encoding

2022-02-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497690#comment-17497690 ] ASF GitHub Bot commented on MPLUGIN-394: slawekjaranowski commented on pull requ

[jira] [Comment Edited] (MPLUGIN-394) Report-Mojo doesn't respect input encoding

2022-02-24 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497685#comment-17497685 ] Herve Boutemy edited comment on MPLUGIN-394 at 2/24/22, 7:38 PM: -

[jira] [Commented] (MPLUGIN-394) Report-Mojo doesn't respect input encoding

2022-02-24 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497691#comment-17497691 ] Herve Boutemy commented on MPLUGIN-394: --- just add a commit to your current one >

[jira] [Commented] (MPLUGIN-394) Report-Mojo doesn't respect input encoding

2022-02-24 Thread Jira
[ https://issues.apache.org/jira/browse/MPLUGIN-394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497694#comment-17497694 ] Sebastian Kühn commented on MPLUGIN-394: Ok, I'm preparing a new commit. The tes

[GitHub] [maven-plugin-tools] SebastianKuehn commented on pull request #73: [MPLUGIN-394] Respect input encoding

2022-02-24 Thread GitBox
SebastianKuehn commented on pull request #73: URL: https://github.com/apache/maven-plugin-tools/pull/73#issuecomment-1050214668 @hboutemy, @slawekjaranowski I added an commit to use `XMLStreamReader` to detect the encoding from the input xml. -- This is an automated message from the Apa

[jira] [Commented] (MPLUGIN-394) Report-Mojo doesn't respect input encoding

2022-02-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497700#comment-17497700 ] ASF GitHub Bot commented on MPLUGIN-394: SebastianKuehn commented on pull reques

[jira] [Updated] (MNG-6058) Test dependencies should override application dependencies only during testing

2022-02-24 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MNG-6058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliotte Rusty Harold updated MNG-6058: --- Priority: Critical (was: Major) > Test dependencies should override application depend

[jira] [Commented] (MDEP-791) Non-test scoped and transitive dependencies in compile scope

2022-02-24 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MDEP-791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497722#comment-17497722 ] Elliotte Rusty Harold commented on MDEP-791: Good discovery. I agree that's pro

[jira] [Commented] (MNG-6058) Test dependencies should override application dependencies only during testing

2022-02-24 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MNG-6058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497728#comment-17497728 ] Elliotte Rusty Harold commented on MNG-6058: There are two things going on here

[jira] [Commented] (MNG-6058) Test dependencies should override application dependencies only during testing

2022-02-24 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MNG-6058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497730#comment-17497730 ] Elliotte Rusty Harold commented on MNG-6058: The table on https://maven.apache

[GitHub] [maven-surefire] Tibor17 merged pull request #477: Fix documentation: integration tests are in surefire-its now

2022-02-24 Thread GitBox
Tibor17 merged pull request #477: URL: https://github.com/apache/maven-surefire/pull/477 -- 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-un

[GitHub] [maven-surefire] Tibor17 commented on pull request #477: Fix documentation: integration tests are in surefire-its now

2022-02-24 Thread GitBox
Tibor17 commented on pull request #477: URL: https://github.com/apache/maven-surefire/pull/477#issuecomment-1050277817 Thx for contributing. -- 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

[jira] [Commented] (SUREFIRE-1963) Detecting multiple test-frameworks

2022-02-24 Thread Robert James Oxspring (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497779#comment-17497779 ] Robert James Oxspring commented on SUREFIRE-1963: - Is it really health

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #475: [SUREFIRE-2025] Updated abstractions which helps associating systemProperties() with a test

2022-02-24 Thread GitBox
Tibor17 commented on a change in pull request #475: URL: https://github.com/apache/maven-surefire/pull/475#discussion_r814330891 ## File path: surefire-api/src/main/java/org/apache/maven/surefire/api/booter/MasterProcessChannelEncoder.java ## @@ -37,7 +38,7 @@ void onJv

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #475: [SUREFIRE-2025] Updated abstractions which helps associating systemProperties() with a test

2022-02-24 Thread GitBox
Tibor17 commented on a change in pull request #475: URL: https://github.com/apache/maven-surefire/pull/475#discussion_r814332010 ## File path: surefire-api/src/main/java/org/apache/maven/surefire/api/booter/MasterProcessChannelEncoder.java ## @@ -37,7 +38,7 @@ void onJv

[jira] [Commented] (MNG-6058) Test dependencies should override application dependencies only during testing

2022-02-24 Thread Thorsten Glaser (Jira)
[ https://issues.apache.org/jira/browse/MNG-6058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497807#comment-17497807 ] Thorsten Glaser commented on MNG-6058: -- You don’t see me disagreeing there. However:

[GitHub] [maven-gh-actions-shared] dependabot[bot] opened a new pull request #31: Bump actions/setup-java from 2.5.0 to 3.0.0

2022-02-24 Thread GitBox
dependabot[bot] opened a new pull request #31: URL: https://github.com/apache/maven-gh-actions-shared/pull/31 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.5.0 to 3.0.0. Release notes Sourced from https://github.com/actions/setup-java/releases";>actions/

[GitHub] [maven-gh-actions-shared] dependabot[bot] opened a new pull request #32: Bump actions/setup-java from 2.5.0 to 3.0.0

2022-02-24 Thread GitBox
dependabot[bot] opened a new pull request #32: URL: https://github.com/apache/maven-gh-actions-shared/pull/32 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.5.0 to 3.0.0. Release notes Sourced from https://github.com/actions/setup-java/releases";>actions/

[GitHub] [maven-clean-plugin] dependabot[bot] opened a new pull request #13: Bump maven-site-plugin from 3.10.0 to 3.11.0

2022-02-24 Thread GitBox
dependabot[bot] opened a new pull request #13: URL: https://github.com/apache/maven-clean-plugin/pull/13 Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 3.10.0 to 3.11.0. Release notes Sourced from https://github.com/apache/maven-site-plugin/releases";>