[GitHub] [maven-install-plugin] slawekjaranowski opened a new pull request #25: [MINSTALL-172] - Upgrade maven-plugin parent to 35 - cleanup

2022-03-31 Thread GitBox
slawekjaranowski opened a new pull request #25: URL: https://github.com/apache/maven-install-plugin/pull/25 Following this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MINSTAL

[jira] [Commented] (MSHADE-417) Nul bytes appended to small files by maven-shade-plugin

2022-03-31 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515117#comment-17515117 ] Michael Osipov commented on MSHADE-417: --- Interesting, this doesn't look look. I tru

[jira] [Updated] (MSHADE-417) Nul bytes appended to small files by maven-shade-plugin

2022-03-31 Thread Max Zerzouri (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Zerzouri updated MSHADE-417: Attachment: shadetest-0.0.0.jar original-shadetest-0.0.0.jar > Nul bytes appended t

[jira] [Commented] (MSHADE-417) Nul bytes appended to small files by maven-shade-plugin

2022-03-31 Thread Max Zerzouri (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515201#comment-17515201 ] Max Zerzouri commented on MSHADE-417: - Sure. I've uploaded those files now. Not famil

[jira] [Updated] (MSHADE-417) Nul bytes appended to small files by maven-shade-plugin

2022-03-31 Thread Max Zerzouri (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Zerzouri updated MSHADE-417: Attachment: test.txt > Nul bytes appended to small files by maven-shade-plugin > --

[jira] [Created] (MNG-7448) 编译打包maven后,无法生成bin目录

2022-03-31 Thread Daqian Liao (Jira)
Daqian Liao created MNG-7448: Summary: 编译打包maven后,无法生成bin目录 Key: MNG-7448 URL: https://issues.apache.org/jira/browse/MNG-7448 Project: Maven Issue Type: Improvement Components: build/co

[jira] [Updated] (MNG-7448) After package maven, bin directory does not created

2022-03-31 Thread Daqian Liao (Jira)
[ https://issues.apache.org/jira/browse/MNG-7448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daqian Liao updated MNG-7448: - Summary: After package maven, bin directory does not created (was: 编译打包maven后,无法生成bin目录) > After package

[jira] [Updated] (MNG-7448) After package maven, bin directory does not created

2022-03-31 Thread Daqian Liao (Jira)
[ https://issues.apache.org/jira/browse/MNG-7448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daqian Liao updated MNG-7448: - Attachment: 企业微信截图_62a300e9-a9f6-474c-be23-235d3073c5be.png > After package maven, bin directory does not

[jira] [Updated] (MNG-7448) After package maven, bin directory does not created

2022-03-31 Thread Daqian Liao (Jira)
[ https://issues.apache.org/jira/browse/MNG-7448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daqian Liao updated MNG-7448: - Description: I pull maven repository and run command: {{mvn -DdistributionTargetDir="$HOME/app/maven/apach

[jira] [Updated] (MNG-7448) After package maven, bin directory does not created

2022-03-31 Thread Daqian Liao (Jira)
[ https://issues.apache.org/jira/browse/MNG-7448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daqian Liao updated MNG-7448: - Attachment: bin.png > After package maven, bin directory does not created > --

[jira] [Updated] (MNG-7448) After package maven, bin directory does not created

2022-03-31 Thread Daqian Liao (Jira)
[ https://issues.apache.org/jira/browse/MNG-7448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daqian Liao updated MNG-7448: - Description: I pull maven repository and run command: {{mvn -DdistributionTargetDir="$HOME/app/maven/apach

[jira] [Updated] (MNG-7448) if we delete bin directory in apache-maven/src, we can not find because git has ignore it .

2022-03-31 Thread Daqian Liao (Jira)
[ https://issues.apache.org/jira/browse/MNG-7448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daqian Liao updated MNG-7448: - Summary: if we delete bin directory in apache-maven/src, we can not find because git has ignore it . (was:

[jira] [Updated] (MNG-7448) if we delete bin directory in apache-maven/src, we can not find because git has ignore it .

2022-03-31 Thread Daqian Liao (Jira)
[ https://issues.apache.org/jira/browse/MNG-7448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daqian Liao updated MNG-7448: - Description: If we delete bin directory in  The reason is that .gitignore file contains bin at line 6。 !b

[jira] [Updated] (MNG-7448) if we delete bin directory in apache-maven/src, we can not find because git has ignore it .

2022-03-31 Thread Daqian Liao (Jira)
[ https://issues.apache.org/jira/browse/MNG-7448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daqian Liao updated MNG-7448: - Description: If we delete bin directory in apache-maven/src, we  The reason is that .gitignore file contai

[jira] [Updated] (MNG-7448) if we delete bin directory in apache-maven/src, we can not find because git has ignore it .

2022-03-31 Thread Daqian Liao (Jira)
[ https://issues.apache.org/jira/browse/MNG-7448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daqian Liao updated MNG-7448: - Description: If we delete bin directory in apache-maven/src, we can not find because git has ignore it .

[jira] [Updated] (MPOM-308) Upgrade Maven PMD Plugin from 3.15.0 to 3.16.0

2022-03-31 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MPOM-308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MPOM-308: --- Affects Version/s: MAVEN-35 > Upgrade Maven PMD Plugin from 3.15.0 to 3.16.0 >

[jira] [Updated] (MPOM-308) Upgrade Maven PMD Plugin from 3.15.0 to 3.16.0

2022-03-31 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MPOM-308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MPOM-308: --- Description: Release notes https://github.com/apache/maven-parent/pull/57 ??? h1. Release Notes - Mav

[jira] [Updated] (MNG-7448) if we delete bin directory in apache-maven/src, we can not find because git has ignore it .

2022-03-31 Thread Daqian Liao (Jira)
[ https://issues.apache.org/jira/browse/MNG-7448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daqian Liao updated MNG-7448: - Attachment: (was: 企业微信截图_62a300e9-a9f6-474c-be23-235d3073c5be.png) > if we delete bin directory in apac

[jira] [Commented] (MPOM-303) Rename property maven.plugin.tools.version to mavenPluginToolsVersion

2022-03-31 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MPOM-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515228#comment-17515228 ] Konrad Windszus commented on MPOM-303: -- Can we first align on a documented Naming conv

[jira] [Created] (MNG-7449) StringVisitorModelInterpolator NullPointerException

2022-03-31 Thread Ronnie de Lang (Jira)
Ronnie de Lang created MNG-7449: --- Summary: StringVisitorModelInterpolator NullPointerException Key: MNG-7449 URL: https://issues.apache.org/jira/browse/MNG-7449 Project: Maven Issue Type: Bug

[jira] [Updated] (MNG-7448) if we delete bin directory in apache-maven/src, we can not find because git has ignore it .

2022-03-31 Thread Daqian Liao (Jira)
[ https://issues.apache.org/jira/browse/MNG-7448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daqian Liao updated MNG-7448: - Description: when we download sourcecode, and push code to github, the apache-maven/src/bin directory will

[jira] [Commented] (MSHADE-417) Nul bytes appended to small files by maven-shade-plugin

2022-03-31 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515286#comment-17515286 ] Michael Osipov commented on MSHADE-417: --- Trying to reproduce at the moment... > Nu

[GitHub] [maven-surefire] Tibor17 commented on pull request #503: [SUREFIRE-1710] skipAfterFailureCount in JUnit5 provider

2022-03-31 Thread GitBox
Tibor17 commented on pull request #503: URL: https://github.com/apache/maven-surefire/pull/503#issuecomment-1084540285 @marcphilipp Hi Marc, I have tries to implement the feature `pleaseStop()` by other way than we would expect in https://github.com/junit-team/junit5/issues/1880

[GitHub] [maven-surefire] Tibor17 edited a comment on pull request #503: [SUREFIRE-1710] skipAfterFailureCount in JUnit5 provider

2022-03-31 Thread GitBox
Tibor17 edited a comment on pull request #503: URL: https://github.com/apache/maven-surefire/pull/503#issuecomment-1084540285 @marcphilipp Hi Marc, I have tried to implement the feature `pleaseStop()` by other way than we would expect in https://github.com/junit-team/junit5/issue

[GitHub] [maven-surefire] Tibor17 edited a comment on pull request #503: [SUREFIRE-1710] skipAfterFailureCount in JUnit5 provider

2022-03-31 Thread GitBox
Tibor17 edited a comment on pull request #503: URL: https://github.com/apache/maven-surefire/pull/503#issuecomment-1084540285 @marcphilipp Hi Marc, I have tried to implement the feature `pleaseStop()` by other way than we would expect in https://github.com/junit-team/junit5/issue

[GitHub] [maven-surefire] Tibor17 edited a comment on pull request #503: [SUREFIRE-1710] skipAfterFailureCount in JUnit5 provider

2022-03-31 Thread GitBox
Tibor17 edited a comment on pull request #503: URL: https://github.com/apache/maven-surefire/pull/503#issuecomment-1084540285 @marcphilipp Hi Marc, I have tried to implement the feature `pleaseStop()` by other way than we would expect in https://github.com/junit-team/junit5/issue

[GitHub] [maven] Gakiii commented on pull request #687: [MNG-7445] Refactoring, remove the useless line

2022-03-31 Thread GitBox
Gakiii commented on pull request #687: URL: https://github.com/apache/maven/pull/687#issuecomment-1084576029 @gnodet -- 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] Gakiii removed a comment on pull request #687: [MNG-7445] Refactoring, remove the useless line

2022-03-31 Thread GitBox
Gakiii removed a comment on pull request #687: URL: https://github.com/apache/maven/pull/687#issuecomment-1084576029 @gnodet -- 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 commen

[GitHub] [maven] Gakiii commented on pull request #687: [MNG-7445] Refactoring, remove the useless line

2022-03-31 Thread GitBox
Gakiii commented on pull request #687: URL: https://github.com/apache/maven/pull/687#issuecomment-1084582113 @gnodet I created a JIRA ticket, and linked to this PR. Could you tell me if I did the right thing? -- This is an automated message from the Apache Git Service. To respond

[jira] [Commented] (MSHADE-417) Nul bytes appended to small files by maven-shade-plugin

2022-03-31 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515338#comment-17515338 ] Michael Osipov commented on MSHADE-417: --- I can confirm this even with 3.3.1-SNAPSHO

[jira] (MNG-7445) to refactor some useless code

2022-03-31 Thread jackyHu (Jira)
[ https://issues.apache.org/jira/browse/MNG-7445 ] jackyHu deleted comment on MNG-7445: -- was (Author: JIRAUSER287300): I have provide a PR days ago, the adress is [https://github.com/apache/maven/pull/687] and all the tests are completed. but cause

[jira] [Commented] (MNG-7449) StringVisitorModelInterpolator NullPointerException

2022-03-31 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515354#comment-17515354 ] Michael Osipov commented on MNG-7449: - Can you reduce your problem to some simple code

[jira] [Commented] (MNG-7449) StringVisitorModelInterpolator NullPointerException

2022-03-31 Thread Ronnie de Lang (Jira)
[ https://issues.apache.org/jira/browse/MNG-7449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515375#comment-17515375 ] Ronnie de Lang commented on MNG-7449: - This standalone code, based on a unit test we ha

[GitHub] [maven-surefire] marcphilipp commented on pull request #503: [SUREFIRE-1710] skipAfterFailureCount in JUnit5 provider

2022-03-31 Thread GitBox
marcphilipp commented on pull request #503: URL: https://github.com/apache/maven-surefire/pull/503#issuecomment-1084730476 > Overall I think it would be more effective to first resolve [junit-team/junit5#1880](https://github.com/junit-team/junit5/issues/1880) before trying to make it work

[GitHub] [maven-jar-plugin] pzygielo commented on pull request #8: [MNGSITE-393] remove more pre Maven 3 content

2022-03-31 Thread GitBox
pzygielo commented on pull request #8: URL: https://github.com/apache/maven-jar-plugin/pull/8#issuecomment-1084752325 With this change, this https://github.com/apache/maven-jar-plugin/blob/fdac54fdaa554179effa9cb2e1a930a2fa73f407/src/main/java/org/apache/maven/plugins/jar/AbstractJarMojo

[GitHub] [maven-surefire] Tibor17 commented on pull request #503: [SUREFIRE-1710] skipAfterFailureCount in JUnit5 provider

2022-03-31 Thread GitBox
Tibor17 commented on pull request #503: URL: https://github.com/apache/maven-surefire/pull/503#issuecomment-1084803529 This feature is implemented in all providers JUnit4 and TestNG. The same principle - we are counting the errors inside and outside of the JVM. If you have one fork then of

[GitHub] [maven-jar-plugin] slawekjaranowski merged pull request #34: (doc) Updated create-test-jar.apt.vm removing 'and' in Maven site Create Test JAR documentation

2022-03-31 Thread GitBox
slawekjaranowski merged pull request #34: URL: https://github.com/apache/maven-jar-plugin/pull/34 -- 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-jar-plugin] slawekjaranowski commented on pull request #34: (doc) Updated create-test-jar.apt.vm removing 'and' in Maven site Create Test JAR documentation

2022-03-31 Thread GitBox
slawekjaranowski commented on pull request #34: URL: https://github.com/apache/maven-jar-plugin/pull/34#issuecomment-1084819431 @focbenz thx -- 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

[GitHub] [maven-jar-plugin] slawekjaranowski closed pull request #36: Bump mavenVersion from 3.1.0 to 3.8.5

2022-03-31 Thread GitBox
slawekjaranowski closed pull request #36: URL: https://github.com/apache/maven-jar-plugin/pull/36 -- 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-jar-plugin] dependabot[bot] commented on pull request #36: Bump mavenVersion from 3.1.0 to 3.8.5

2022-03-31 Thread GitBox
dependabot[bot] commented on pull request #36: URL: https://github.com/apache/maven-jar-plugin/pull/36#issuecomment-1084819952 OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for

[jira] [Closed] (MPOM-302) Rename property surefire.version to surefireVersion

2022-03-31 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MPOM-302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy closed MPOM-302. -- Fix Version/s: (was: ASF-26) Resolution: Won't Fix > Rename property surefire.version to suref

[jira] [Commented] (WAGON-616) Deprecate Wagon SSH Provider

2022-03-31 Thread Curtis Rueden (Jira)
[ https://issues.apache.org/jira/browse/WAGON-616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515446#comment-17515446 ] Curtis Rueden commented on WAGON-616: - [~michael-o] Thank you very much for your reply

[jira] [Commented] (SUREFIRE-1651) JUnit5 Vintage + Maven-Failsafe + Category = ???

2022-03-31 Thread Reuben Sivan (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515449#comment-17515449 ] Reuben Sivan commented on SUREFIRE-1651: This is a major blocker for our migra

[jira] [Created] (MCOMPILER-489) User property for multiReleaseOutput

2022-03-31 Thread John Patrick (Jira)
John Patrick created MCOMPILER-489: -- Summary: User property for multiReleaseOutput Key: MCOMPILER-489 URL: https://issues.apache.org/jira/browse/MCOMPILER-489 Project: Maven Compiler Plugin

[GitHub] [maven-compiler-plugin] nhojpatrick opened a new pull request #106: MCOMPILER-489 user property support for multi release output

2022-03-31 Thread GitBox
nhojpatrick opened a new pull request #106: URL: https://github.com/apache/maven-compiler-plugin/pull/106 Following this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MCOMPILER

[jira] [Updated] (MCOMPILER-489) User property for multiReleaseOutput

2022-03-31 Thread John Patrick (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Patrick updated MCOMPILER-489: --- Priority: Minor (was: Trivial) > User property for multiReleaseOutput > -

[jira] [Updated] (MCOMPILER-489) User property for multiReleaseOutput

2022-03-31 Thread John Patrick (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Patrick updated MCOMPILER-489: --- Issue Type: Improvement (was: Bug) > User property for multiReleaseOutput > -

[jira] [Updated] (MCOMPILER-489) User property for multiReleaseOutput

2022-03-31 Thread John Patrick (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Patrick updated MCOMPILER-489: --- Affects Version/s: (was: 3.10.1) > User property for multiReleaseOutput >

[jira] [Commented] (ARCHETYPE-562) Error ordering Default Properties

2022-03-31 Thread Matthew Jason Benson (Jira)
[ https://issues.apache.org/jira/browse/ARCHETYPE-562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515503#comment-17515503 ] Matthew Jason Benson commented on ARCHETYPE-562: [~michael-o] I believ

[GitHub] [maven-resolver] michael-o commented on pull request #158: MRESOLVER-247: Introduce skipper to avoid unnecessary dependency reso…

2022-03-31 Thread GitBox
michael-o commented on pull request #158: URL: https://github.com/apache/maven-resolver/pull/158#issuecomment-1084978033 > @michael-o @cstamas @jebeaudet Created a sample project to demonstrate the maven resolver slowness when comes to resolve duplicate dependencies (same GAV) with differe

[jira] [Commented] (MNG-7449) StringVisitorModelInterpolator NullPointerException

2022-03-31 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515511#comment-17515511 ] Michael Osipov commented on MNG-7449: - Thanks for the case! [~famod], would you be so

[jira] [Commented] (SUREFIRE-1651) JUnit5 Vintage + Maven-Failsafe + Category = ???

2022-03-31 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515533#comment-17515533 ] Tibor Digana commented on SUREFIRE-1651: I used the version {{3.0.0-M6}} but a

[jira] [Commented] (MSHADE-417) Nul bytes appended to small files by maven-shade-plugin

2022-03-31 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515539#comment-17515539 ] Michael Osipov commented on MSHADE-417: --- The first and foremost problem is that all

[jira] [Comment Edited] (SUREFIRE-1651) JUnit5 Vintage + Maven-Failsafe + Category = ???

2022-03-31 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515533#comment-17515533 ] Tibor Digana edited comment on SUREFIRE-1651 at 3/31/22 7:25 PM: ---

[jira] [Comment Edited] (SUREFIRE-1651) JUnit5 Vintage + Maven-Failsafe + Category = ???

2022-03-31 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515533#comment-17515533 ] Tibor Digana edited comment on SUREFIRE-1651 at 3/31/22 7:25 PM: ---

[GitHub] [maven-integration-testing] mthmulders commented on a change in pull request #141: [MNG-7404] Drop support for prefixless expressions

2022-03-31 Thread GitBox
mthmulders commented on a change in pull request #141: URL: https://github.com/apache/maven-integration-testing/pull/141#discussion_r839970444 ## File path: core-it-suite/src/test/java/org/apache/maven/it/MavenITmng2339BadProjectInterpolationPre4Test.java ## @@ -0,0 +1,75 @@

[jira] [Commented] (MSHADE-417) Nul bytes appended to small files by maven-shade-plugin

2022-03-31 Thread Max Zerzouri (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515565#comment-17515565 ] Max Zerzouri commented on MSHADE-417: - I should probably have mentioned that the zero

[jira] [Updated] (MSHADE-417) Nul bytes appended to small files by maven-shade-plugin

2022-03-31 Thread Max Zerzouri (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Zerzouri updated MSHADE-417: Description: Version 3.3.0 of maven shade plugin seems to append "\x00" bytes to a file if it's le

[GitHub] [maven-site] michael-o merged pull request #297: Document known 3.8.5 issue MNG-7449

2022-03-31 Thread GitBox
michael-o merged pull request #297: URL: https://github.com/apache/maven-site/pull/297 -- 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-unsu

[jira] [Commented] (MNG-7449) StringVisitorModelInterpolator NullPointerException

2022-03-31 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515592#comment-17515592 ] ASF GitHub Bot commented on MNG-7449: - michael-o merged pull request #297: URL: https:/

[jira] [Commented] (MNG-7449) StringVisitorModelInterpolator NullPointerException

2022-03-31 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515598#comment-17515598 ] Hudson commented on MNG-7449: - Build succeeded in Jenkins: Maven » Maven TLP » maven-site » mas

[jira] [Assigned] (MINSTALL-172) Upgrade maven-plugin parent to 35

2022-03-31 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MINSTALL-172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski reassigned MINSTALL-172: Assignee: Karl Heinz Marbaise > Upgrade maven-plugin parent to 35 >

[jira] [Created] (MINSTALL-173) Cleanup of configuration with parent 35

2022-03-31 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MINSTALL-173: Summary: Cleanup of configuration with parent 35 Key: MINSTALL-173 URL: https://issues.apache.org/jira/browse/MINSTALL-173 Project: Maven Install Plug

[GitHub] [maven-install-plugin] slawekjaranowski commented on pull request #25: [MINSTALL-173] Cleanup of configuration with parent 35

2022-03-31 Thread GitBox
slawekjaranowski commented on pull request #25: URL: https://github.com/apache/maven-install-plugin/pull/25#issuecomment-1085139805 dedicated issue 😄 -- 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

[jira] [Updated] (SUREFIRE-1879) M5 swallows exception output from shutdown hooks

2022-03-31 Thread Falko Modler (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Falko Modler updated SUREFIRE-1879: --- Description: With 3.0.0-M5, an exception from a shutdown hook is not printed to the consol

[jira] [Updated] (SUREFIRE-1879) M5 swallows exception output from shutdown hooks

2022-03-31 Thread Falko Modler (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Falko Modler updated SUREFIRE-1879: --- Description: With 3.0.0-M5, an exception from a shutdown hook is not printed to the consol

[jira] [Assigned] (MPOM-308) Upgrade Maven PMD Plugin from 3.15.0 to 3.16.0

2022-03-31 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MPOM-308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski reassigned MPOM-308: Assignee: Slawomir Jaranowski > Upgrade Maven PMD Plugin from 3.15.0 to 3.16.0 > ---

[GitHub] [maven-surefire] CMoH closed pull request #388: [SUREFIRE-1266] Skip junit dependency check if module has no tests to run

2022-03-31 Thread GitBox
CMoH closed pull request #388: URL: https://github.com/apache/maven-surefire/pull/388 -- 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-unsub

[GitHub] [maven-parent] slawekjaranowski closed pull request #57: Bump maven-pmd-plugin from 3.15.0 to 3.16.0

2022-03-31 Thread GitBox
slawekjaranowski closed pull request #57: URL: https://github.com/apache/maven-parent/pull/57 -- 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: issu

[GitHub] [maven-parent] dependabot[bot] commented on pull request #57: Bump maven-pmd-plugin from 3.15.0 to 3.16.0

2022-03-31 Thread GitBox
dependabot[bot] commented on pull request #57: URL: https://github.com/apache/maven-parent/pull/57#issuecomment-1085171607 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

[jira] [Commented] (SUREFIRE-1266) Specifying groups shouldn't require junit on classpath if no test classes

2022-03-31 Thread Ciprian Ciubotariu (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515616#comment-17515616 ] Ciprian Ciubotariu commented on SUREFIRE-1266: -- Closed the PR following t

[GitHub] [maven-parent] dependabot[bot] opened a new pull request #60: Bump maven-jxr-plugin from 3.1.1 to 3.2.0

2022-03-31 Thread GitBox
dependabot[bot] opened a new pull request #60: URL: https://github.com/apache/maven-parent/pull/60 Bumps [maven-jxr-plugin](https://github.com/apache/maven-jxr) from 3.1.1 to 3.2.0. Commits https://github.com/apache/maven-jxr/commit/18fc9949eb030ef174dee47ee1cc11bc23a906d5";>1

[GitHub] [maven-parent] Tibor17 commented on pull request #59: [MPOM-308] Upgrade Maven PMD Plugin from 3.15.0 to 3.16.0

2022-03-31 Thread GitBox
Tibor17 commented on pull request #59: URL: https://github.com/apache/maven-parent/pull/59#issuecomment-1085187281 LGTM -- 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

[jira] [Commented] (SUREFIRE-1266) Specifying groups shouldn't require junit on classpath if no test classes

2022-03-31 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515620#comment-17515620 ] Tibor Digana commented on SUREFIRE-1266: [~cipi] Why you closed it? Now we are

[jira] [Closed] (SUREFIRE-1877) Can't print from a shutdown hook

2022-03-31 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana closed SUREFIRE-1877. -- Assignee: Tibor Digana Resolution: Duplicate > Can't print from a shutdown hook >

[jira] [Commented] (SUREFIRE-1879) M5 swallows exception output from shutdown hooks

2022-03-31 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515642#comment-17515642 ] Tibor Digana commented on SUREFIRE-1879: The plugin process did not wait for s

[jira] [Commented] (SUREFIRE-1879) M5 swallows exception output from shutdown hooks

2022-03-31 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515643#comment-17515643 ] Tibor Digana commented on SUREFIRE-1879: [~famod] Falco, you often support Mav

[jira] [Comment Edited] (SUREFIRE-1879) M5 swallows exception output from shutdown hooks

2022-03-31 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515643#comment-17515643 ] Tibor Digana edited comment on SUREFIRE-1879 at 4/1/22 12:15 AM: ---

[GitHub] [maven-install-plugin] Tibor17 commented on a change in pull request #25: [MINSTALL-173] Cleanup of configuration with parent 35

2022-03-31 Thread GitBox
Tibor17 commented on a change in pull request #25: URL: https://github.com/apache/maven-install-plugin/pull/25#discussion_r840125716 ## File path: pom.xml ## @@ -185,27 +207,17 @@ org.apache.maven.plugins maven-invoker-plugin -

[GitHub] [maven-install-plugin] Tibor17 commented on a change in pull request #25: [MINSTALL-173] Cleanup of configuration with parent 35

2022-03-31 Thread GitBox
Tibor17 commented on a change in pull request #25: URL: https://github.com/apache/maven-install-plugin/pull/25#discussion_r840125716 ## File path: pom.xml ## @@ -185,27 +207,17 @@ org.apache.maven.plugins maven-invoker-plugin -

[GitHub] [maven] Aylinee-RH-Arletee opened a new pull request #704: Mave

2022-03-31 Thread GitBox
Aylinee-RH-Arletee opened a new pull request #704: URL: https://github.com/apache/maven/pull/704 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

[GitHub] [maven] Aylinee-RH-Arletee commented on pull request #704: Mave

2022-03-31 Thread GitBox
Aylinee-RH-Arletee commented on pull request #704: URL: https://github.com/apache/maven/pull/704#issuecomment-1085287192 Gracias -- 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 comm

[GitHub] [maven] Aylinee-RH-Arletee closed pull request #704: Mave

2022-03-31 Thread GitBox
Aylinee-RH-Arletee closed pull request #704: URL: https://github.com/apache/maven/pull/704 -- 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-

[jira] [Updated] (MNG-7448) if we delete bin directory in apache-maven/src, we can not find because git has ignore it .

2022-03-31 Thread Daqian Liao (Jira)
[ https://issues.apache.org/jira/browse/MNG-7448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daqian Liao updated MNG-7448: - Description: when we download sourcecode, and push code to github, the apache-maven/src/bin directory will

[GitHub] [maven-apache-parent] dependabot[bot] opened a new pull request #75: Bump maven-shade-plugin from 3.2.4 to 3.3.0

2022-03-31 Thread GitBox
dependabot[bot] opened a new pull request #75: URL: https://github.com/apache/maven-apache-parent/pull/75 Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.2.4 to 3.3.0. Commits https://github.com/apache/maven-shade-plugin/commit/7169fded927b20c99

[GitHub] [maven-install-plugin] khmarbaise commented on a change in pull request #25: [MINSTALL-173] Cleanup of configuration with parent 35

2022-03-31 Thread GitBox
khmarbaise commented on a change in pull request #25: URL: https://github.com/apache/maven-install-plugin/pull/25#discussion_r840231996 ## File path: pom.xml ## @@ -185,27 +207,17 @@ org.apache.maven.plugins maven-invoker-plugin -

[jira] [Commented] (SUREFIRE-2004) Empty report for single-module project with 'aggregate=true'

2022-03-31 Thread James Z.M. Gao (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515724#comment-17515724 ] James Z.M. Gao commented on SUREFIRE-2004: -- i met the same issue, and it seem

[jira] [Commented] (SUREFIRE-2004) Empty report for single-module project with 'aggregate=true'

2022-03-31 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515736#comment-17515736 ] Tibor Digana commented on SUREFIRE-2004: [~gzm55] As it seems, [~kriegaex] has