[GitHub] [maven] cstamas commented on pull request #762: [EXPERIMENT] Resolver locking mode

2022-06-28 Thread GitBox
cstamas commented on PR #762: URL: https://github.com/apache/maven/pull/762#issuecomment-1168422138 > @cstamas what's the difference between `default` and `auto` ? Is `auto` a placeholder to add some automatic detection of the filesystem if possible and switch between file and ipc (both cou

[GitHub] [maven-artifact-transfer] slachiewicz closed pull request #65: Bump apiMaven.version from 3.0 to 3.8.5

2022-06-28 Thread GitBox
slachiewicz closed pull request #65: Bump apiMaven.version from 3.0 to 3.8.5 URL: https://github.com/apache/maven-artifact-transfer/pull/65 -- 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-artifact-transfer] dependabot[bot] commented on pull request #65: Bump apiMaven.version from 3.0 to 3.8.5

2022-06-28 Thread GitBox
dependabot[bot] commented on PR #65: URL: https://github.com/apache/maven-artifact-transfer/pull/65#issuecomment-1168428709 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 a

[GitHub] [maven-source-plugin] jorsol opened a new pull request, #5: [MSOURCES-132] - Update Maven Archiver to 3.6.0

2022-06-28 Thread GitBox
jorsol opened a new pull request, #5: URL: https://github.com/apache/maven-source-plugin/pull/5 https://issues.apache.org/jira/browse/MSOURCES-132 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [maven-indexer] cstamas commented on pull request #225: [MINDEXER-144] Fix IOOBEx on GAV remote repositories

2022-06-28 Thread GitBox
cstamas commented on PR #225: URL: https://github.com/apache/maven-indexer/pull/225#issuecomment-1168493395 master is already prepped for 7.0.0 release (java11, etc), will create 6.2.x branch soon and sort out this. -- This is an automated message from the Apache Git Service. To respond t

[GitHub] [maven-indexer] fawind commented on pull request #225: [MINDEXER-164] Fix IOOBEx on GAV remote repositories

2022-06-28 Thread GitBox
fawind commented on PR #225: URL: https://github.com/apache/maven-indexer/pull/225#issuecomment-1168509467 Thanks for taking a look, I updated the PR linking to a separate issue: https://issues.apache.org/jira/browse/MINDEXER-164 -- This is an automated message from the Apache Git Service

[GitHub] [maven-file-management] cstamas commented on pull request #11: [MSHARED-1090] Update module

2022-06-28 Thread GitBox
cstamas commented on PR #11: URL: https://github.com/apache/maven-file-management/pull/11#issuecomment-1168588059 > Why do you I have the feeling that I have seen this with Plexus Utils too?! This is "already seen" to me as well, no idea where but really looks familiar... -- This

[GitHub] [maven-artifact-transfer] dependabot[bot] opened a new pull request, #67: Bump apiMaven.version from 3.0 to 3.8.6

2022-06-28 Thread GitBox
dependabot[bot] opened a new pull request, #67: URL: https://github.com/apache/maven-artifact-transfer/pull/67 Bumps `apiMaven.version` from 3.0 to 3.8.6. Updates `maven-core` from 3.0 to 3.8.6 Release notes Sourced from https://github.com/apache/maven/releases";>maven-core's re

[GitHub] [maven-integration-testing] michael-o commented on a diff in pull request #178: Use a plugin to download all dependencies to bypass conflict resolution

2022-06-28 Thread GitBox
michael-o commented on code in PR #178: URL: https://github.com/apache/maven-integration-testing/pull/178#discussion_r908466633 ## core-it-support/core-it-bootstrap/src/main/java/org/apache/maven/its/bootstrap/DownloadMojo.java: ## @@ -0,0 +1,153 @@ +package org.apache.maven.it

[GitHub] [maven-integration-testing] gnodet commented on a diff in pull request #178: Use a plugin to download all dependencies to bypass conflict resolution

2022-06-28 Thread GitBox
gnodet commented on code in PR #178: URL: https://github.com/apache/maven-integration-testing/pull/178#discussion_r908471091 ## core-it-support/core-it-bootstrap/src/main/java/org/apache/maven/its/bootstrap/DownloadMojo.java: ## @@ -0,0 +1,153 @@ +package org.apache.maven.its.b

[GitHub] [maven-integration-testing] gnodet commented on a diff in pull request #178: Use a plugin to download all dependencies to bypass conflict resolution

2022-06-28 Thread GitBox
gnodet commented on code in PR #178: URL: https://github.com/apache/maven-integration-testing/pull/178#discussion_r908471771 ## core-it-support/core-it-bootstrap/pom.xml: ## @@ -19,45 +19,53 @@ specific language governing permissions and limitations under the License. --> -

[GitHub] [maven-integration-testing] michael-o commented on a diff in pull request #178: Use a plugin to download all dependencies to bypass conflict resolution

2022-06-28 Thread GitBox
michael-o commented on code in PR #178: URL: https://github.com/apache/maven-integration-testing/pull/178#discussion_r908483295 ## core-it-support/core-it-bootstrap/src/main/java/org/apache/maven/its/bootstrap/DownloadMojo.java: ## @@ -0,0 +1,153 @@ +package org.apache.maven.it

[GitHub] [maven-integration-testing] michael-o commented on a diff in pull request #178: Use a plugin to download all dependencies to bypass conflict resolution

2022-06-28 Thread GitBox
michael-o commented on code in PR #178: URL: https://github.com/apache/maven-integration-testing/pull/178#discussion_r908484125 ## core-it-support/core-it-bootstrap/pom.xml: ## @@ -19,45 +19,53 @@ specific language governing permissions and limitations under the License. -->

[GitHub] [maven-integration-testing] michael-o commented on a diff in pull request #178: Use a plugin to download all dependencies to bypass conflict resolution

2022-06-28 Thread GitBox
michael-o commented on code in PR #178: URL: https://github.com/apache/maven-integration-testing/pull/178#discussion_r908484125 ## core-it-support/core-it-bootstrap/pom.xml: ## @@ -19,45 +19,53 @@ specific language governing permissions and limitations under the License. -->

[GitHub] [maven-integration-testing] gnodet commented on a diff in pull request #178: Use a plugin to download all dependencies to bypass conflict resolution

2022-06-28 Thread GitBox
gnodet commented on code in PR #178: URL: https://github.com/apache/maven-integration-testing/pull/178#discussion_r908589357 ## core-it-support/core-it-bootstrap/src/main/java/org/apache/maven/its/bootstrap/DownloadMojo.java: ## @@ -0,0 +1,153 @@ +package org.apache.maven.its.b

[GitHub] [maven-integration-testing] gnodet commented on a diff in pull request #178: Use a plugin to download all dependencies to bypass conflict resolution

2022-06-28 Thread GitBox
gnodet commented on code in PR #178: URL: https://github.com/apache/maven-integration-testing/pull/178#discussion_r908590777 ## core-it-support/core-it-bootstrap/pom.xml: ## @@ -19,45 +19,53 @@ specific language governing permissions and limitations under the License. --> -

[GitHub] [maven-install-plugin] mthmulders commented on a diff in pull request #31: [MINSTALL-175] Drop MAT

2022-06-28 Thread GitBox
mthmulders commented on code in PR #31: URL: https://github.com/apache/maven-install-plugin/pull/31#discussion_r908614592 ## src/main/java/org/apache/maven/plugins/install/InstallFileMojo.java: ## @@ -170,36 +173,37 @@ @Component private ProjectBuilder projectBuilder;

[GitHub] [maven-enforcer] dependabot[bot] opened a new pull request, #168: Bump mrm-maven-plugin from 1.3.0 to 1.4.1

2022-06-28 Thread GitBox
dependabot[bot] opened a new pull request, #168: URL: https://github.com/apache/maven-enforcer/pull/168 Bumps [mrm-maven-plugin](https://github.com/mojohaus/mrm) from 1.3.0 to 1.4.1. Release notes Sourced from https://github.com/mojohaus/mrm/releases";>mrm-maven-plugin's releases.

[GitHub] [maven-enforcer] dependabot[bot] commented on pull request #165: Bump mrm-maven-plugin from 1.3.0 to 1.4.0

2022-06-28 Thread GitBox
dependabot[bot] commented on PR #165: URL: https://github.com/apache/maven-enforcer/pull/165#issuecomment-1168866568 Superseded by #168. -- 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 specif

[GitHub] [maven-enforcer] dependabot[bot] closed pull request #165: Bump mrm-maven-plugin from 1.3.0 to 1.4.0

2022-06-28 Thread GitBox
dependabot[bot] closed pull request #165: Bump mrm-maven-plugin from 1.3.0 to 1.4.0 URL: https://github.com/apache/maven-enforcer/pull/165 -- 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-integration-testing] michael-o commented on a diff in pull request #178: Use a plugin to download all dependencies to bypass conflict resolution

2022-06-28 Thread GitBox
michael-o commented on code in PR #178: URL: https://github.com/apache/maven-integration-testing/pull/178#discussion_r908639485 ## core-it-support/core-it-bootstrap/pom.xml: ## @@ -19,45 +19,58 @@ specific language governing permissions and limitations under the License. -->

[GitHub] [maven-javadoc-plugin] jorsol opened a new pull request, #150: [MJAVADOC-719] - Update Maven Archiver to 3.6.0

2022-06-28 Thread GitBox
jorsol opened a new pull request, #150: URL: https://github.com/apache/maven-javadoc-plugin/pull/150 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/MJAVADOC) f

[GitHub] [maven-file-management] slawekjaranowski commented on pull request #11: [MSHARED-1090] Update module

2022-06-28 Thread GitBox
slawekjaranowski commented on PR #11: URL: https://github.com/apache/maven-file-management/pull/11#issuecomment-1168913935 As @slachiewicz said - why not use slf4j? There is changed from plexus Logger to slf4j Logger so change will be incompatible. -- This is an automated message

[GitHub] [maven-assembly-plugin] slawekjaranowski commented on a diff in pull request #70: [MASSEMBLY-961] Update maven-archiver to 3.6.0

2022-06-28 Thread GitBox
slawekjaranowski commented on code in PR #70: URL: https://github.com/apache/maven-assembly-plugin/pull/70#discussion_r908676015 ## src/main/java/org/apache/maven/plugins/assembly/internal/DebugConfigurationListener.java: ## @@ -0,0 +1,90 @@ +package org.apache.maven.plugins.as

[GitHub] [maven-deploy-plugin] slawekjaranowski commented on a diff in pull request #20: [MDEPLOY-193] Deploy At End feature (no extension)

2022-06-28 Thread GitBox
slawekjaranowski commented on code in PR #20: URL: https://github.com/apache/maven-deploy-plugin/pull/20#discussion_r908681461 ## src/main/java/org/apache/maven/plugins/deploy/DeployMojo.java: ## @@ -177,29 +180,84 @@ public void execute() } else

[GitHub] [maven-enforcer] kwin opened a new pull request, #169: [MENFORCER-424] add enforcer rule which bans scope from

2022-06-28 Thread GitBox
kwin opened a new pull request, #169: URL: https://github.com/apache/maven-enforcer/pull/169 dependencyManagement 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/br

[GitHub] [maven-file-management] michael-o commented on a diff in pull request #11: [MSHARED-1090] Update module

2022-06-28 Thread GitBox
michael-o commented on code in PR #11: URL: https://github.com/apache/maven-file-management/pull/11#discussion_r908819988 ## pom.xml: ## @@ -71,24 +72,36 @@ org.apache.maven maven-plugin-api ${mavenVersion} + provided - - org.apache.ma

[GitHub] [maven-assembly-plugin] michael-o commented on a diff in pull request #70: [MASSEMBLY-961] Update maven-archiver to 3.6.0

2022-06-28 Thread GitBox
michael-o commented on code in PR #70: URL: https://github.com/apache/maven-assembly-plugin/pull/70#discussion_r908824726 ## src/main/java/org/apache/maven/plugins/assembly/internal/DebugConfigurationListener.java: ## @@ -0,0 +1,90 @@ +package org.apache.maven.plugins.assembly.

[GitHub] [maven-jar-plugin] michael-o commented on a diff in pull request #19: [MJAR-278] Update plugin (requires Maven 3.2.5+)

2022-06-28 Thread GitBox
michael-o commented on code in PR #19: URL: https://github.com/apache/maven-jar-plugin/pull/19#discussion_r908857782 ## pom.xml: ## @@ -113,12 +108,12 @@ org.apache.maven.shared file-management - ${mavenFileManagementVersion} + 3.0.1-SNAPSHOT Revie

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

2022-06-28 Thread GitBox
michael-o commented on PR #25: URL: https://github.com/apache/maven-deploy-plugin/pull/25#issuecomment-1169153936 @cstamas Please process my comments -- 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

[GitHub] [maven-install-plugin] michael-o commented on a diff in pull request #31: [MINSTALL-175] Drop MAT

2022-06-28 Thread GitBox
michael-o commented on code in PR #31: URL: https://github.com/apache/maven-install-plugin/pull/31#discussion_r908875478 ## pom.xml: ## @@ -63,10 +63,10 @@ -3.2.5 -1.7.32 -1.1.0 7 +3.2.5 +1.0.0.v20140518 Review Comment: Yes, because it al

[GitHub] [maven-install-plugin] michael-o commented on a diff in pull request #31: [MINSTALL-175] Drop MAT

2022-06-28 Thread GitBox
michael-o commented on code in PR #31: URL: https://github.com/apache/maven-install-plugin/pull/31#discussion_r908876707 ## src/main/java/org/apache/maven/plugins/install/InstallFileMojo.java: ## @@ -71,6 +73,7 @@ public class InstallFileMojo extends AbstractInstallMojo

[GitHub] [maven-integration-testing] slawekjaranowski merged pull request #174: [MNG-7504] Don't print warning unsupported reportPlugins for m-site-p

2022-06-28 Thread GitBox
slawekjaranowski merged PR #174: URL: https://github.com/apache/maven-integration-testing/pull/174 -- 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: issue

[GitHub] [maven-integration-testing] michael-o commented on pull request #176: Move ITs to JDK 8 / JUnit 5

2022-06-28 Thread GitBox
michael-o commented on PR #176: URL: https://github.com/apache/maven-integration-testing/pull/176#issuecomment-1169176269 In this spirit, the master shall be updated to 36 and POMs cleaned out, no? -- This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [maven-integration-testing] michael-o commented on pull request #176: Move ITs to JDK 8 / JUnit 5

2022-06-28 Thread GitBox
michael-o commented on PR #176: URL: https://github.com/apache/maven-integration-testing/pull/176#issuecomment-1169188550 While at least now all ITs pass, I constantly see this: ``` [INFO] [ERROR] Failed to ex

[GitHub] [maven-file-management] cstamas commented on pull request #11: [MSHARED-1090] Update module

2022-06-28 Thread GitBox
cstamas commented on PR #11: URL: https://github.com/apache/maven-file-management/pull/11#issuecomment-1169190109 Tidied up completely -- 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-assembly-plugin] cstamas merged pull request #70: [MASSEMBLY-961] Update maven-archiver to 3.6.0

2022-06-28 Thread GitBox
cstamas merged PR #70: URL: https://github.com/apache/maven-assembly-plugin/pull/70 -- 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...@m

[GitHub] [maven-file-management] michael-o commented on a diff in pull request #11: [MSHARED-1090] Update module

2022-06-28 Thread GitBox
michael-o commented on code in PR #11: URL: https://github.com/apache/maven-file-management/pull/11#discussion_r908924294 ## src/main/java/org/apache/maven/shared/model/fileset/util/FileSetManager.java: ## @@ -61,77 +63,31 @@ /** * Create a new manager instance with

[GitHub] [maven-file-management] cstamas commented on pull request #11: [MSHARED-1090] Update module

2022-06-28 Thread GitBox
cstamas commented on PR #11: URL: https://github.com/apache/maven-file-management/pull/11#issuecomment-1169217153 re verbose: disagree. This is "verbose", will tell more, that's all. Log level is INFO -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [maven-file-management] cstamas commented on pull request #11: [MSHARED-1090] Update module

2022-06-28 Thread GitBox
cstamas commented on PR #11: URL: https://github.com/apache/maven-file-management/pull/11#issuecomment-1169217540 verbose is orthogonal to log level. That's all IMHO -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [maven-file-management] cstamas commented on a diff in pull request #11: [MSHARED-1090] Update module

2022-06-28 Thread GitBox
cstamas commented on code in PR #11: URL: https://github.com/apache/maven-file-management/pull/11#discussion_r908929943 ## src/main/java/org/apache/maven/shared/model/fileset/util/FileSetManager.java: ## @@ -61,77 +63,31 @@ /** * Create a new manager instance with th

[GitHub] [maven-file-management] cstamas commented on a diff in pull request #11: [MSHARED-1090] Update module

2022-06-28 Thread GitBox
cstamas commented on code in PR #11: URL: https://github.com/apache/maven-file-management/pull/11#discussion_r908930158 ## src/main/java/org/apache/maven/shared/model/fileset/util/FileSetManager.java: ## @@ -61,77 +63,31 @@ /** * Create a new manager instance with th

[GitHub] [maven-file-management] cstamas commented on pull request #11: [MSHARED-1090] Update module

2022-06-28 Thread GitBox
cstamas commented on PR #11: URL: https://github.com/apache/maven-file-management/pull/11#issuecomment-1169218949 General: this is a utility class, is NOT a component. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [maven-integration-testing] gnodet commented on pull request #176: Move ITs to JDK 8 / JUnit 5

2022-06-28 Thread GitBox
gnodet commented on PR #176: URL: https://github.com/apache/maven-integration-testing/pull/176#issuecomment-1169223861 @michael-o I have the same problem locally (osx + 3.9.0-SNAPSHOT), and it also happens on GitHub, so this seem to happen on all environments. I'll try to investigate tomo

[GitHub] [maven-file-management] cstamas merged pull request #11: [MSHARED-1090] Update module

2022-06-28 Thread GitBox
cstamas merged PR #11: URL: https://github.com/apache/maven-file-management/pull/11 -- 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...@m

[GitHub] [maven-integration-testing] michael-o commented on pull request #176: Move ITs to JDK 8 / JUnit 5

2022-06-28 Thread GitBox
michael-o commented on PR #176: URL: https://github.com/apache/maven-integration-testing/pull/176#issuecomment-1169228823 > @michael-o I have the same problem locally (osx + 3.9.0-SNAPSHOT), and it also happens on GitHub, so this seem to happen on all environments. I'll try to investigate

[GitHub] [maven-doxia-sitetools] dependabot[bot] opened a new pull request, #57: Bump l10n-maven-plugin from 1.0-alpha-2 to 1.0.0

2022-06-28 Thread GitBox
dependabot[bot] opened a new pull request, #57: URL: https://github.com/apache/maven-doxia-sitetools/pull/57 Bumps [l10n-maven-plugin](https://github.com/mojohaus/l10n-maven-plugin) from 1.0-alpha-2 to 1.0.0. Release notes Sourced from https://github.com/mojohaus/l10n-maven-plugin/

[GitHub] [maven-site-plugin] dependabot[bot] opened a new pull request, #94: Bump l10n-maven-plugin from 1.0-alpha-2 to 1.0.0

2022-06-28 Thread GitBox
dependabot[bot] opened a new pull request, #94: URL: https://github.com/apache/maven-site-plugin/pull/94 Bumps [l10n-maven-plugin](https://github.com/mojohaus/l10n-maven-plugin) from 1.0-alpha-2 to 1.0.0. Release notes Sourced from https://github.com/mojohaus/l10n-maven-plugin/rele

[GitHub] [maven-archetype] tkobayas opened a new pull request, #114: [ARCHETYPE-632] Add logging conflict line in integration-test

2022-06-28 Thread GitBox
tkobayas opened a new pull request, #114: URL: https://github.com/apache/maven-archetype/pull/114 https://issues.apache.org/jira/browse/ARCHETYPE-632 This PR is just for logging so no unit test. -- This is an automated message from the Apache Git Service. To respond to the message,