[GitHub] [maven-scm] kwin opened a new pull request, #158: [SCM-807] Improve test for ScmManager.add(...)

2022-07-25 Thread GitBox
kwin opened a new pull request, #158: URL: https://github.com/apache/maven-scm/pull/158 check returned file paths fix SVN returning path with leading spaces -- 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

[jira] [Commented] (SCM-807) JGit impl check-in fails unless the Maven project is in the working copy root

2022-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SCM-807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17570702#comment-17570702 ] ASF GitHub Bot commented on SCM-807: kwin opened a new pull request, #158: URL: https://

[jira] [Created] (SCM-996) Streamline checkIn operation in git providers with respect to modified/added/removed files

2022-07-25 Thread Konrad Windszus (Jira)
Konrad Windszus created SCM-996: --- Summary: Streamline checkIn operation in git providers with respect to modified/added/removed files Key: SCM-996 URL: https://issues.apache.org/jira/browse/SCM-996 Proj

[jira] [Commented] (SCM-970) Have separate APIs for distributed and centralized version control

2022-07-25 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SCM-970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17570713#comment-17570713 ] Konrad Windszus commented on SCM-970: - Although I agree that having separate APIs would

[GitHub] [maven-scm] kwin commented on pull request #158: [SCM-807] Improve test for ScmManager.add(...)

2022-07-25 Thread GitBox
kwin commented on PR #158: URL: https://github.com/apache/maven-scm/pull/158#issuecomment-1193692481 @michael-o Should the ScmFile path always have forward slashes? Currently mercurial uses backward slashes on Windows (at least for add(...)). -- This is an automated message from the Apach

[jira] [Commented] (SCM-807) JGit impl check-in fails unless the Maven project is in the working copy root

2022-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SCM-807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17570718#comment-17570718 ] ASF GitHub Bot commented on SCM-807: kwin commented on PR #158: URL: https://github.com/

[GitHub] [maven-plugin-tools] michael-o commented on a diff in pull request #126: [MPLUGIN-410] Create implementation attribute for @Parameter

2022-07-25 Thread GitBox
michael-o commented on code in PR #126: URL: https://github.com/apache/maven-plugin-tools/pull/126#discussion_r928564204 ## maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Parameter.java: ## @@ -72,6 +72,13 @@ */ String defaultValue() defau

[jira] [Commented] (MPLUGIN-410) Create implementation attribute for @Parameter as it exists for javadoc @parameter

2022-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17570719#comment-17570719 ] ASF GitHub Bot commented on MPLUGIN-410: michael-o commented on code in PR #126:

[jira] [Created] (MNG-7521) Remove WARNING during build

2022-07-25 Thread Karl Heinz Marbaise (Jira)
Karl Heinz Marbaise created MNG-7521: Summary: Remove WARNING during build Key: MNG-7521 URL: https://issues.apache.org/jira/browse/MNG-7521 Project: Maven Issue Type: Improvement Aff

[GitHub] [maven-scm] michael-o commented on pull request #158: [SCM-807] Improve test for ScmManager.add(...)

2022-07-25 Thread GitBox
michael-o commented on PR #158: URL: https://github.com/apache/maven-scm/pull/158#issuecomment-1193705024 I would consider that `ScmFile` is oriented towards the current OS/FS, totally SCM-agnostic. It is upto the provider to normalize to the SCM. It seems it is not documented. Subversion,

[jira] [Assigned] (MNG-7521) Remove WARNING during build

2022-07-25 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/MNG-7521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise reassigned MNG-7521: Assignee: Karl Heinz Marbaise > Remove WARNING during build > --

[jira] [Commented] (SCM-807) JGit impl check-in fails unless the Maven project is in the working copy root

2022-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SCM-807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17570720#comment-17570720 ] ASF GitHub Bot commented on SCM-807: michael-o commented on PR #158: URL: https://github

[GitHub] [maven-scm] kwin commented on pull request #158: [SCM-807] Improve test for ScmManager.add(...)

2022-07-25 Thread GitBox
kwin commented on PR #158: URL: https://github.com/apache/maven-scm/pull/158#issuecomment-1193709528 But `CheckInScmResult` always returns `ScmFile` with forward slashes (even on Mercurial and Subversion) -- This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [maven-scm] michael-o commented on pull request #158: [SCM-807] Improve test for ScmManager.add(...)

2022-07-25 Thread GitBox
michael-o commented on PR #158: URL: https://github.com/apache/maven-scm/pull/158#issuecomment-1193710147 > But `CheckInScmResult` always returns `ScmFile` with forward slashes (even on Mercurial and Subversion) Well, the we need to define the behavior for 2.0.0 and apply it in Maven

[jira] [Commented] (SCM-807) JGit impl check-in fails unless the Maven project is in the working copy root

2022-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SCM-807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17570753#comment-17570753 ] ASF GitHub Bot commented on SCM-807: michael-o commented on PR #158: URL: https://github

[jira] [Commented] (SCM-807) JGit impl check-in fails unless the Maven project is in the working copy root

2022-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SCM-807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17570752#comment-17570752 ] ASF GitHub Bot commented on SCM-807: kwin commented on PR #158: URL: https://github.com/

[GitHub] [maven] khmarbaise opened a new pull request, #778: [MNG-7521] - Remove WARNING during build

2022-07-25 Thread GitBox
khmarbaise opened a new pull request, #778: URL: https://github.com/apache/maven/pull/778 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/MNG) filed for th

[jira] [Commented] (MNG-7521) Remove WARNING during build

2022-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17570754#comment-17570754 ] ASF GitHub Bot commented on MNG-7521: - khmarbaise opened a new pull request, #778: URL:

[GitHub] [maven-plugin-tools] slawekjaranowski commented on a diff in pull request #126: [MPLUGIN-410] Create implementation attribute for @Parameter

2022-07-25 Thread GitBox
slawekjaranowski commented on code in PR #126: URL: https://github.com/apache/maven-plugin-tools/pull/126#discussion_r928574065 ## maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Parameter.java: ## @@ -72,6 +72,13 @@ */ String defaultValue(

[jira] [Commented] (MPLUGIN-410) Create implementation attribute for @Parameter as it exists for javadoc @parameter

2022-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17570756#comment-17570756 ] ASF GitHub Bot commented on MPLUGIN-410: slawekjaranowski commented on code in P

[GitHub] [maven-jxr] slawekjaranowski commented on a diff in pull request #60: [JXR-170] NullPointerException while parsing Java 15 multi-line String source

2022-07-25 Thread GitBox
slawekjaranowski commented on code in PR #60: URL: https://github.com/apache/maven-jxr/pull/60#discussion_r928579341 ## maven-jxr-plugin/src/it/JXR-143_nofork/pom.xml: ## @@ -44,6 +44,7 @@ under the License. org.apache.maven.plugins maven-enforcer-plugi

[jira] [Assigned] (JXR-170) NullPointerException while parsing Java 15 multi-line String source

2022-07-25 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/JXR-170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski reassigned JXR-170: --- Assignee: Slawomir Jaranowski > NullPointerException while parsing Java 15 multi-line S

[jira] [Updated] (JXR-170) NullPointerException while parsing Java 15 multi-line String source

2022-07-25 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/JXR-170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated JXR-170: Fix Version/s: next-release > NullPointerException while parsing Java 15 multi-line String sou

[GitHub] [maven-clean-plugin] gnodet opened a new pull request, #20: Switch to the new maven 4 api

2022-07-25 Thread GitBox
gnodet opened a new pull request, #20: URL: https://github.com/apache/maven-clean-plugin/pull/20 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/MCLEAN) filed

[jira] [Updated] (SCM-997) Support explicitly configured SSH passphrase for gitexe

2022-07-25 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SCM-997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated SCM-997: Description: Currently the {{passphrase}} parameter set on {{ScmProviderRepositoryWithHost}} is only e

[jira] [Created] (SCM-997) Support explicitly configured SSH passphrase for gitexe

2022-07-25 Thread Konrad Windszus (Jira)
Konrad Windszus created SCM-997: --- Summary: Support explicitly configured SSH passphrase for gitexe Key: SCM-997 URL: https://issues.apache.org/jira/browse/SCM-997 Project: Maven SCM Issue Type:

[jira] [Updated] (SCM-992) Support explicitly configured SSH private key for gitexe

2022-07-25 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SCM-992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated SCM-992: Summary: Support explicitly configured SSH private key for gitexe (was: Support explicitly configured

[jira] [Commented] (SCM-992) Support explicitly configured SSH private key for gitexe

2022-07-25 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SCM-992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17570776#comment-17570776 ] Konrad Windszus commented on SCM-992: - Tracked the support for passphrase now in separat

[GitHub] [maven-jxr] slawekjaranowski merged pull request #60: [JXR-170] NullPointerException while parsing Java 15 multi-line String source

2022-07-25 Thread GitBox
slawekjaranowski merged PR #60: URL: https://github.com/apache/maven-jxr/pull/60 -- 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...@mave

[GitHub] [maven-jxr] slawekjaranowski commented on pull request #60: [JXR-170] NullPointerException while parsing Java 15 multi-line String source

2022-07-25 Thread GitBox
slawekjaranowski commented on PR #60: URL: https://github.com/apache/maven-jxr/pull/60#issuecomment-1193760692 @sman-81 thanks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment

[jira] [Closed] (JXR-170) NullPointerException while parsing Java 15 multi-line String source

2022-07-25 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/JXR-170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed JXR-170. --- Resolution: Fixed > NullPointerException while parsing Java 15 multi-line String source > --

[GitHub] [maven-jxr] sman-81 commented on pull request #60: [JXR-170] NullPointerException while parsing Java 15 multi-line String source

2022-07-25 Thread GitBox
sman-81 commented on PR #60: URL: https://github.com/apache/maven-jxr/pull/60#issuecomment-1193762468 > @sman-81 thanks Thank you, too @slawekjaranowski -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [maven] asfgit merged pull request #778: [MNG-7521] - Remove WARNING during build

2022-07-25 Thread GitBox
asfgit merged PR #778: URL: https://github.com/apache/maven/pull/778 -- 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.apache.org

[GitHub] [maven] dependabot[bot] commented on pull request #777: Bump commons-io from 2.6 to 2.7 in /maven-embedder

2022-07-25 Thread GitBox
dependabot[bot] commented on PR #777: URL: https://github.com/apache/maven/pull/777#issuecomment-1193766725 Looks like commons-io:commons-io is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [maven] dependabot[bot] closed pull request #777: Bump commons-io from 2.6 to 2.7 in /maven-embedder

2022-07-25 Thread GitBox
dependabot[bot] closed pull request #777: Bump commons-io from 2.6 to 2.7 in /maven-embedder URL: https://github.com/apache/maven/pull/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 specifi

[jira] [Commented] (MNG-7521) Remove WARNING during build

2022-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17570780#comment-17570780 ] ASF GitHub Bot commented on MNG-7521: - asfgit merged PR #778: URL: https://github.com/a

[jira] [Commented] (MNG-7521) Remove WARNING during build

2022-07-25 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/MNG-7521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17570781#comment-17570781 ] Karl Heinz Marbaise commented on MNG-7521: -- Done in [cbbb9cf7e390b3215fd424706d06

[jira] [Closed] (MNG-7521) Remove WARNING during build

2022-07-25 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/MNG-7521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise closed MNG-7521. Resolution: Done > Remove WARNING during build > --- > >

[GitHub] [maven-site] Shanfang opened a new pull request, #312: Update install to remind new mac user account on which shell profile to modify

2022-07-25 Thread GitBox
Shanfang opened a new pull request, #312: URL: https://github.com/apache/maven-site/pull/312 Add tips for new mac user account (created in macOS Catalina or later) when adding new directory to`PATH` environment variable, `.zprofile` should be used instead of `.bash_profile` as macOS automa

[GitHub] [maven-jxr] slachiewicz closed pull request #59: Bump wagon-provider-api from 2.8 to 3.5.2

2022-07-25 Thread GitBox
slachiewicz closed pull request #59: Bump wagon-provider-api from 2.8 to 3.5.2 URL: https://github.com/apache/maven-jxr/pull/59 -- 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.

[GitHub] [maven-jxr] dependabot[bot] commented on pull request #59: Bump wagon-provider-api from 2.8 to 3.5.2

2022-07-25 Thread GitBox
dependabot[bot] commented on PR #59: URL: https://github.com/apache/maven-jxr/pull/59#issuecomment-1193795572 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 version, let m

[GitHub] [maven-jxr] slachiewicz closed pull request #58: Bump maven-pmd-plugin from 3.16.0 to 3.17.0

2022-07-25 Thread GitBox
slachiewicz closed pull request #58: Bump maven-pmd-plugin from 3.16.0 to 3.17.0 URL: https://github.com/apache/maven-jxr/pull/58 -- 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.

[GitHub] [maven-jxr] dependabot[bot] commented on pull request #58: Bump maven-pmd-plugin from 3.16.0 to 3.17.0

2022-07-25 Thread GitBox
dependabot[bot] commented on PR #58: URL: https://github.com/apache/maven-jxr/pull/58#issuecomment-1193796163 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 version, let m

[jira] [Commented] (MNG-7521) Remove WARNING during build

2022-07-25 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17570791#comment-17570791 ] Hudson commented on MNG-7521: - Build unstable in Jenkins: Maven » Maven TLP » maven » master #7

[GitHub] [maven-mvnd] MarkvanOsch commented on pull request #616: Maven385

2022-07-25 Thread GitBox
MarkvanOsch commented on PR #616: URL: https://github.com/apache/maven-mvnd/pull/616#issuecomment-1193829421 +1 :-) -- 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 unsub

[jira] [Commented] (MNG-6965) Extensions suddenly have org.codehaus.plexus:plexus-utils:jar:1.1 on their classpath

2022-07-25 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-6965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17570806#comment-17570806 ] Hudson commented on MNG-6965: - Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-7451

[jira] [Commented] (MNG-7020) Remove Maven 2 WagonExcluder backward compat code

2022-07-25 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17570810#comment-17570810 ] Hudson commented on MNG-7020: - Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-7451

[jira] [Commented] (MNG-7353) Add support for "mvn pluginPrefix:version:goal"

2022-07-25 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17570809#comment-17570809 ] Hudson commented on MNG-7353: - Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-7451

[jira] [Commented] (MNG-7504) Warning about unknown reportPlugins parameters for m-site-p are always generated

2022-07-25 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17570808#comment-17570808 ] Hudson commented on MNG-7504: - Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-7451

[jira] [Commented] (MNG-7360) Can't parse project that has tag in plugin configuration

2022-07-25 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17570807#comment-17570807 ] Hudson commented on MNG-7360: - Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-7451

[jira] [Created] (MSHARED-1107) FileUtils.copyFile() fails with source file having lastModified = 0

2022-07-25 Thread Konrad Windszus (Jira)
Konrad Windszus created MSHARED-1107: Summary: FileUtils.copyFile() fails with source file having lastModified = 0 Key: MSHARED-1107 URL: https://issues.apache.org/jira/browse/MSHARED-1107 Project

[jira] [Updated] (MSHARED-1107) FileUtils.copyFile() fails with source file having lastModified = 0

2022-07-25 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated MSHARED-1107: - Issue Type: Bug (was: Improvement) > FileUtils.copyFile() fails with source file havin

[jira] [Updated] (MSHARED-1107) FileUtils.copyFile() fails with source file having lastModified = 0

2022-07-25 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated MSHARED-1107: - Affects Version/s: maven-shared-utils-3.2.0 (was: maven-share

[jira] [Updated] (MSHARED-1107) FileUtils.copyFile() fails with source file having lastModified = 0

2022-07-25 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated MSHARED-1107: - Description: The condition in https://github.com/apache/maven-shared-utils/blob/2bf1e0

[jira] [Updated] (MSHARED-1107) FileUtils.copyFile() fails with source file having lastModified = 0

2022-07-25 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated MSHARED-1107: - Description: The condition in https://github.com/apache/maven-shared-utils/blob/2bf1e0

[jira] [Created] (MSHARED-1108) FileUtils.copyFile() fails with source file having lastModified = 0

2022-07-25 Thread Konrad Windszus (Jira)
Konrad Windszus created MSHARED-1108: Summary: FileUtils.copyFile() fails with source file having lastModified = 0 Key: MSHARED-1108 URL: https://issues.apache.org/jira/browse/MSHARED-1108 Project

[jira] [Commented] (MSHARED-1108) FileUtils.copyFile() fails with source file having lastModified = 0

2022-07-25 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17570825#comment-17570825 ] Konrad Windszus commented on MSHARED-1108: -- Can someone with according karma p

[jira] [Created] (MRESOURCES-289) FileUtils.copyFile() fails with source file having lastModified = 0

2022-07-25 Thread Konrad Windszus (Jira)
Konrad Windszus created MRESOURCES-289: -- Summary: FileUtils.copyFile() fails with source file having lastModified = 0 Key: MRESOURCES-289 URL: https://issues.apache.org/jira/browse/MRESOURCES-289

[jira] [Updated] (MRESOURCES-289) FileUtils.copyFile() fails with source file having lastModified = 0

2022-07-25 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MRESOURCES-289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated MRESOURCES-289: --- Description: The condition in https://github.com/apache/maven-shared-utils/blob/

[jira] [Updated] (MSHARED-1107) FileUtils.copyFile() fails with source file having lastModified = 0

2022-07-25 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated MSHARED-1107: - Description: The condition in https://github.com/apache/maven-shared-utils/blob/2bf1e0

[GitHub] [maven-plugin-tools] michael-o commented on a diff in pull request #126: [MPLUGIN-410] Create implementation attribute for @Parameter

2022-07-25 Thread GitBox
michael-o commented on code in PR #126: URL: https://github.com/apache/maven-plugin-tools/pull/126#discussion_r928771062 ## maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Parameter.java: ## @@ -72,6 +72,13 @@ */ String defaultValue() defau

[jira] [Commented] (MPLUGIN-410) Create implementation attribute for @Parameter as it exists for javadoc @parameter

2022-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17570847#comment-17570847 ] ASF GitHub Bot commented on MPLUGIN-410: michael-o commented on code in PR #126:

[GitHub] [maven-scm] michael-o commented on pull request #158: [SCM-807] Improve test for ScmManager.add(...)

2022-07-25 Thread GitBox
michael-o commented on PR #158: URL: https://github.com/apache/maven-scm/pull/158#issuecomment-1193925482 I'd say lets make it consistent: Create a JIRA issue which shall document in JAvadoc that system-agnostic forward slashes need to be passed and will be returned, align all callers and r

[jira] [Commented] (SCM-807) JGit impl check-in fails unless the Maven project is in the working copy root

2022-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SCM-807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17570848#comment-17570848 ] ASF GitHub Bot commented on SCM-807: michael-o commented on PR #158: URL: https://github

[GitHub] [maven-plugin-tools] slawekjaranowski commented on a diff in pull request #126: [MPLUGIN-410] Create implementation attribute for @Parameter

2022-07-25 Thread GitBox
slawekjaranowski commented on code in PR #126: URL: https://github.com/apache/maven-plugin-tools/pull/126#discussion_r928779530 ## maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Parameter.java: ## @@ -72,6 +72,13 @@ */ String defaultValue(

[jira] [Commented] (MPLUGIN-410) Create implementation attribute for @Parameter as it exists for javadoc @parameter

2022-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17570850#comment-17570850 ] ASF GitHub Bot commented on MPLUGIN-410: slawekjaranowski commented on code in P

[GitHub] [maven-plugin-tools] michael-o commented on a diff in pull request #126: [MPLUGIN-410] Create implementation attribute for @Parameter

2022-07-25 Thread GitBox
michael-o commented on code in PR #126: URL: https://github.com/apache/maven-plugin-tools/pull/126#discussion_r928782410 ## maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Parameter.java: ## @@ -72,6 +72,13 @@ */ String defaultValue() defau

[jira] [Commented] (MPLUGIN-410) Create implementation attribute for @Parameter as it exists for javadoc @parameter

2022-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17570851#comment-17570851 ] ASF GitHub Bot commented on MPLUGIN-410: michael-o commented on code in PR #126:

[GitHub] [maven-pmd-plugin] dependabot[bot] opened a new pull request, #79: Bump maven-plugins from 36 to 37

2022-07-25 Thread GitBox
dependabot[bot] opened a new pull request, #79: URL: https://github.com/apache/maven-pmd-plugin/pull/79 Bumps [maven-plugins](https://github.com/apache/maven-parent) from 36 to 37. Release notes Sourced from https://github.com/apache/maven-parent/releases";>maven-plugins's releases

[jira] [Commented] (MPLUGIN-410) Create implementation attribute for @Parameter as it exists for javadoc @parameter

2022-07-25 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17570854#comment-17570854 ] Romain Manni-Bucau commented on MPLUGIN-410: Out of curiosity: any reason to

[GitHub] [maven-plugin-tools] slawekjaranowski commented on a diff in pull request #126: [MPLUGIN-410] Create implementation attribute for @Parameter

2022-07-25 Thread GitBox
slawekjaranowski commented on code in PR #126: URL: https://github.com/apache/maven-plugin-tools/pull/126#discussion_r928800853 ## maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Parameter.java: ## @@ -72,6 +72,13 @@ */ String defaultValue(

[jira] [Commented] (MPLUGIN-410) Create implementation attribute for @Parameter as it exists for javadoc @parameter

2022-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17570858#comment-17570858 ] ASF GitHub Bot commented on MPLUGIN-410: slawekjaranowski commented on code in P

[GitHub] [maven-plugin-tools] michael-o commented on a diff in pull request #126: [MPLUGIN-410] Create implementation attribute for @Parameter

2022-07-25 Thread GitBox
michael-o commented on code in PR #126: URL: https://github.com/apache/maven-plugin-tools/pull/126#discussion_r928805701 ## maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Parameter.java: ## @@ -72,6 +72,13 @@ */ String defaultValue() defau

[jira] [Commented] (MPLUGIN-410) Create implementation attribute for @Parameter as it exists for javadoc @parameter

2022-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17570860#comment-17570860 ] ASF GitHub Bot commented on MPLUGIN-410: michael-o commented on code in PR #126:

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

2022-07-25 Thread GitBox
dependabot[bot] opened a new pull request, #68: URL: https://github.com/apache/maven-artifact-transfer/pull/68 Bumps [groovy](https://github.com/apache/groovy) from 3.0.9 to 3.0.12. Commits See full diff in https://github.com/apache/groovy/commits";>compare view

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

2022-07-25 Thread GitBox
dependabot[bot] commented on PR #66: URL: https://github.com/apache/maven-artifact-transfer/pull/66#issuecomment-1193974181 Superseded by #68. -- 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

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

2022-07-25 Thread GitBox
dependabot[bot] closed pull request #66: Bump groovy from 3.0.9 to 3.0.11 URL: https://github.com/apache/maven-artifact-transfer/pull/66 -- 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-pdf-plugin] dependabot[bot] opened a new pull request, #29: Bump maven-plugins from 34 to 37

2022-07-25 Thread GitBox
dependabot[bot] opened a new pull request, #29: URL: https://github.com/apache/maven-pdf-plugin/pull/29 Bumps [maven-plugins](https://github.com/apache/maven-parent) from 34 to 37. Release notes Sourced from https://github.com/apache/maven-parent/releases";>maven-plugins's releases

[GitHub] [maven-pdf-plugin] dependabot[bot] commented on pull request #24: Bump maven-plugins from 34 to 36

2022-07-25 Thread GitBox
dependabot[bot] commented on PR #24: URL: https://github.com/apache/maven-pdf-plugin/pull/24#issuecomment-1193983113 Superseded by #29. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specifi

[GitHub] [maven-pdf-plugin] dependabot[bot] closed pull request #24: Bump maven-plugins from 34 to 36

2022-07-25 Thread GitBox
dependabot[bot] closed pull request #24: Bump maven-plugins from 34 to 36 URL: https://github.com/apache/maven-pdf-plugin/pull/24 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[jira] [Created] (SCM-998) Streamline file separator used in ScmFile.getPath()

2022-07-25 Thread Konrad Windszus (Jira)
Konrad Windszus created SCM-998: --- Summary: Streamline file separator used in ScmFile.getPath() Key: SCM-998 URL: https://issues.apache.org/jira/browse/SCM-998 Project: Maven SCM Issue Type: Imp

[GitHub] [maven-scm] kwin commented on pull request #158: [SCM-807] Improve test for ScmManager.add(...)

2022-07-25 Thread GitBox
kwin commented on PR #158: URL: https://github.com/apache/maven-scm/pull/158#issuecomment-1193996650 Sounds, good. I created https://issues.apache.org/jira/browse/SCM-998 to track that and will make the test in this PR more lenient for the time being. -- This is an automated message from

[jira] [Commented] (SCM-807) JGit impl check-in fails unless the Maven project is in the working copy root

2022-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SCM-807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17570878#comment-17570878 ] ASF GitHub Bot commented on SCM-807: kwin commented on PR #158: URL: https://github.com/

[jira] [Updated] (SCM-998) Streamline file separator used in ScmFile.getPath()

2022-07-25 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SCM-998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated SCM-998: Description: Currently the different {{ScmManager}} methods sometimes return the OS separator and som

[GitHub] [maven-shared-utils] kwin opened a new pull request, #105: [MSHARED-1107] Make copyFile succeed with source file having

2022-07-25 Thread GitBox
kwin opened a new pull request, #105: URL: https://github.com/apache/maven-shared-utils/pull/105 lastModified() = 0 Also check for existence of destination file -- 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-shared-utils] michael-o commented on pull request #105: [MSHARED-1107] Make copyFile succeed with source file having

2022-07-25 Thread GitBox
michael-o commented on PR #105: URL: https://github.com/apache/maven-shared-utils/pull/105#issuecomment-1194016194 Is NIO2 prone to this error? If not, why not use the `FileTime` there? -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [maven-integration-testing] gnodet commented on a diff in pull request #177: [MNG-7474] SessionScoped beans should be singletons for a given session

2022-07-25 Thread GitBox
gnodet commented on code in PR #177: URL: https://github.com/apache/maven-integration-testing/pull/177#discussion_r928855398 ## core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7474SessionScopeTest.java: ## @@ -0,0 +1,64 @@ +package org.apache.maven.it; + +/* + * Licen

[jira] [Assigned] (SCM-998) Streamline file separator used in ScmFile.getPath()

2022-07-25 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/SCM-998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned SCM-998: -- Assignee: Michael Osipov > Streamline file separator used in ScmFile.getPath() >

[GitHub] [maven-shared-utils] kwin commented on pull request #105: [MSHARED-1107] Make copyFile succeed with source file having

2022-07-25 Thread GitBox
kwin commented on PR #105: URL: https://github.com/apache/maven-shared-utils/pull/105#issuecomment-1194017943 NIO2 would throw a proper exception when checking last modified date on a non existing file, but that wouldn't help here either. So an existence check is necessary even when using

[GitHub] [maven-antrun-plugin] dependabot[bot] opened a new pull request, #61: Bump extra-enforcer-rules from 1.5.1 to 1.6.1

2022-07-25 Thread GitBox
dependabot[bot] opened a new pull request, #61: URL: https://github.com/apache/maven-antrun-plugin/pull/61 Bumps [extra-enforcer-rules](https://github.com/mojohaus/extra-enforcer-rules) from 1.5.1 to 1.6.1. Release notes Sourced from https://github.com/mojohaus/extra-enforcer-rule

[GitHub] [maven-antrun-plugin] dependabot[bot] opened a new pull request, #62: Bump maven-plugins from 34 to 37

2022-07-25 Thread GitBox
dependabot[bot] opened a new pull request, #62: URL: https://github.com/apache/maven-antrun-plugin/pull/62 Bumps [maven-plugins](https://github.com/apache/maven-parent) from 34 to 37. Release notes Sourced from https://github.com/apache/maven-parent/releases";>maven-plugins's relea

[GitHub] [maven-antrun-plugin] dependabot[bot] commented on pull request #59: Bump extra-enforcer-rules from 1.5.1 to 1.6.0

2022-07-25 Thread GitBox
dependabot[bot] commented on PR #59: URL: https://github.com/apache/maven-antrun-plugin/pull/59#issuecomment-1194020200 Superseded by #61. -- 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 spe

[GitHub] [maven-antrun-plugin] dependabot[bot] closed pull request #59: Bump extra-enforcer-rules from 1.5.1 to 1.6.0

2022-07-25 Thread GitBox
dependabot[bot] closed pull request #59: Bump extra-enforcer-rules from 1.5.1 to 1.6.0 URL: https://github.com/apache/maven-antrun-plugin/pull/59 -- 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

[GitHub] [maven-antrun-plugin] dependabot[bot] commented on pull request #53: Bump maven-plugins from 34 to 36

2022-07-25 Thread GitBox
dependabot[bot] commented on PR #53: URL: https://github.com/apache/maven-antrun-plugin/pull/53#issuecomment-1194020225 Superseded by #62. -- 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 spe

[GitHub] [maven-antrun-plugin] dependabot[bot] closed pull request #53: Bump maven-plugins from 34 to 36

2022-07-25 Thread GitBox
dependabot[bot] closed pull request #53: Bump maven-plugins from 34 to 36 URL: https://github.com/apache/maven-antrun-plugin/pull/53 -- 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 comme

[jira] [Created] (MSHARED-1109) MessageUtilsTest fails on Apple Silicon

2022-07-25 Thread Konrad Windszus (Jira)
Konrad Windszus created MSHARED-1109: Summary: MessageUtilsTest fails on Apple Silicon Key: MSHARED-1109 URL: https://issues.apache.org/jira/browse/MSHARED-1109 Project: Maven Shared Components

[GitHub] [maven-integration-testing] gnodet merged pull request #177: [MNG-7474] SessionScoped beans should be singletons for a given session

2022-07-25 Thread GitBox
gnodet merged PR #177: URL: https://github.com/apache/maven-integration-testing/pull/177 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr

[GitHub] [maven-plugin-tools] dependabot[bot] opened a new pull request, #127: Bump maven-parent from 36 to 37

2022-07-25 Thread GitBox
dependabot[bot] opened a new pull request, #127: URL: https://github.com/apache/maven-plugin-tools/pull/127 Bumps [maven-parent](https://github.com/apache/maven-parent) from 36 to 37. Release notes Sourced from https://github.com/apache/maven-parent/releases";>maven-parent's releas

[jira] [Assigned] (MRESOURCES-289) FileUtils.copyFile() fails with source file having lastModified = 0

2022-07-25 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOURCES-289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MRESOURCES-289: - Assignee: Michael Osipov > FileUtils.copyFile() fails with source file havin

[jira] [Assigned] (MSHARED-1107) FileUtils.copyFile() fails with source file having lastModified = 0

2022-07-25 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MSHARED-1107: --- Assignee: Michael Osipov > FileUtils.copyFile() fails with source file having last

  1   2   3   >