[GitHub] [maven-compiler-plugin] olamy merged pull request #114: Bump junit from 4.10 to 4.13.1 in /src/it/MCOMPILER-203-processorpath/annotation-user

2022-07-20 Thread GitBox
olamy merged PR #114: URL: https://github.com/apache/maven-compiler-plugin/pull/114 -- 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-compiler-plugin] dependabot[bot] merged pull request #139: Bump plexusCompilerVersion from 2.12.0 to 2.12.1

2022-07-20 Thread GitBox
dependabot[bot] merged PR #139: URL: https://github.com/apache/maven-compiler-plugin/pull/139 -- 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-compiler-plugin] dependabot[bot] merged pull request #127: Bump maven-shared-utils from 0.1 to 3.3.3 in /src/it/MCOMPILER-157/annotation-verify

2022-07-20 Thread GitBox
dependabot[bot] merged PR #127: URL: https://github.com/apache/maven-compiler-plugin/pull/127 -- 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-compiler-plugin] dependabot[bot] merged pull request #128: Bump maven-shared-utils from 0.1 to 3.3.3 in /src/it/MCOMPILER-203-processorpath/annotation-verify

2022-07-20 Thread GitBox
dependabot[bot] merged PR #128: URL: https://github.com/apache/maven-compiler-plugin/pull/128 -- 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-compiler-plugin] olamy commented on pull request #134: Bump maven-enforcer-plugin from 3.0.0-M3 to 3.1.0

2022-07-20 Thread GitBox
olamy commented on PR #134: URL: https://github.com/apache/maven-compiler-plugin/pull/134#issuecomment-1191063302 @dependabot rebase -- 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

[GitHub] [maven-compiler-plugin] dependabot[bot] opened a new pull request, #139: Bump plexusCompilerVersion from 2.12.0 to 2.12.1

2022-07-20 Thread GitBox
dependabot[bot] opened a new pull request, #139: URL: https://github.com/apache/maven-compiler-plugin/pull/139 Bumps `plexusCompilerVersion` from 2.12.0 to 2.12.1. Updates `plexus-compiler-api` from 2.12.0 to 2.12.1 Release notes Sourced from

[GitHub] [maven-compiler-plugin] dependabot[bot] merged pull request #132: Bump mockito-core from 4.6.0 to 4.6.1

2022-07-20 Thread GitBox
dependabot[bot] merged PR #132: URL: https://github.com/apache/maven-compiler-plugin/pull/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 the specific comment. To unsubscribe, e-mail:

[GitHub] [maven-compiler-plugin] dependabot[bot] merged pull request #133: Bump maven-release-plugin from 3.0.0-M5 to 3.0.0-M6

2022-07-20 Thread GitBox
dependabot[bot] merged PR #133: URL: https://github.com/apache/maven-compiler-plugin/pull/133 -- 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-invoker-plugin] dependabot[bot] closed pull request #130: Bump maven-common-artifact-filters from 3.2.0 to 3.3.0

2022-07-20 Thread GitBox
dependabot[bot] closed pull request #130: Bump maven-common-artifact-filters from 3.2.0 to 3.3.0 URL: https://github.com/apache/maven-invoker-plugin/pull/130 -- 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

[GitHub] [maven-invoker-plugin] dependabot[bot] commented on pull request #130: Bump maven-common-artifact-filters from 3.2.0 to 3.3.0

2022-07-20 Thread GitBox
dependabot[bot] commented on PR #130: URL: https://github.com/apache/maven-invoker-plugin/pull/130#issuecomment-1191015745 Superseded by #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-invoker-plugin] dependabot[bot] opened a new pull request, #132: Bump maven-common-artifact-filters from 3.2.0 to 3.3.1

2022-07-20 Thread GitBox
dependabot[bot] opened a new pull request, #132: URL: https://github.com/apache/maven-invoker-plugin/pull/132 Bumps [maven-common-artifact-filters](https://github.com/apache/maven-common-artifact-filters) from 3.2.0 to 3.3.1. Commits

[GitHub] [maven-apache-parent] dependabot[bot] opened a new pull request, #97: Bump maven-remote-resources-plugin from 1.7.0 to 3.0.0

2022-07-20 Thread GitBox
dependabot[bot] opened a new pull request, #97: URL: https://github.com/apache/maven-apache-parent/pull/97 Bumps [maven-remote-resources-plugin](https://github.com/apache/maven-remote-resources-plugin) from 1.7.0 to 3.0.0. Commits

[GitHub] [maven-war-plugin] olamy commented on a diff in pull request #27: MWAR-455 - Allow force overwrite of read only resources in exploded war target directory

2022-07-20 Thread GitBox
olamy commented on code in PR #27: URL: https://github.com/apache/maven-war-plugin/pull/27#discussion_r926216539 ## src/main/java/org/apache/maven/plugins/war/AbstractWarMojo.java: ## @@ -146,6 +146,11 @@ @Parameter private Resource[] webResources; +/** + *

[GitHub] [maven-war-plugin] olamy commented on a diff in pull request #27: MWAR-455 - Allow force overwrite of read only resources in exploded war target directory

2022-07-20 Thread GitBox
olamy commented on code in PR #27: URL: https://github.com/apache/maven-war-plugin/pull/27#discussion_r926216539 ## src/main/java/org/apache/maven/plugins/war/AbstractWarMojo.java: ## @@ -146,6 +146,11 @@ @Parameter private Resource[] webResources; +/** + *

[GitHub] [maven-war-plugin] olamy commented on a diff in pull request #27: MWAR-455 - Allow force overwrite of read only resources in exploded war target directory

2022-07-20 Thread GitBox
olamy commented on code in PR #27: URL: https://github.com/apache/maven-war-plugin/pull/27#discussion_r926216013 ## src/main/java/org/apache/maven/plugins/war/AbstractWarMojo.java: ## @@ -146,6 +146,11 @@ @Parameter private Resource[] webResources; +/** + *

[GitHub] [maven-remote-resources-plugin] olamy commented on pull request #7: Bump commons-io from 2.6 to 2.7

2022-07-20 Thread GitBox
olamy commented on PR #7: URL: https://github.com/apache/maven-remote-resources-plugin/pull/7#issuecomment-1190923715 @dependabot rebase -- 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

[jira] [Updated] (MNG-7055) Using MINSTALL/DEPLOY 3.0.0-M1+ does not write plugin information into maven-metadata.xml

2022-07-20 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MNG-7055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MNG-7055: --- Description: Copying [~michael-o]'s comment from mailing list on HEAD with Maven core ITs:

[jira] [Updated] (MNG-7055) Using MINSTALL/DEPLOY 3.0.0-M1+ does not write plugin information into maven-metadata.xml

2022-07-20 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MNG-7055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MNG-7055: --- Description: Copying [~michael-o]'s comment from mailing list on HEAD with Maven core ITs:

[jira] [Comment Edited] (MNG-7373) Maven should not attempt to download the jar when pom

2022-07-20 Thread Marcono1234 (Jira)
[ https://issues.apache.org/jira/browse/MNG-7373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17569202#comment-17569202 ] Marcono1234 edited comment on MNG-7373 at 7/20/22 11:13 PM: Thanks for the

[jira] [Commented] (MNG-7373) Maven should not attempt to download the jar when pom

2022-07-20 Thread Marcono1234 (Jira)
[ https://issues.apache.org/jira/browse/MNG-7373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17569202#comment-17569202 ] Marcono1234 commented on MNG-7373: -- Thanks for the information. As someone who is not involved with Maven

[GitHub] [maven-remote-resources-plugin] olamy commented on a diff in pull request #9: run build only with maven '3.6.x' and '3.8.x'

2022-07-20 Thread GitBox
olamy commented on code in PR #9: URL: https://github.com/apache/maven-remote-resources-plugin/pull/9#discussion_r926109518 ## Jenkinsfile: ## @@ -17,4 +17,4 @@ * under the License. */ -asfMavenTlpPlgnBuild() +asfMavenTlpPlgnBuild(mavens: ['3.6.x','3.8.x']) Review

[GitHub] [maven-remote-resources-plugin] olamy merged pull request #9: run build only with maven '3.6.x' and '3.8.x'

2022-07-20 Thread GitBox
olamy merged PR #9: URL: https://github.com/apache/maven-remote-resources-plugin/pull/9 -- 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-site-plugin] dependabot[bot] commented on pull request #88: Bump jettyVersion from 9.4.46.v20220331 to 11.0.11

2022-07-20 Thread GitBox
dependabot[bot] commented on PR #88: URL: https://github.com/apache/maven-site-plugin/pull/88#issuecomment-1190768329 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-site-plugin] michael-o closed pull request #88: Bump jettyVersion from 9.4.46.v20220331 to 11.0.11

2022-07-20 Thread GitBox
michael-o closed pull request #88: Bump jettyVersion from 9.4.46.v20220331 to 11.0.11 URL: https://github.com/apache/maven-site-plugin/pull/88 -- 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-site-plugin] dependabot[bot] commented on pull request #89: Bump plexus-archiver from 4.2.7 to 4.4.0

2022-07-20 Thread GitBox
dependabot[bot] commented on PR #89: URL: https://github.com/apache/maven-site-plugin/pull/89#issuecomment-1190768190 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

[GitHub] [maven-site-plugin] michael-o commented on pull request #88: Bump jettyVersion from 9.4.46.v20220331 to 11.0.11

2022-07-20 Thread GitBox
michael-o commented on PR #88: URL: https://github.com/apache/maven-site-plugin/pull/88#issuecomment-1190768286 Superseded by #98. -- 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

[GitHub] [maven-site-plugin] dependabot[bot] commented on pull request #92: Bump maven-archiver from 3.5.2 to 3.6.0

2022-07-20 Thread GitBox
dependabot[bot] commented on PR #92: URL: https://github.com/apache/maven-site-plugin/pull/92#issuecomment-1190768022 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

[GitHub] [maven-site-plugin] michael-o closed pull request #89: Bump plexus-archiver from 4.2.7 to 4.4.0

2022-07-20 Thread GitBox
michael-o closed pull request #89: Bump plexus-archiver from 4.2.7 to 4.4.0 URL: https://github.com/apache/maven-site-plugin/pull/89 -- 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

[GitHub] [maven-site-plugin] dependabot[bot] commented on pull request #93: Bump mrm-maven-plugin from 1.3.0 to 1.4.1

2022-07-20 Thread GitBox
dependabot[bot] commented on PR #93: URL: https://github.com/apache/maven-site-plugin/pull/93#issuecomment-1190767931 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

[GitHub] [maven-site-plugin] michael-o commented on pull request #89: Bump plexus-archiver from 4.2.7 to 4.4.0

2022-07-20 Thread GitBox
michael-o commented on PR #89: URL: https://github.com/apache/maven-site-plugin/pull/89#issuecomment-1190768153 Superseded by #98. -- 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

[GitHub] [maven-site-plugin] dependabot[bot] commented on pull request #91: Bump wagonVersion from 3.5.1 to 3.5.2

2022-07-20 Thread GitBox
dependabot[bot] commented on PR #91: URL: https://github.com/apache/maven-site-plugin/pull/91#issuecomment-1190768093 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-site-plugin] dependabot[bot] commented on pull request #96: Bump jetty-server from 9.4.46.v20220331 to 10.0.10

2022-07-20 Thread GitBox
dependabot[bot] commented on PR #96: URL: https://github.com/apache/maven-site-plugin/pull/96#issuecomment-1190767811 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

[GitHub] [maven-site-plugin] michael-o commented on pull request #91: Bump wagonVersion from 3.5.1 to 3.5.2

2022-07-20 Thread GitBox
michael-o commented on PR #91: URL: https://github.com/apache/maven-site-plugin/pull/91#issuecomment-1190768063 Superseded by #98. -- 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

[GitHub] [maven-site-plugin] michael-o closed pull request #91: Bump wagonVersion from 3.5.1 to 3.5.2

2022-07-20 Thread GitBox
michael-o closed pull request #91: Bump wagonVersion from 3.5.1 to 3.5.2 URL: https://github.com/apache/maven-site-plugin/pull/91 -- 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

[GitHub] [maven-site-plugin] michael-o closed pull request #92: Bump maven-archiver from 3.5.2 to 3.6.0

2022-07-20 Thread GitBox
michael-o closed pull request #92: Bump maven-archiver from 3.5.2 to 3.6.0 URL: https://github.com/apache/maven-site-plugin/pull/92 -- 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

[GitHub] [maven-site-plugin] michael-o commented on pull request #92: Bump maven-archiver from 3.5.2 to 3.6.0

2022-07-20 Thread GitBox
michael-o commented on PR #92: URL: https://github.com/apache/maven-site-plugin/pull/92#issuecomment-1190767986 Superseded by #98. -- 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

[GitHub] [maven-site-plugin] michael-o closed pull request #93: Bump mrm-maven-plugin from 1.3.0 to 1.4.1

2022-07-20 Thread GitBox
michael-o closed pull request #93: Bump mrm-maven-plugin from 1.3.0 to 1.4.1 URL: https://github.com/apache/maven-site-plugin/pull/93 -- 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

[GitHub] [maven-site-plugin] michael-o commented on pull request #93: Bump mrm-maven-plugin from 1.3.0 to 1.4.1

2022-07-20 Thread GitBox
michael-o commented on PR #93: URL: https://github.com/apache/maven-site-plugin/pull/93#issuecomment-1190767881 Superseded by #98. -- 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

[GitHub] [maven-site-plugin] michael-o closed pull request #96: Bump jetty-server from 9.4.46.v20220331 to 10.0.10

2022-07-20 Thread GitBox
michael-o closed pull request #96: Bump jetty-server from 9.4.46.v20220331 to 10.0.10 URL: https://github.com/apache/maven-site-plugin/pull/96 -- 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-site-plugin] michael-o commented on pull request #96: Bump jetty-server from 9.4.46.v20220331 to 10.0.10

2022-07-20 Thread GitBox
michael-o commented on PR #96: URL: https://github.com/apache/maven-site-plugin/pull/96#issuecomment-119076 Superseded by #98. -- 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

[GitHub] [maven-site-plugin] michael-o opened a new pull request, #98: Msite 906

2022-07-20 Thread GitBox
michael-o opened a new pull request, #98: URL: https://github.com/apache/maven-site-plugin/pull/98 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/MSITE) filed

[jira] [Created] (MSITE-906) Upgrade plugins and components

2022-07-20 Thread Michael Osipov (Jira)
Michael Osipov created MSITE-906: Summary: Upgrade plugins and components Key: MSITE-906 URL: https://issues.apache.org/jira/browse/MSITE-906 Project: Maven Site Plugin Issue Type:

[GitHub] [maven-site-plugin] dependabot[bot] commented on pull request #95: Bump maven-reporting-api from 4.0.0-M1 to 4.0.0-M2

2022-07-20 Thread GitBox
dependabot[bot] commented on PR #95: URL: https://github.com/apache/maven-site-plugin/pull/95#issuecomment-1190755993 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

[GitHub] [maven-site-plugin] michael-o closed pull request #95: Bump maven-reporting-api from 4.0.0-M1 to 4.0.0-M2

2022-07-20 Thread GitBox
michael-o closed pull request #95: Bump maven-reporting-api from 4.0.0-M1 to 4.0.0-M2 URL: https://github.com/apache/maven-site-plugin/pull/95 -- 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-site-plugin] michael-o commented on pull request #95: Bump maven-reporting-api from 4.0.0-M1 to 4.0.0-M2

2022-07-20 Thread GitBox
michael-o commented on PR #95: URL: https://github.com/apache/maven-site-plugin/pull/95#issuecomment-1190755959 Superseded by #97. -- 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

[GitHub] [maven-site-plugin] dependabot[bot] commented on pull request #94: Bump l10n-maven-plugin from 1.0-alpha-2 to 1.0.0

2022-07-20 Thread GitBox
dependabot[bot] commented on PR #94: URL: https://github.com/apache/maven-site-plugin/pull/94#issuecomment-1190755534 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

[GitHub] [maven-site-plugin] michael-o closed pull request #94: Bump l10n-maven-plugin from 1.0-alpha-2 to 1.0.0

2022-07-20 Thread GitBox
michael-o closed pull request #94: Bump l10n-maven-plugin from 1.0-alpha-2 to 1.0.0 URL: https://github.com/apache/maven-site-plugin/pull/94 -- 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-site-plugin] michael-o commented on pull request #94: Bump l10n-maven-plugin from 1.0-alpha-2 to 1.0.0

2022-07-20 Thread GitBox
michael-o commented on PR #94: URL: https://github.com/apache/maven-site-plugin/pull/94#issuecomment-1190755506 Superseded by #97. -- 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

[jira] [Commented] (MSITE-905) Upgrade Doxia and Maven Reporting stack

2022-07-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSITE-905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17569172#comment-17569172 ] ASF GitHub Bot commented on MSITE-905: -- michael-o opened a new pull request, #97: URL:

[GitHub] [maven-site-plugin] michael-o opened a new pull request, #97: [MSITE-905] Upgrade Doxia and Maven Reporting stack

2022-07-20 Thread GitBox
michael-o opened a new pull request, #97: URL: https://github.com/apache/maven-site-plugin/pull/97 This closes #97 Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA

[jira] [Created] (MSITE-905) Upgrade Doxia and Maven Reporting stack

2022-07-20 Thread Michael Osipov (Jira)
Michael Osipov created MSITE-905: Summary: Upgrade Doxia and Maven Reporting stack Key: MSITE-905 URL: https://issues.apache.org/jira/browse/MSITE-905 Project: Maven Site Plugin Issue Type:

[jira] [Commented] (MSITE-866) All releases fail: java.lang.ClassNotFoundException: org.apache.maven.doxia.siterenderer.DocumentContent

2022-07-20 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSITE-866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17569163#comment-17569163 ] Michael Osipov commented on MSITE-866: -- Is this still an issue? We will likely bump all plugins in

[jira] [Commented] (MSHARED-1105) Replace Plexus Annotations with JSR 330 and upgrade relevant dependencies

2022-07-20 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17569160#comment-17569160 ] Hudson commented on MSHARED-1105: - Build succeeded in Jenkins: Maven » Maven TLP » maven-reporting-exec

[jira] [Closed] (MSHARED-1105) Replace Plexus Annotations with JSR 330 and upgrade relevant dependencies

2022-07-20 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MSHARED-1105. --- Resolution: Fixed Fixed with

[GitHub] [maven-reporting-exec] asfgit merged pull request #14: Update module:

2022-07-20 Thread GitBox
asfgit merged PR #14: URL: https://github.com/apache/maven-reporting-exec/pull/14 -- 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-reporting-exec] asfgit closed pull request #14: Update module:

2022-07-20 Thread GitBox
asfgit closed pull request #14: Update module: URL: https://github.com/apache/maven-reporting-exec/pull/14 -- 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,

[GitHub] [maven-surefire] dependabot[bot] closed pull request #547: Bump maven-common-artifact-filters from 3.1.1 to 3.3.0

2022-07-20 Thread GitBox
dependabot[bot] closed pull request #547: Bump maven-common-artifact-filters from 3.1.1 to 3.3.0 URL: https://github.com/apache/maven-surefire/pull/547 -- 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-surefire] dependabot[bot] commented on pull request #547: Bump maven-common-artifact-filters from 3.1.1 to 3.3.0

2022-07-20 Thread GitBox
dependabot[bot] commented on PR #547: URL: https://github.com/apache/maven-surefire/pull/547#issuecomment-1190674334 Superseded by #556. -- 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-surefire] dependabot[bot] opened a new pull request, #556: Bump maven-common-artifact-filters from 3.1.1 to 3.3.1

2022-07-20 Thread GitBox
dependabot[bot] opened a new pull request, #556: URL: https://github.com/apache/maven-surefire/pull/556 Bumps [maven-common-artifact-filters](https://github.com/apache/maven-common-artifact-filters) from 3.1.1 to 3.3.1. Commits

[jira] [Created] (MSHARED-1105) Replace Plexus Annotations with JSR 330 and upgrade relevant dependencies

2022-07-20 Thread Michael Osipov (Jira)
Michael Osipov created MSHARED-1105: --- Summary: Replace Plexus Annotations with JSR 330 and upgrade relevant dependencies Key: MSHARED-1105 URL: https://issues.apache.org/jira/browse/MSHARED-1105

[jira] [Resolved] (MSCMPUB-50) typo in option "skipDeployement"

2022-07-20 Thread Henning Schmiedehausen (Jira)
[ https://issues.apache.org/jira/browse/MSCMPUB-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henning Schmiedehausen resolved MSCMPUB-50. --- Fix Version/s: 3.2.0 Resolution: Fixed fixed by

[jira] [Assigned] (MSCMPUB-50) typo in option "skipDeployement"

2022-07-20 Thread Henning Schmiedehausen (Jira)
[ https://issues.apache.org/jira/browse/MSCMPUB-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henning Schmiedehausen reassigned MSCMPUB-50: - Assignee: Henning Schmiedehausen > typo in option "skipDeployement" >

[jira] [Commented] (MSCMPUB-50) typo in option "skipDeployement"

2022-07-20 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MSCMPUB-50?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17569150#comment-17569150 ] Hudson commented on MSCMPUB-50: --- Build failed in Jenkins: Maven » Maven TLP » maven-scm-publish-plugin »

[jira] [Assigned] (MRELEASE-1064) release:branch uses @releaseLabel instead of @branchName in default scm commit

2022-07-20 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MRELEASE-1064: Assignee: Michael Osipov > release:branch uses @releaseLabel instead of

[jira] [Updated] (MRELEASE-1094) Clean up dependencies

2022-07-20 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MRELEASE-1094: - Fix Version/s: 3.0.0-M7 > Clean up dependencies > - > >

[jira] [Created] (MRELEASE-1100) Upgrade Maven SCM to 2.0.0-M2

2022-07-20 Thread Michael Osipov (Jira)
Michael Osipov created MRELEASE-1100: Summary: Upgrade Maven SCM to 2.0.0-M2 Key: MRELEASE-1100 URL: https://issues.apache.org/jira/browse/MRELEASE-1100 Project: Maven Release Plugin

[GitHub] [maven-war-plugin] bmarwell commented on pull request #27: MWAR-455 - Allow force overwrite of read only resources in exploded war target directory

2022-07-20 Thread GitBox
bmarwell commented on PR #27: URL: https://github.com/apache/maven-war-plugin/pull/27#issuecomment-1190630740 Thanks for the PR! Will look at it and run the CI... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[jira] [Created] (MSCMPUB-50) typo in option "skipDeployement"

2022-07-20 Thread Henning Schmiedehausen (Jira)
Henning Schmiedehausen created MSCMPUB-50: - Summary: typo in option "skipDeployement" Key: MSCMPUB-50 URL: https://issues.apache.org/jira/browse/MSCMPUB-50 Project: Maven SCM Publish Plugin

[GitHub] [maven-reporting-exec] michael-o commented on pull request #14: Update module:

2022-07-20 Thread GitBox
michael-o commented on PR #14: URL: https://github.com/apache/maven-reporting-exec/pull/14#issuecomment-1190615427 Will do. -- 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-release] michael-o commented on pull request #143: Prepare for Maven SCM 2.0.0

2022-07-20 Thread GitBox
michael-o commented on PR #143: URL: https://github.com/apache/maven-release/pull/143#issuecomment-1190613045 @nielsbasjes Here it is -- 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

[GitHub] [maven-release] michael-o opened a new pull request, #143: Prepare for Maven SCM 2.0.0

2022-07-20 Thread GitBox
michael-o opened a new pull request, #143: URL: https://github.com/apache/maven-release/pull/143 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/MJAVADOC) filed

[GitHub] [maven-reporting-exec] cstamas commented on pull request #14: Update module:

2022-07-20 Thread GitBox
cstamas commented on PR #14: URL: https://github.com/apache/maven-reporting-exec/pull/14#issuecomment-1190598805 @michael-o pls take over this PR, as I don't think will have time to finish it -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [maven-reporting-exec] michael-o commented on pull request #14: Update module:

2022-07-20 Thread GitBox
michael-o commented on PR #14: URL: https://github.com/apache/maven-reporting-exec/pull/14#issuecomment-1190591474 @cstamas I'd still insist on dropping `provided` for this milestone. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [maven-reporting-exec] michael-o commented on pull request #14: Update module:

2022-07-20 Thread GitBox
michael-o commented on PR #14: URL: https://github.com/apache/maven-reporting-exec/pull/14#issuecomment-1190576007 @hboutemy So I assume we have your consent? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [maven-reporting-exec] michael-o commented on pull request #14: Update module:

2022-07-20 Thread GitBox
michael-o commented on PR #14: URL: https://github.com/apache/maven-reporting-exec/pull/14#issuecomment-1190558797 > I really don't understand why Xpp3DomUtils.mergeXpp3Dom call works now with older Maven 3.3.9 without the shade trick

[GitHub] [maven-reporting-exec] hboutemy commented on pull request #14: Update module:

2022-07-20 Thread GitBox
hboutemy commented on PR #14: URL: https://github.com/apache/maven-reporting-exec/pull/14#issuecomment-1190556948 I really don't understand why Xpp3DomUtils.mergeXpp3Dom call works now with older Maven 3.3.9 without the shade trick

[jira] [Updated] (MSITE-863) NoSuchMethodError: 'Xpp3Dom.getInputLocation()' when running reports with Maven versions < 3.6.1

2022-07-20 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MSITE-863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MSITE-863: Description:

[GitHub] [maven-enforcer] dependabot[bot] closed pull request #163: Bump maven-common-artifact-filters from 3.2.0 to 3.3.0

2022-07-20 Thread GitBox
dependabot[bot] closed pull request #163: Bump maven-common-artifact-filters from 3.2.0 to 3.3.0 URL: https://github.com/apache/maven-enforcer/pull/163 -- 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-enforcer] dependabot[bot] commented on pull request #163: Bump maven-common-artifact-filters from 3.2.0 to 3.3.0

2022-07-20 Thread GitBox
dependabot[bot] commented on PR #163: URL: https://github.com/apache/maven-enforcer/pull/163#issuecomment-1190424827 Superseded by #173. -- 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-enforcer] dependabot[bot] opened a new pull request, #173: Bump maven-common-artifact-filters from 3.2.0 to 3.3.1

2022-07-20 Thread GitBox
dependabot[bot] opened a new pull request, #173: URL: https://github.com/apache/maven-enforcer/pull/173 Bumps [maven-common-artifact-filters](https://github.com/apache/maven-common-artifact-filters) from 3.2.0 to 3.3.1. Commits

[jira] [Commented] (SCM-993) Add tests for SSH authentication during clone

2022-07-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SCM-993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17569070#comment-17569070 ] ASF GitHub Bot commented on SCM-993: michael-o commented on code in PR #155: URL:

[GitHub] [maven-scm] michael-o commented on a diff in pull request #155: [SCM-993] Add test for SSH authentication during check out

2022-07-20 Thread GitBox
michael-o commented on code in PR #155: URL: https://github.com/apache/maven-scm/pull/155#discussion_r925701930 ## maven-scm-providers/maven-scm-providers-git/maven-scm-provider-gittest/src/main/java/org/apache/maven/scm/provider/git/command/checkout/GitSshCheckOutCommandTckTest.java:

[jira] [Commented] (SCM-993) Add tests for SSH authentication during clone

2022-07-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SCM-993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17569067#comment-17569067 ] ASF GitHub Bot commented on SCM-993: michael-o commented on PR #155: URL:

[GitHub] [maven-scm] michael-o commented on pull request #155: [SCM-993] Add test for SSH authentication during check out

2022-07-20 Thread GitBox
michael-o commented on PR #155: URL: https://github.com/apache/maven-scm/pull/155#issuecomment-1190376423 Some of these files contain trailing whitespace, please trim also. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

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

2022-07-20 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/SCM-992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17569063#comment-17569063 ] Michael Osipov commented on SCM-992: True, but wouldn't it suffice to feed stdin of the process? >

[jira] [Commented] (SCM-993) Add tests for SSH authentication during clone

2022-07-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SCM-993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17569064#comment-17569064 ] ASF GitHub Bot commented on SCM-993: kwin commented on code in PR #155: URL:

[GitHub] [maven-scm] kwin commented on a diff in pull request #155: [SCM-993] Add test for SSH authentication during check out

2022-07-20 Thread GitBox
kwin commented on code in PR #155: URL: https://github.com/apache/maven-scm/pull/155#discussion_r925693991 ## maven-scm-providers/maven-scm-providers-git/maven-scm-provider-gittest/src/main/java/org/apache/maven/scm/provider/git/command/checkout/GitSshCheckOutCommandTckTest.java:

[jira] [Commented] (SCM-993) Add tests for SSH authentication during clone

2022-07-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SCM-993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17569062#comment-17569062 ] ASF GitHub Bot commented on SCM-993: michael-o commented on code in PR #155: URL:

[GitHub] [maven-scm] michael-o commented on a diff in pull request #155: [SCM-993] Add test for SSH authentication during check out

2022-07-20 Thread GitBox
michael-o commented on code in PR #155: URL: https://github.com/apache/maven-scm/pull/155#discussion_r925692105 ## maven-scm-providers/maven-scm-providers-git/maven-scm-provider-gittest/src/main/java/org/apache/maven/scm/provider/git/command/checkout/GitSshCheckOutCommandTckTest.java:

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

2022-07-20 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SCM-992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17569061#comment-17569061 ] Konrad Windszus commented on SCM-992: - Yes, but the whole point of setting a {{passphrase}} in the

[GitHub] [maven-reporting-exec] michael-o commented on pull request #14: Update module:

2022-07-20 Thread GitBox
michael-o commented on PR #14: URL: https://github.com/apache/maven-reporting-exec/pull/14#issuecomment-1190369280 > I need to check Git history to understand > > > exec is used in reporting plugins only, means no maven-site-plugin, direct invocation. > > no, exec is used in

[GitHub] [maven-reporting-exec] hboutemy commented on pull request #14: Update module:

2022-07-20 Thread GitBox
hboutemy commented on PR #14: URL: https://github.com/apache/maven-reporting-exec/pull/14#issuecomment-1190361201 I need to check Git history to understand > exec is used in reporting plugins only, means no maven-site-plugin, direct invocation. no, exec is used in m-site-p

[jira] [Commented] (SCM-993) Add tests for SSH authentication during clone

2022-07-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SCM-993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17569052#comment-17569052 ] ASF GitHub Bot commented on SCM-993: kwin commented on code in PR #155: URL:

[GitHub] [maven-scm] kwin commented on a diff in pull request #155: [SCM-993] Add test for SSH authentication during check out

2022-07-20 Thread GitBox
kwin commented on code in PR #155: URL: https://github.com/apache/maven-scm/pull/155#discussion_r925666068 ##

[jira] [Commented] (SCM-993) Add tests for SSH authentication during clone

2022-07-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SCM-993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17569050#comment-17569050 ] ASF GitHub Bot commented on SCM-993: kwin commented on code in PR #155: URL:

[jira] [Commented] (SCM-993) Add tests for SSH authentication during clone

2022-07-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SCM-993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17569049#comment-17569049 ] ASF GitHub Bot commented on SCM-993: michael-o commented on code in PR #155: URL:

[GitHub] [maven-scm] kwin commented on a diff in pull request #155: [SCM-993] Add test for SSH authentication during check out

2022-07-20 Thread GitBox
kwin commented on code in PR #155: URL: https://github.com/apache/maven-scm/pull/155#discussion_r925658492 ## maven-scm-providers/maven-scm-providers-git/maven-scm-provider-gittest/src/main/java/org/apache/maven/scm/provider/git/command/checkout/GitSshCheckOutCommandTckTest.java:

[GitHub] [maven-scm] michael-o commented on a diff in pull request #155: [SCM-993] Add test for SSH authentication during check out

2022-07-20 Thread GitBox
michael-o commented on code in PR #155: URL: https://github.com/apache/maven-scm/pull/155#discussion_r925658372 ## maven-scm-providers/maven-scm-providers-git/maven-scm-provider-gittest/src/main/java/org/apache/maven/scm/provider/git/command/checkout/GitSshCheckOutCommandTckTest.java:

[jira] [Commented] (SCM-993) Add tests for SSH authentication during clone

2022-07-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SCM-993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17569048#comment-17569048 ] ASF GitHub Bot commented on SCM-993: kwin commented on code in PR #155: URL:

[jira] [Commented] (SCM-993) Add tests for SSH authentication during clone

2022-07-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SCM-993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17569046#comment-17569046 ] ASF GitHub Bot commented on SCM-993: kwin commented on code in PR #155: URL:

  1   2   >