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

2022-07-12 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/SCM-992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17565339#comment-17565339 ] Michael Osipov commented on SCM-992: I see this as the only solution, no? https://ma.tt

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

2022-07-12 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SCM-992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17565358#comment-17565358 ] Konrad Windszus commented on SCM-992: - Yes, this approach is already leveraged in https

[jira] [Comment Edited] (SCM-992) Support explicitly configured private key & passphrase for gitexe

2022-07-12 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SCM-992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17565358#comment-17565358 ] Konrad Windszus edited comment on SCM-992 at 7/12/22 8:32 AM: --

[jira] [Commented] (MDEPLOY-282) Revert MDEPLOY-231

2022-07-12 Thread Jira
[ https://issues.apache.org/jira/browse/MDEPLOY-282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17565439#comment-17565439 ] Tamás Cservenák commented on MDEPLOY-282: - The IT does not stir a lot, while fun

[GitHub] [maven] kwart opened a new pull request, #767: [MNG-7511] Ensure the degreeOfConcurrency is a positive number in MavenExecutionRequest

2022-07-12 Thread GitBox
kwart opened a new pull request, #767: URL: https://github.com/apache/maven/pull/767 JIRA: https://issues.apache.org/jira/browse/MNG-7511 This PR ensures the `degreeOfConcurrency` is always a positive number (defaulting to `1`). It resolves issues when the computed value is less than

[GitHub] [maven] kwart commented on pull request #767: [MNG-7511] Ensure the degreeOfConcurrency is a positive number in MavenExecutionRequest

2022-07-12 Thread GitBox
kwart commented on PR #767: URL: https://github.com/apache/maven/pull/767#issuecomment-1182239385 > I am not convinced by this. It should throw an IAE here. I would expect to fix the source. To me, it seems like the safest approach. Another place to put the fix would be the [M

[GitHub] [maven] cstamas commented on a diff in pull request #765: Experiment: warn on ancient plugin

2022-07-12 Thread GitBox
cstamas commented on code in PR #765: URL: https://github.com/apache/maven/pull/765#discussion_r919303086 ## maven-core/src/main/java/org/apache/maven/plugin/internal/DefaultMavenPluginManager.java: ## @@ -419,6 +421,32 @@ private void createPluginRealm( PluginDescriptor plugin

[jira] [Commented] (MNG-7511) Ensure the degreeOfConcurrency is a positive number in MavenExecutionRequest

2022-07-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17565963#comment-17565963 ] ASF GitHub Bot commented on MNG-7511: - kwart commented on PR #767: URL: https://github.

[jira] [Commented] (MNG-7511) Ensure the degreeOfConcurrency is a positive number in MavenExecutionRequest

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

[GitHub] [maven-rar-plugin] cstamas commented on pull request #1: [MRAR-87] Upgrade Maven to 3.2.5

2022-07-12 Thread GitBox
cstamas commented on PR #1: URL: https://github.com/apache/maven-rar-plugin/pull/1#issuecomment-1181821242 Superseded by https://github.com/apache/maven-rar-plugin/pull/3 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [maven-rar-plugin] kwin commented on a diff in pull request #3: [MRAR-87] Upgrade to Maven 3.2.5 and drop legacy

2022-07-12 Thread GitBox
kwin commented on code in PR #3: URL: https://github.com/apache/maven-rar-plugin/pull/3#discussion_r919248393 ## src/main/java/org/apache/maven/plugins/rar/internal/RarLifecycleMappingProvider.java: ## @@ -0,0 +1,105 @@ +package org.apache.maven.plugins.rar.internal; + +/* + * L

[GitHub] [maven-rar-plugin] cstamas commented on a diff in pull request #3: [MRAR-87] Upgrade to Maven 3.2.5 and drop legacy

2022-07-12 Thread GitBox
cstamas commented on code in PR #3: URL: https://github.com/apache/maven-rar-plugin/pull/3#discussion_r919188015 ## src/main/java/org/apache/maven/plugins/rar/internal/RarLifecycleMappingProvider.java: ## @@ -0,0 +1,104 @@ +package org.apache.maven.plugins.rar.internal; + +/* +

[GitHub] [maven-rar-plugin] cstamas opened a new pull request, #3: [MRAR-87] Upgrade to Maven 3.2.5 and drop legacy

2022-07-12 Thread GitBox
cstamas opened a new pull request, #3: URL: https://github.com/apache/maven-rar-plugin/pull/3 Changes: * update parent POM to 36 * update to Maven 3.2.5 * set provided scopes to maven bits * drop unused maven-shared-utils * drop plexus XML replace with JSR330 -- This is an a

[GitHub] [maven-rar-plugin] cstamas commented on a diff in pull request #3: [MRAR-87] Upgrade to Maven 3.2.5 and drop legacy

2022-07-12 Thread GitBox
cstamas commented on code in PR #3: URL: https://github.com/apache/maven-rar-plugin/pull/3#discussion_r919293745 ## src/main/java/org/apache/maven/plugins/rar/internal/RarLifecycleMappingProvider.java: ## @@ -0,0 +1,105 @@ +package org.apache.maven.plugins.rar.internal; + +/* +

[GitHub] [maven-rar-plugin] cstamas closed pull request #1: [MRAR-87] Upgrade Maven to 3.2.5

2022-07-12 Thread GitBox
cstamas closed pull request #1: [MRAR-87] Upgrade Maven to 3.2.5 URL: https://github.com/apache/maven-rar-plugin/pull/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-7511) Ensure the degreeOfConcurrency is a positive number in MavenExecutionRequest

2022-07-12 Thread Josef Cacek (Jira)
[ https://issues.apache.org/jira/browse/MNG-7511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17565957#comment-17565957 ] Josef Cacek commented on MNG-7511: -- Pull request with a suggested fix is here: https://gi

[jira] [Closed] (MINSTALL-177) Cleanup the plugin

2022-07-12 Thread Jira
[ https://issues.apache.org/jira/browse/MINSTALL-177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák closed MINSTALL-177. > Cleanup the plugin > -- > > Key: MINSTALL-177 >

[GitHub] [maven] kwin commented on a diff in pull request #765: Experiment: warn on ancient plugin

2022-07-12 Thread GitBox
kwin commented on code in PR #765: URL: https://github.com/apache/maven/pull/765#discussion_r919117759 ## maven-core/src/main/java/org/apache/maven/plugin/internal/DefaultMavenPluginManager.java: ## @@ -419,6 +421,32 @@ private void createPluginRealm( PluginDescriptor pluginDes

[GitHub] [maven-install-plugin] cstamas merged pull request #32: [MINSTALL-177] Streamline the plugin

2022-07-12 Thread GitBox
cstamas merged PR #32: URL: https://github.com/apache/maven-install-plugin/pull/32 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@ma

[GitHub] [maven-deploy-plugin] dependabot[bot] commented on pull request #23: Bump commons-io from 2.6 to 2.7

2022-07-12 Thread GitBox
dependabot[bot] commented on PR #23: URL: https://github.com/apache/maven-deploy-plugin/pull/23#issuecomment-1181743531 Looks like commons-io:commons-io is no longer a dependency, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [maven-deploy-plugin] dependabot[bot] closed pull request #23: Bump commons-io from 2.6 to 2.7

2022-07-12 Thread GitBox
dependabot[bot] closed pull request #23: Bump commons-io from 2.6 to 2.7 URL: https://github.com/apache/maven-deploy-plugin/pull/23 -- 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-deploy-plugin] cstamas merged pull request #26: [MDEPLOY-296] Streamline plugin

2022-07-12 Thread GitBox
cstamas merged PR #26: URL: https://github.com/apache/maven-deploy-plugin/pull/26 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@mav

[jira] [Closed] (MDEPLOY-296) Cleanup the plugin

2022-07-12 Thread Jira
[ https://issues.apache.org/jira/browse/MDEPLOY-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák closed MDEPLOY-296. --- > Cleanup the plugin > -- > > Key: MDEPLOY-296 >

[jira] [Resolved] (MINSTALL-177) Cleanup the plugin

2022-07-12 Thread Jira
[ https://issues.apache.org/jira/browse/MINSTALL-177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák resolved MINSTALL-177. -- Resolution: Fixed > Cleanup the plugin > -- > > Key:

[jira] [Resolved] (MDEPLOY-296) Cleanup the plugin

2022-07-12 Thread Jira
[ https://issues.apache.org/jira/browse/MDEPLOY-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák resolved MDEPLOY-296. - Resolution: Fixed > Cleanup the plugin > -- > > Key: MDE

[GitHub] [maven] cstamas merged pull request #766: Pull out lifecycle plugin versions

2022-07-12 Thread GitBox
cstamas merged PR #766: URL: https://github.com/apache/maven/pull/766 -- 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.or

[GitHub] [maven-rar-plugin] cstamas commented on a diff in pull request #3: [MRAR-87] Upgrade to Maven 3.2.5 and drop legacy

2022-07-12 Thread GitBox
cstamas commented on code in PR #3: URL: https://github.com/apache/maven-rar-plugin/pull/3#discussion_r919196226 ## src/main/java/org/apache/maven/plugins/rar/internal/RarLifecycleMappingProvider.java: ## @@ -0,0 +1,104 @@ +package org.apache.maven.plugins.rar.internal; + +/* +

[jira] [Commented] (MNG-7511) Ensure the degreeOfConcurrency is a positive number in MavenExecutionRequest

2022-07-12 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17565958#comment-17565958 ] Michael Osipov commented on MNG-7511: - 3.6.3 or 3.8.6? Does it reproduce with 3.8.6? >

[GitHub] [maven] rmannibucau commented on pull request #765: Experiment: warn on ancient plugin

2022-07-12 Thread GitBox
rmannibucau commented on PR #765: URL: https://github.com/apache/maven/pull/765#issuecomment-1182330757 Hi, Am I missing something or this PR makes any plugin not *compiled* with api >= 3.1.0 as deprecated? Is it true? AFAIK if you use maven 2 and the same surfacing API than with

[GitHub] [maven-rar-plugin] slawekjaranowski commented on a diff in pull request #3: [MRAR-87] Upgrade to Maven 3.2.5 and drop legacy

2022-07-12 Thread GitBox
slawekjaranowski commented on code in PR #3: URL: https://github.com/apache/maven-rar-plugin/pull/3#discussion_r919127942 ## src/main/java/org/apache/maven/plugins/rar/internal/RarLifecycleMappingProvider.java: ## @@ -0,0 +1,104 @@ +package org.apache.maven.plugins.rar.internal;

[jira] [Commented] (MINSTALL-177) Cleanup the plugin

2022-07-12 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MINSTALL-177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17565463#comment-17565463 ] Hudson commented on MINSTALL-177: - Build failed in Jenkins: Maven » Maven TLP » maven-i

[GitHub] [maven] cstamas commented on pull request #765: Experiment: warn on ancient plugin

2022-07-12 Thread GitBox
cstamas commented on PR #765: URL: https://github.com/apache/maven/pull/765#issuecomment-1182351356 > ...AFAIK if you use maven 2 and the same surfacing API than with 3.1 then you don't want this warning... I completely lost it from here... -- This is an automated message from

[jira] [Created] (MNG-7511) Ensure the degreeOfConcurrency is a positive number in MavenExecutionRequest

2022-07-12 Thread Josef Cacek (Jira)
Josef Cacek created MNG-7511: Summary: Ensure the degreeOfConcurrency is a positive number in MavenExecutionRequest Key: MNG-7511 URL: https://issues.apache.org/jira/browse/MNG-7511 Project: Maven

[GitHub] [maven-install-plugin] cstamas closed pull request #1: [MINSTALL-115] installAtEnd fails with multiple class realms

2022-07-12 Thread GitBox
cstamas closed pull request #1: [MINSTALL-115] installAtEnd fails with multiple class realms URL: https://github.com/apache/maven-install-plugin/pull/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 t

[GitHub] [maven-install-plugin] cstamas commented on pull request #1: [MINSTALL-115] installAtEnd fails with multiple class realms

2022-07-12 Thread GitBox
cstamas commented on PR #1: URL: https://github.com/apache/maven-install-plugin/pull/1#issuecomment-1182020810 This PR is obsolete now, as skip/installAtEnd should be normally and "as expected" supported. No need anymore to "consistently" (I guess it was means "same"?), one can now skip so

[GitHub] [maven-rar-plugin] cstamas commented on a diff in pull request #3: [MRAR-87] Upgrade to Maven 3.2.5 and drop legacy

2022-07-12 Thread GitBox
cstamas commented on code in PR #3: URL: https://github.com/apache/maven-rar-plugin/pull/3#discussion_r919063030 ## pom.xml: ## @@ -72,8 +72,8 @@ under the License. -3.0 7 Review Comment: This is first 3.x release that should support even Maven 3.2.5...

[GitHub] [maven-rar-plugin] slawekjaranowski commented on a diff in pull request #3: [MRAR-87] Upgrade to Maven 3.2.5 and drop legacy

2022-07-12 Thread GitBox
slawekjaranowski commented on code in PR #3: URL: https://github.com/apache/maven-rar-plugin/pull/3#discussion_r919058476 ## pom.xml: ## @@ -72,8 +72,8 @@ under the License. -3.0 7 Review Comment: why not 8? -- This is an automated message from the A

[jira] [Commented] (MDEPLOY-296) Cleanup the plugin

2022-07-12 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17565466#comment-17565466 ] Hudson commented on MDEPLOY-296: Build failed in Jenkins: Maven » Maven TLP » maven-depl

[jira] [Created] (MDEPLOY-296) Cleanup the plugin

2022-07-12 Thread Jira
Tamás Cservenák created MDEPLOY-296: --- Summary: Cleanup the plugin Key: MDEPLOY-296 URL: https://issues.apache.org/jira/browse/MDEPLOY-296 Project: Maven Deploy Plugin Issue Type: Task

[GitHub] [maven-deploy-plugin] cstamas closed pull request #25: [MDEPLOY-295] Drop MAT

2022-07-12 Thread GitBox
cstamas closed pull request #25: [MDEPLOY-295] Drop MAT URL: https://github.com/apache/maven-deploy-plugin/pull/25 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscrib

[GitHub] [maven-deploy-plugin] cstamas commented on pull request #25: [MDEPLOY-295] Drop MAT

2022-07-12 Thread GitBox
cstamas commented on PR #25: URL: https://github.com/apache/maven-deploy-plugin/pull/25#issuecomment-1181635095 Superseded by https://github.com/apache/maven-deploy-plugin/pull/26 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [maven-deploy-plugin] cstamas opened a new pull request, #26: [MDEPLOY-296] Streamline plugin

2022-07-12 Thread GitBox
cstamas opened a new pull request, #26: URL: https://github.com/apache/maven-deploy-plugin/pull/26 Original plugin made hoops and loops, instead to perform what it needed to perform. Partly to blame this was unfinished state of MAT API (it was able to install project only). Deploying

[GitHub] [maven-rar-plugin] cstamas commented on pull request #3: [MRAR-87] Upgrade to Maven 3.2.5 and drop legacy

2022-07-12 Thread GitBox
cstamas commented on PR #3: URL: https://github.com/apache/maven-rar-plugin/pull/3#issuecomment-1182027166 @kwin this PR may be interesting for you as well -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

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

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

[jira] [Closed] (MDEPLOY-295) Drop MAT

2022-07-12 Thread Jira
[ https://issues.apache.org/jira/browse/MDEPLOY-295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák closed MDEPLOY-295. --- > Drop MAT > > > Key: MDEPLOY-295 > URL: https://issues

[jira] [Updated] (MDEPLOY-295) Drop MAT

2022-07-12 Thread Jira
[ https://issues.apache.org/jira/browse/MDEPLOY-295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák updated MDEPLOY-295: Fix Version/s: (was: 3.0.0-M3) > Drop MAT > > > Key: MDEPLOY-

[jira] [Resolved] (MDEPLOY-295) Drop MAT

2022-07-12 Thread Jira
[ https://issues.apache.org/jira/browse/MDEPLOY-295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák resolved MDEPLOY-295. - Resolution: Fixed > Drop MAT > > > Key: MDEPLOY-295 >

[jira] [Commented] (MDEPLOY-292) Require Java 8

2022-07-12 Thread Jira
[ https://issues.apache.org/jira/browse/MDEPLOY-292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17565437#comment-17565437 ] Tamás Cservenák commented on MDEPLOY-292: - We should defer this to post 3.0.0 re

[GitHub] [maven] cstamas opened a new pull request, #766: Pull out lifecycle plugin versions

2022-07-12 Thread GitBox
cstamas opened a new pull request, #766: URL: https://github.com/apache/maven/pull/766 To lessen mistake (copy-paste vs forgotten update) but also just to make things less redundant. This also makes possible "experimenting" much more easier. This is merely a refactoring that does

[jira] [Commented] (MDEPLOY-259) maven-deploy-plugin uses wrong project in deploy-file goal for multi-module project

2022-07-12 Thread Jira
[ https://issues.apache.org/jira/browse/MDEPLOY-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17565438#comment-17565438 ] Tamás Cservenák commented on MDEPLOY-259: - Most probably gone after MDEPLOY-296

[GitHub] [maven-rar-plugin] slachiewicz commented on a diff in pull request #3: [MRAR-87] Upgrade to Maven 3.2.5 and drop legacy

2022-07-12 Thread GitBox
slachiewicz commented on code in PR #3: URL: https://github.com/apache/maven-rar-plugin/pull/3#discussion_r919400147 ## src/main/java/org/apache/maven/plugins/rar/internal/RarLifecycleMappingProvider.java: ## @@ -0,0 +1,105 @@ +package org.apache.maven.plugins.rar.internal; + +/

[GitHub] [maven-rar-plugin] cstamas commented on a diff in pull request #3: [MRAR-87] Upgrade to Maven 3.2.5 and drop legacy

2022-07-12 Thread GitBox
cstamas commented on code in PR #3: URL: https://github.com/apache/maven-rar-plugin/pull/3#discussion_r919402961 ## src/main/java/org/apache/maven/plugins/rar/internal/RarLifecycleMappingProvider.java: ## @@ -0,0 +1,105 @@ +package org.apache.maven.plugins.rar.internal; + +/* +

[jira] [Commented] (MNG-7511) Ensure the degreeOfConcurrency is a positive number in MavenExecutionRequest

2022-07-12 Thread Josef Cacek (Jira)
[ https://issues.apache.org/jira/browse/MNG-7511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17566012#comment-17566012 ] Josef Cacek commented on MNG-7511: -- Reproduced with the 3.8.6: {code} [ERROR] IllegalArgum

[jira] [Commented] (MPLUGIN-400) add system requirements history section

2022-07-12 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17566038#comment-17566038 ] Slawomir Jaranowski commented on MPLUGIN-400: - How to discovery history for

[jira] [Created] (MPLUGIN-405) Don't print empty Memory, Disk Space in System Requirements

2022-07-12 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MPLUGIN-405: --- Summary: Don't print empty Memory, Disk Space in System Requirements Key: MPLUGIN-405 URL: https://issues.apache.org/jira/browse/MPLUGIN-405 Project: Ma

[GitHub] [maven-mvnd] Resunny commented on issue #664: maven-mvnd-0.8.0 Support idea-2022-1.3 version, methods

2022-07-12 Thread GitBox
Resunny commented on issue #664: URL: https://github.com/apache/maven-mvnd/issues/664#issuecomment-1182655692 This method may not use mvnd, but use the mvn that comes with mvnd. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [maven-deploy-plugin] olamy commented on pull request #25: [MDEPLOY-295] Drop MAT

2022-07-12 Thread GitBox
olamy commented on PR #25: URL: https://github.com/apache/maven-deploy-plugin/pull/25#issuecomment-1182694716 interesting to close this one without and quickly open and merge (in less than 2 hours) a new one without without taking care of comments very community oriented. -- T

[GitHub] [maven-deploy-plugin] olamy commented on pull request #26: [MDEPLOY-296] Streamline plugin

2022-07-12 Thread GitBox
olamy commented on PR #26: URL: https://github.com/apache/maven-deploy-plugin/pull/26#issuecomment-1182695775 interesting to open and merge a PR in only 2 hours. This definitely gives a lot of time to the community to review/comment -- This is an automated message from the Apa

[GitHub] [maven-resources-plugin] olamy commented on pull request #32: Bump maven-filtering from 3.2.0 to 3.3.0

2022-07-12 Thread GitBox
olamy commented on PR #32: URL: https://github.com/apache/maven-resources-plugin/pull/32#issuecomment-1182732790 @dependabot merge -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific co

[GitHub] [maven-resources-plugin] dependabot[bot] merged pull request #32: Bump maven-filtering from 3.2.0 to 3.3.0

2022-07-12 Thread GitBox
dependabot[bot] merged PR #32: URL: https://github.com/apache/maven-resources-plugin/pull/32 -- 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

[GitHub] [maven-install-plugin] dependabot[bot] opened a new pull request, #33: Bump aetherVersion from 1.0.0.v20140518 to 1.1.0

2022-07-12 Thread GitBox
dependabot[bot] opened a new pull request, #33: URL: https://github.com/apache/maven-install-plugin/pull/33 Bumps `aetherVersion` from 1.0.0.v20140518 to 1.1.0. Updates `aether-api` from 1.0.0.v20140518 to 1.1.0 Updates `aether-util` from 1.0.0.v20140518 to 1.1.0 Updates `aet

[GitHub] [maven-install-plugin] dependabot[bot] opened a new pull request, #34: Bump slf4jVersion from 1.7.5 to 1.7.32

2022-07-12 Thread GitBox
dependabot[bot] opened a new pull request, #34: URL: https://github.com/apache/maven-install-plugin/pull/34 Bumps `slf4jVersion` from 1.7.5 to 1.7.32. Updates `slf4j-api` from 1.7.5 to 1.7.32 Commits https://github.com/qos-ch/slf4j/commit/0d8774854f4ebb0807bcb69867c13f1e991fc

[GitHub] [maven-rar-plugin] kwin commented on a diff in pull request #3: [MRAR-87] Upgrade to Maven 3.2.5 and drop legacy

2022-07-12 Thread GitBox
kwin commented on code in PR #3: URL: https://github.com/apache/maven-rar-plugin/pull/3#discussion_r919712252 ## src/main/java/org/apache/maven/plugins/rar/internal/RarLifecycleMappingProvider.java: ## @@ -0,0 +1,105 @@ +package org.apache.maven.plugins.rar.internal; + +/* + * L

[GitHub] [maven-mvnd] gnodet commented on issue #664: maven-mvnd-0.8.0 Support idea-2022-1.3 version, methods

2022-07-12 Thread GitBox
gnodet commented on issue #664: URL: https://github.com/apache/maven-mvnd/issues/664#issuecomment-1182839827 > This method may not use mvnd, but use the mvn that comes with mvnd. The maven layout contained in mvnd is not a stock maven layout, so when you launch maven using the `mvn/bi