[GitHub] [maven] kwin merged pull request #842: [MNG-7569] Add new v4Api element

2022-10-30 Thread GitBox
kwin merged PR #842: URL: https://github.com/apache/maven/pull/842 -- 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

[jira] [Commented] (MNG-7569) Plugin descriptor model should contain all elements understood by PluginDescriptorBuilder and correctly specify mandatory attributes

2022-10-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17626179#comment-17626179 ] ASF GitHub Bot commented on MNG-7569: - kwin merged PR #842: URL: https://github.com/apa

[jira] [Resolved] (MNG-7569) Plugin descriptor model should contain all elements understood by PluginDescriptorBuilder and correctly specify mandatory attributes

2022-10-30 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MNG-7569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus resolved MNG-7569. -- Fix Version/s: 4.0.0 Resolution: Fixed Fixed in https://github.com/apache/maven/commit/1a

[jira] [Created] (MNG-7588) Plugin Descriptor: Java Beans and Reader should be generated automatically

2022-10-30 Thread Konrad Windszus (Jira)
Konrad Windszus created MNG-7588: Summary: Plugin Descriptor: Java Beans and Reader should be generated automatically Key: MNG-7588 URL: https://issues.apache.org/jira/browse/MNG-7588 Project: Maven

[GitHub] [maven] kwin opened a new pull request, #862: [MNG-7588] generate reader and some beans automatically for plugin

2022-10-30 Thread GitBox
kwin opened a new pull request, #862: URL: https://github.com/apache/maven/pull/862 descriptor WIP -- 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-

[jira] [Commented] (MNG-7588) Plugin Descriptor: Java Beans and Reader should be generated automatically

2022-10-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17626181#comment-17626181 ] ASF GitHub Bot commented on MNG-7588: - kwin opened a new pull request, #862: URL: https

[GitHub] [maven] kwin commented on pull request #862: [MNG-7588] generate reader and some beans automatically for plugin

2022-10-30 Thread GitBox
kwin commented on PR #862: URL: https://github.com/apache/maven/pull/862#issuecomment-1296158515 @gnodet Do we need to keep the old beans in {{org.apache.maven.plugin.descriptor}} for backwards compatibility or is that not considered public API? -- This is an automated message from the A

[jira] [Commented] (MNG-7588) Plugin Descriptor: Java Beans and Reader should be generated automatically

2022-10-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17626182#comment-17626182 ] ASF GitHub Bot commented on MNG-7588: - kwin commented on PR #862: URL: https://github.c

[GitHub] [maven] kwin commented on a diff in pull request #862: [MNG-7588] generate reader and some beans automatically for plugin

2022-10-30 Thread GitBox
kwin commented on code in PR #862: URL: https://github.com/apache/maven/pull/862#discussion_r1008809496 ## maven-plugin-api/pom.xml: ## @@ -112,6 +117,53 @@ under the License. + +velocity-plugin +generat

[jira] [Commented] (MNG-7588) Plugin Descriptor: Java Beans and Reader should be generated automatically

2022-10-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17626183#comment-17626183 ] ASF GitHub Bot commented on MNG-7588: - kwin commented on code in PR #862: URL: https://

[jira] [Commented] (MNG-7569) Plugin descriptor model should contain all elements understood by PluginDescriptorBuilder and correctly specify mandatory attributes

2022-10-30 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17626185#comment-17626185 ] Hudson commented on MNG-7569: - Build succeeded in Jenkins: Maven » Maven TLP » maven » master #

[jira] [Updated] (MNG-7564) Potential NPE in MavenMetadataSource

2022-10-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-7564: Fix Version/s: 4.0.0 > Potential NPE in MavenMetadataSource > >

[jira] [Closed] (MNG-7564) Potential NPE in MavenMetadataSource

2022-10-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MNG-7564. --- > Potential NPE in MavenMetadataSource > > > Key: MNG-

[GitHub] [maven-mvnd] fsmherrm opened a new issue, #728: Maven Project randomly fails with "Failed to open file channel '[..]\.m2\repository\.locks\[..].resolverlock"

2022-10-30 Thread GitBox
fsmherrm opened a new issue, #728: URL: https://github.com/apache/maven-mvnd/issues/728 Hello, we have a quite huge maven multi project with approx. 150 modules. During project build with "mvnd clean install" it randomly fails with for example followings error (just as an example, as

[GitHub] [maven-integration-testing] michael-o commented on pull request #140: [MRESOLVER-247] IT update for resolver behaviour change

2022-10-30 Thread GitBox
michael-o commented on PR #140: URL: https://github.com/apache/maven-integration-testing/pull/140#issuecomment-1296202392 Is this one still necessary? -- 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 g

[GitHub] [maven-plugin-tools] slachiewicz commented on pull request #154: Bump wagon-provider-api from 2.4 to 3.5.2

2022-10-30 Thread GitBox
slachiewicz commented on PR #154: URL: https://github.com/apache/maven-plugin-tools/pull/154#issuecomment-1296209564 @dependabot ignore this major version -- 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-plugin-tools] dependabot[bot] closed pull request #154: Bump wagon-provider-api from 2.4 to 3.5.2

2022-10-30 Thread GitBox
dependabot[bot] closed pull request #154: Bump wagon-provider-api from 2.4 to 3.5.2 URL: https://github.com/apache/maven-plugin-tools/pull/154 -- 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-plugin-tools] dependabot[bot] commented on pull request #154: Bump wagon-provider-api from 2.4 to 3.5.2

2022-10-30 Thread GitBox
dependabot[bot] commented on PR #154: URL: https://github.com/apache/maven-plugin-tools/pull/154#issuecomment-1296209582 OK, I won't notify you about version 3.x.x again, unless you re-open this PR. 😢 -- This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Commented] (DOXIA-667) Add and to recognized tag list

2022-10-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17626213#comment-17626213 ] Michael Osipov commented on DOXIA-667: -- [~jdimeo], finally checked your sample. I can

[jira] [Comment Edited] (DOXIA-667) Add and to recognized tag list

2022-10-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17626213#comment-17626213 ] Michael Osipov edited comment on DOXIA-667 at 10/30/22 11:00 AM: ---

[GitHub] [maven-mvnd] oehme opened a new pull request, #729: Reset system properties after calling event syps

2022-10-30 Thread GitBox
oehme opened a new pull request, #729: URL: https://github.com/apache/maven-mvnd/pull/729 Event spies may want to read system properties, which will fail if they are reset too early. This change makes the behavior consistent with regular Maven. -- This is an automated message from the Apa

[GitHub] [maven-install-plugin] slawekjaranowski merged pull request #41: Update download page

2022-10-30 Thread GitBox
slawekjaranowski merged PR #41: URL: https://github.com/apache/maven-install-plugin/pull/41 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsub

[jira] [Assigned] (MINSTALL-181) Require Java 8

2022-10-30 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MINSTALL-181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski reassigned MINSTALL-181: Assignee: Slawomir Jaranowski > Require Java 8 > -- > >

[GitHub] [maven-apache-parent] kwin commented on pull request #92: [MPOM-337] load plugins containing lifecycle mappings with extensions

2022-10-30 Thread GitBox
kwin commented on PR #92: URL: https://github.com/apache/maven-apache-parent/pull/92#issuecomment-1296235685 @gnodet I opened https://issues.apache.org/jira/browse/MNG-7574 to address the concern of @hboutemy. Hopefully soon the plugins themselves identifies those classes which should be e

[GitHub] [maven-mvnd] gnodet commented on issue #728: Maven Project randomly fails with "Failed to open file channel '[..]\.m2\repository\.locks\[..].resolverlock"

2022-10-30 Thread GitBox
gnodet commented on issue #728: URL: https://github.com/apache/maven-mvnd/issues/728#issuecomment-1296269347 @cstamas fyi -- 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

[GitHub] [maven-site-plugin] elharo opened a new pull request, #107: Remove reference to limits of old beta versions

2022-10-30 Thread GitBox
elharo opened a new pull request, #107: URL: https://github.com/apache/maven-site-plugin/pull/107 @michael-o -- 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 unsubscr

[GitHub] [maven-mvnd] fsmherrm commented on issue #728: Maven Project randomly fails with "Failed to open file channel '[..]\.m2\repository\.locks\[..].resolverlock"

2022-10-30 Thread GitBox
fsmherrm commented on issue #728: URL: https://github.com/apache/maven-mvnd/issues/728#issuecomment-1296293199 Here is the full exception stack log: ``` Caused by: java.io.UncheckedIOException: Failed to open file channel for '[..]\.m2\repository\.locks\commons-codec~commons-codec~1.15

[GitHub] [maven-surefire] SimonBaars opened a new pull request, #575: [SUREFIRE-1654] Remove deprecated `forkMode` parameter

2022-10-30 Thread GitBox
SimonBaars opened a new pull request, #575: URL: https://github.com/apache/maven-surefire/pull/575 The `forkMode` parameter has been deprecated in Surefire 2.14, and with the upcoming 3.0 release, it's finally time to remove the parameter once and for all. ## Reviewer instructions

[GitHub] [maven-site-plugin] michael-o merged pull request #107: Remove reference to limits of old beta versions

2022-10-30 Thread GitBox
michael-o merged PR #107: URL: https://github.com/apache/maven-site-plugin/pull/107 -- 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

[jira] [Created] (DOXIA-678) Add missing elements in Xhtml5BaseParser

2022-10-30 Thread Michael Osipov (Jira)
Michael Osipov created DOXIA-678: Summary: Add missing elements in Xhtml5BaseParser Key: DOXIA-678 URL: https://issues.apache.org/jira/browse/DOXIA-678 Project: Maven Doxia Issue Type: Task

[jira] [Commented] (DOXIA-678) Add missing elements in Xhtml5BaseParser

2022-10-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17626282#comment-17626282 ] Michael Osipov commented on DOXIA-678: -- [~jdimeo], I have created a branch for starte

[GitHub] [maven-javadoc-plugin] elharo opened a new pull request, #172: Ckleanup language and update URLs

2022-10-30 Thread GitBox
elharo opened a new pull request, #172: URL: https://github.com/apache/maven-javadoc-plugin/pull/172 @michael-o -- 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-surefire] SimonBaars opened a new pull request, #576: [NO-JIRA] Refactor integration tests module

2022-10-30 Thread GitBox
SimonBaars opened a new pull request, #576: URL: https://github.com/apache/maven-surefire/pull/576 I recently picked up a task to remove the `forkMode` parameter (#575), and found parts of the code hard to work with because of redundant constructs in the code: - When a method has `throws

[GitHub] [maven-javadoc-plugin] michael-o commented on a diff in pull request #172: Ckleanup language and update URLs

2022-10-30 Thread GitBox
michael-o commented on code in PR #172: URL: https://github.com/apache/maven-javadoc-plugin/pull/172#discussion_r1008912217 ## src/site/apt/examples/fix-javadocs.apt.vm: ## @@ -28,39 +28,39 @@ Fixing Javadoc Comments - When developers write code, they could forget to creat

[GitHub] [maven] gnodet commented on pull request #862: [MNG-7588] generate reader and some beans automatically for plugin

2022-10-30 Thread GitBox
gnodet commented on PR #862: URL: https://github.com/apache/maven/pull/862#issuecomment-1296333931 > @gnodet Do we need to keep the old beans in `org.apache.maven.plugin.descriptor` for backwards compatibility or is that not considered public API? We need to be very cautious for some

[jira] [Commented] (MNG-7588) Plugin Descriptor: Java Beans and Reader should be generated automatically

2022-10-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17626288#comment-17626288 ] ASF GitHub Bot commented on MNG-7588: - gnodet commented on PR #862: URL: https://github

[jira] [Commented] (DOXIA-667) Add and to recognized tag list

2022-10-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17626291#comment-17626291 ] Michael Osipov commented on DOXIA-667: -- I have an idea how to add thead/tbody without

[GitHub] [maven-surefire] SimonBaars commented on pull request #575: [SUREFIRE-1654] Remove deprecated `forkMode` parameter

2022-10-30 Thread GitBox
SimonBaars commented on PR #575: URL: https://github.com/apache/maven-surefire/pull/575#issuecomment-1296340037 Hey, I'm aware of the integration test failures and will try to address them tomorrow. -- This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [maven] gnodet commented on a diff in pull request #862: [MNG-7588] generate reader and some beans automatically for plugin

2022-10-30 Thread GitBox
gnodet commented on code in PR #862: URL: https://github.com/apache/maven/pull/862#discussion_r1008919280 ## maven-plugin-api/pom.xml: ## @@ -112,6 +117,53 @@ under the License. + +velocity-plugin +gener

[jira] [Commented] (MNG-7588) Plugin Descriptor: Java Beans and Reader should be generated automatically

2022-10-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17626295#comment-17626295 ] ASF GitHub Bot commented on MNG-7588: - gnodet commented on code in PR #862: URL: https:

[jira] [Commented] (DOXIA-678) Add missing elements in Xhtml5BaseParser

2022-10-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17626296#comment-17626296 ] Michael Osipov commented on DOXIA-678: -- Added a potential, not ideal, fix to the thea

[jira] [Created] (DOXIASITETOOLS-270) Remove default skin

2022-10-30 Thread Michael Osipov (Jira)
Michael Osipov created DOXIASITETOOLS-270: - Summary: Remove default skin Key: DOXIASITETOOLS-270 URL: https://issues.apache.org/jira/browse/DOXIASITETOOLS-270 Project: Maven Doxia Sitetools

[jira] [Commented] (DOXIASITETOOLS-270) Remove default skin

2022-10-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIASITETOOLS-270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17626297#comment-17626297 ] Michael Osipov commented on DOXIASITETOOLS-270: --- [~hboutemy], pleas

[jira] [Comment Edited] (DOXIASITETOOLS-270) Remove default skin

2022-10-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIASITETOOLS-270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17626297#comment-17626297 ] Michael Osipov edited comment on DOXIASITETOOLS-270 at 10/30/22 8:24 PM: --

[jira] [Updated] (MBUILDCACHE-25) Project processed multiple time in presence of forked executions

2022-10-30 Thread Alexander Ashitkin (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-25?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Ashitkin updated MBUILDCACHE-25: -- Summary: Project processed multiple time in presence of forked executions

[jira] [Updated] (MBUILDCACHE-25) Project processed multiple time in presence of forked executions

2022-10-30 Thread Alexander Ashitkin (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-25?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Ashitkin updated MBUILDCACHE-25: -- Description: In forked executions present in build, project goes through fu

[GitHub] [maven-doxia-sitetools] michael-o commented on pull request #65: [DOXIASITETOOLS-268] - Improve performance by only loading the renderer version once during class initialization

2022-10-30 Thread GitBox
michael-o commented on PR #65: URL: https://github.com/apache/maven-doxia-sitetools/pull/65#issuecomment-1296354968 @jdimeo I slightly refactored you PR to use a static method instead of having a cluttered static block. Logic remains the same. Please have a look. -- This is an automated

[GitHub] [maven-doxia-sitetools] michael-o commented on pull request #65: [DOXIASITETOOLS-268] - Improve performance by only loading the renderer version once during class initialization

2022-10-30 Thread GitBox
michael-o commented on PR #65: URL: https://github.com/apache/maven-doxia-sitetools/pull/65#issuecomment-1296356173 I just ran this patch with MSITE ITs and it looks good. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [maven-doxia-sitetools] jdimeo commented on pull request #65: [DOXIASITETOOLS-268] - Improve performance by only loading the renderer version once during class initialization

2022-10-30 Thread GitBox
jdimeo commented on PR #65: URL: https://github.com/apache/maven-doxia-sitetools/pull/65#issuecomment-1296366857 @michael-o thanks! yes, I did it to be as little change as the code as possible. This is a better approach! Excited for the performance boost. -- This is an automated message

[jira] [Commented] (DOXIA-667) Add and to recognized tag list

2022-10-30 Thread John Dimeo (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17626311#comment-17626311 ] John Dimeo commented on DOXIA-667: -- [~michael-o] I'm not completely following, but my big

[GitHub] [maven-build-cache-extension] AlexanderAshitkin opened a new pull request, #34: [MBUILDCACHE-25] Fixes multiple cache processing for forked executions

2022-10-30 Thread GitBox
AlexanderAshitkin opened a new pull request, #34: URL: https://github.com/apache/maven-build-cache-extension/pull/34 Forked execution should be thought as a part of originating mojo internal implementation. If forkedExecution is detected, it means that originating mojo is not cached so fork

[jira] [Updated] (MBUILDCACHE-25) Project processed multiple time in presence of forked executions

2022-10-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-25?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated MBUILDCACHE-25: -- Labels: pull-request-available (was: ) > Project processed multiple time in presen

[jira] [Commented] (MBUILDCACHE-25) Project processed multiple time in presence of forked executions

2022-10-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-25?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17626354#comment-17626354 ] ASF GitHub Bot commented on MBUILDCACHE-25: --- AlexanderAshitkin opened a new

[GitHub] [maven-indexer] dependabot[bot] opened a new pull request, #260: Bump checkstyle from 10.3.4 to 10.4

2022-10-30 Thread GitBox
dependabot[bot] opened a new pull request, #260: URL: https://github.com/apache/maven-indexer/pull/260 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.3.4 to 10.4. Release notes Sourced from https://github.com/checkstyle/checkstyle/releases";>checkstyle's rele

[jira] [Commented] (MCOMPILER-509) Compiler warning output out of order on Windows

2022-10-30 Thread Vyom Yadav (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17626413#comment-17626413 ] Vyom Yadav commented on MCOMPILER-509: -- [~michael-o] Any updates on this? > Comp

[jira] [Commented] (MRESOLVER-7) Download dependency POMs in parallel in BF collector

2022-10-30 Thread wei cai (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-7?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17626429#comment-17626429 ] wei cai commented on MRESOLVER-7: - BF collector is a combination of  [https://github.com

[jira] [Commented] (MNG-5896) Download dependency POMs in parallel

2022-10-30 Thread wei cai (Jira)
[ https://issues.apache.org/jira/browse/MNG-5896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17626431#comment-17626431 ] wei cai commented on MNG-5896: -- [~fbricon]  This parallel pom downloading happens in a bran