[jira] [Commented] (DOXIA-569) Add Markdown Sink to be able to convert anything to Markdown

2022-12-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645956#comment-17645956 ] ASF GitHub Bot commented on DOXIA-569: -- hboutemy commented on code in PR #128: URL: h

[GitHub] [maven-doxia] hboutemy commented on a diff in pull request #128: DOXIA-569 add Markdown output (sink)

2022-12-11 Thread GitBox
hboutemy commented on code in PR #128: URL: https://github.com/apache/maven-doxia/pull/128#discussion_r1045495865 ## doxia-modules/doxia-module-markdown/src/main/java/org/apache/maven/doxia/module/markdown/MarkdownMarkup.java: ## @@ -0,0 +1,147 @@ +package org.apache.maven.doxia

[jira] [Commented] (MRESOLVER-307) Support listing of workspace artifacts

2022-12-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645953#comment-17645953 ] ASF GitHub Bot commented on MRESOLVER-307: -- laeubi commented on PR #230: URL:

[GitHub] [maven-resolver] laeubi commented on pull request #230: MRESOLVER-307 - Support listing of workspace artifacts

2022-12-11 Thread GitBox
laeubi commented on PR #230: URL: https://github.com/apache/maven-resolver/pull/230#issuecomment-1346011941 > implement any newly added methods in support class, to retain source compatibility I still don'T get why this is considdered more "source compatible" than a default interface

[GitHub] [maven-site-plugin] dependabot[bot] commented on pull request #115: Bump jettyVersion from 9.4.49.v20220914 to 11.0.13

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

[GitHub] [maven-site-plugin] slachiewicz commented on pull request #115: Bump jettyVersion from 9.4.49.v20220914 to 11.0.13

2022-12-11 Thread GitBox
slachiewicz commented on PR #115: URL: https://github.com/apache/maven-site-plugin/pull/115#issuecomment-1346010184 @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 t

[jira] [Commented] (MRESOLVER-307) Support listing of workspace artifacts

2022-12-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645945#comment-17645945 ] ASF GitHub Bot commented on MRESOLVER-307: -- cstamas commented on PR #230: URL

[GitHub] [maven-resolver] cstamas commented on pull request #230: MRESOLVER-307 - Support listing of workspace artifacts

2022-12-11 Thread GitBox
cstamas commented on PR #230: URL: https://github.com/apache/maven-resolver/pull/230#issuecomment-1346002536 It is a bit japicm as well, see here https://github.com/siom79/japicmp/issues/201 But presence of "indirection" in form of support class allows us: * to move iface from sour

[GitHub] [maven-site-plugin] dependabot[bot] commented on pull request #115: Bump jettyVersion from 9.4.49.v20220914 to 11.0.13

2022-12-11 Thread GitBox
dependabot[bot] commented on PR #115: URL: https://github.com/apache/maven-site-plugin/pull/115#issuecomment-1345999316 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 depe

[GitHub] [maven-site-plugin] michael-o closed pull request #115: Bump jettyVersion from 9.4.49.v20220914 to 11.0.13

2022-12-11 Thread GitBox
michael-o closed pull request #115: Bump jettyVersion from 9.4.49.v20220914 to 11.0.13 URL: https://github.com/apache/maven-site-plugin/pull/115 -- 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 s

[jira] [Commented] (MRESOLVER-307) Support listing of workspace artifacts

2022-12-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645941#comment-17645941 ] ASF GitHub Bot commented on MRESOLVER-307: -- laeubi commented on PR #230: URL:

[GitHub] [maven-resolver] laeubi commented on pull request #230: MRESOLVER-307 - Support listing of workspace artifacts

2022-12-11 Thread GitBox
laeubi commented on PR #230: URL: https://github.com/apache/maven-resolver/pull/230#issuecomment-1345995022 > allows us to introduce methods that would be otherwise breaking, and provide some default logic. I'm not really understand the difference to a default implemented interface m

[jira] [Commented] (MRESOLVER-307) Support listing of workspace artifacts

2022-12-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645939#comment-17645939 ] ASF GitHub Bot commented on MRESOLVER-307: -- cstamas commented on PR #230: URL

[GitHub] [maven-resolver] cstamas commented on pull request #230: MRESOLVER-307 - Support listing of workspace artifacts

2022-12-11 Thread GitBox
cstamas commented on PR #230: URL: https://github.com/apache/maven-resolver/pull/230#issuecomment-1345989051 In short: japicmp fails with a reason, this is a breakage. Longer story: We have a page https://maven.apache.org/resolver/api-compatibility.html that explains how we "expect" clie

[jira] [Commented] (MRESOLVER-307) Support listing of workspace artifacts

2022-12-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645919#comment-17645919 ] ASF GitHub Bot commented on MRESOLVER-307: -- laeubi commented on PR #230: URL:

[GitHub] [maven-resolver] laeubi commented on pull request #230: MRESOLVER-307 - Support listing of workspace artifacts

2022-12-11 Thread GitBox
laeubi commented on PR #230: URL: https://github.com/apache/maven-resolver/pull/230#issuecomment-1345910655 > implements this class, but also Tycho, m2e Tycho/m2e is actually the reason I'd like to have such method :-) > so a LOT of breakage here... That's the question, d

[GitHub] [maven-indexer] dependabot[bot] closed pull request #245: Bump jetty-webapp from 9.4.45.v20220203 to 11.0.12

2022-12-11 Thread GitBox
dependabot[bot] closed pull request #245: Bump jetty-webapp from 9.4.45.v20220203 to 11.0.12 URL: https://github.com/apache/maven-indexer/pull/245 -- 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] opened a new pull request, #115: Bump jettyVersion from 9.4.49.v20220914 to 11.0.13

2022-12-11 Thread GitBox
dependabot[bot] opened a new pull request, #115: URL: https://github.com/apache/maven-site-plugin/pull/115 Bumps `jettyVersion` from 9.4.49.v20220914 to 11.0.13. Updates `jetty-server` from 9.4.49.v20220914 to 11.0.13 Release notes Sourced from https://github.com/eclipse/jetty.pr

[GitHub] [maven-indexer] dependabot[bot] commented on pull request #245: Bump jetty-webapp from 9.4.45.v20220203 to 11.0.12

2022-12-11 Thread GitBox
dependabot[bot] commented on PR #245: URL: https://github.com/apache/maven-indexer/pull/245#issuecomment-1345834157 Superseded by #281. -- 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-indexer] dependabot[bot] opened a new pull request, #281: Bump jetty-webapp from 9.4.49.v20220914 to 11.0.13

2022-12-11 Thread GitBox
dependabot[bot] opened a new pull request, #281: URL: https://github.com/apache/maven-indexer/pull/281 Bumps [jetty-webapp](https://github.com/eclipse/jetty.project) from 9.4.49.v20220914 to 11.0.13. Release notes Sourced from https://github.com/eclipse/jetty.project/releases";>jet

[GitHub] [maven-invoker-plugin] dependabot[bot] commented on pull request #136: Bump maven-reporting-impl from 3.1.0 to 3.2.0

2022-12-11 Thread GitBox
dependabot[bot] commented on PR #136: URL: https://github.com/apache/maven-invoker-plugin/pull/136#issuecomment-1345676937 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-invoker-plugin] michael-o closed pull request #136: Bump maven-reporting-impl from 3.1.0 to 3.2.0

2022-12-11 Thread GitBox
michael-o closed pull request #136: Bump maven-reporting-impl from 3.1.0 to 3.2.0 URL: https://github.com/apache/maven-invoker-plugin/pull/136 -- 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-invoker-plugin] michael-o commented on pull request #136: Bump maven-reporting-impl from 3.1.0 to 3.2.0

2022-12-11 Thread GitBox
michael-o commented on PR #136: URL: https://github.com/apache/maven-invoker-plugin/pull/136#issuecomment-1345676927 Superseded by #155. -- 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 speci

[GitHub] [maven-invoker-plugin] michael-o opened a new pull request, #155: [MINVOKER-315] Upgrade Maven Reporting API to 3.1.1/Maven Reporting I…

2022-12-11 Thread GitBox
michael-o opened a new pull request, #155: URL: https://github.com/apache/maven-invoker-plugin/pull/155 …mpl to 3.2.0 This closes #155 Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https

[jira] [Created] (MINVOKER-315) Upgrade Maven Reporting API to 3.1.1/Maven Reporting Impl to 3.2.0

2022-12-11 Thread Michael Osipov (Jira)
Michael Osipov created MINVOKER-315: --- Summary: Upgrade Maven Reporting API to 3.1.1/Maven Reporting Impl to 3.2.0 Key: MINVOKER-315 URL: https://issues.apache.org/jira/browse/MINVOKER-315 Project: M

[jira] [Commented] (MNG-7622) Reimplement Consumer POM feature

2022-12-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645857#comment-17645857 ] ASF GitHub Bot commented on MNG-7622: - cstamas commented on PR #907: URL: https://githu

[GitHub] [maven] cstamas commented on pull request #907: [MNG-7622] Maven Transformation and Consumer POM

2022-12-11 Thread GitBox
cstamas commented on PR #907: URL: https://github.com/apache/maven/pull/907#issuecomment-1345666091 Um, unsure what this is: ``` Error: Errors: Error:MavenITmng4162ReportingMigrationTest.testit:66 NullPointer Warning: Tmng6189SiteReportPluginsWarningTest.testit:54 » Verifica

[jira] [Updated] (MINVOKER-125) Global variable about the target directory into the groovy scripts

2022-12-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MINVOKER-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MINVOKER-125: Summary: Global variable about the target directory into the groovy scripts (was: Global

[jira] [Updated] (MINVOKER-125) Global variable about the target directory into the groovy scripts

2022-12-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MINVOKER-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MINVOKER-125: Description: Often (may be everytime) groovy scripts (post-build) which are doing work in

[jira] [Resolved] (MNGSITE-503) add .well-known/security.txt

2022-12-11 Thread Benjamin Marwell (Jira)
[ https://issues.apache.org/jira/browse/MNGSITE-503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Marwell resolved MNGSITE-503. -- Resolution: Fixed > add .well-known/security.txt > > >

[jira] [Commented] (MNGSITE-503) add .well-known/security.txt

2022-12-11 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNGSITE-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645856#comment-17645856 ] Hudson commented on MNGSITE-503: Build succeeded in Jenkins: Maven » Maven TLP » maven-s

[jira] [Commented] (MNGSITE-503) add .well-known/security.txt

2022-12-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNGSITE-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645855#comment-17645855 ] ASF GitHub Bot commented on MNGSITE-503: bmarwell merged PR #354: URL: https://g

[GitHub] [maven-site] bmarwell merged pull request #354: [MNGSITE-503] add .well-known/security.txt

2022-12-11 Thread GitBox
bmarwell merged PR #354: URL: https://github.com/apache/maven-site/pull/354 -- 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.apa

[jira] [Commented] (MNG-7622) Reimplement Consumer POM feature

2022-12-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645854#comment-17645854 ] ASF GitHub Bot commented on MNG-7622: - michael-o commented on code in PR #907: URL: htt

[GitHub] [maven] michael-o commented on a diff in pull request #907: [MNG-7622] Maven Transformation and Consumer POM

2022-12-11 Thread GitBox
michael-o commented on code in PR #907: URL: https://github.com/apache/maven/pull/907#discussion_r1045299177 ## maven-core/src/main/java/org/apache/maven/internal/transformation/ConsumerPomArtifactTransformer.java: ## @@ -144,4 +152,17 @@ private static BiConsumer transformer(R

[jira] [Commented] (MNG-7622) Reimplement Consumer POM feature

2022-12-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645853#comment-17645853 ] ASF GitHub Bot commented on MNG-7622: - michael-o commented on PR #907: URL: https://git

[GitHub] [maven] michael-o commented on pull request #907: [MNG-7622] Maven Transformation and Consumer POM

2022-12-11 Thread GitBox
michael-o commented on PR #907: URL: https://github.com/apache/maven/pull/907#issuecomment-1345658760 > @michael-o so ultimately, what changes did you request on this PR? The only the comment. -- This is an automated message from the Apache Git Service. To respond to the message, pl

[jira] [Commented] (MNG-7622) Reimplement Consumer POM feature

2022-12-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645852#comment-17645852 ] ASF GitHub Bot commented on MNG-7622: - cstamas commented on PR #907: URL: https://githu

[GitHub] [maven] cstamas commented on pull request #907: [MNG-7622] Maven Transformation and Consumer POM

2022-12-11 Thread GitBox
cstamas commented on PR #907: URL: https://github.com/apache/maven/pull/907#issuecomment-1345658118 @michael-o so ultimately, what changes did you request on this PR? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[jira] [Commented] (MNGSITE-503) add .well-known/security.txt

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

[jira] [Commented] (MNGSITE-503) add .well-known/security.txt

2022-12-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNGSITE-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645849#comment-17645849 ] ASF GitHub Bot commented on MNGSITE-503: bmarwell commented on PR #354: URL: htt

[GitHub] [maven-site] bmarwell commented on pull request #354: [MNGSITE-503] add .well-known/security.txt

2022-12-11 Thread GitBox
bmarwell commented on PR #354: URL: https://github.com/apache/maven-site/pull/354#issuecomment-1345653699 > This is not what I understand. The specification is not concrete enough for me. That's a legit statement. However, it could take some considerable amount of time until the issu

[jira] [Closed] (MPOM-385) Upgrade Parent to 29

2022-12-11 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MPOM-385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MPOM-385. Resolution: Fixed > Upgrade Parent to 29 > > > Key: MPOM

[jira] [Commented] (MPOM-385) Upgrade Parent to 29

2022-12-11 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MPOM-385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645847#comment-17645847 ] Slawomir Jaranowski commented on MPOM-385: -- Done in https://github.com/apache/mav

[jira] [Created] (MPOM-385) Upgrade Parent to 29

2022-12-11 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MPOM-385: Summary: Upgrade Parent to 29 Key: MPOM-385 URL: https://issues.apache.org/jira/browse/MPOM-385 Project: Maven POMs Issue Type: Dependency upgrade

[GitHub] [maven-surefire] michael-o opened a new pull request, #582: [SUREFIRE-2133] Make anchors start *before* the headings

2022-12-11 Thread GitBox
michael-o opened a new pull request, #582: URL: https://github.com/apache/maven-surefire/pull/582 This closes #582 Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/b

[jira] [Updated] (SUREFIRE-2133) Make anchors start *before* the headings

2022-12-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated SUREFIRE-2133: - Description: Right now anchors start after the actual heading which means that if a us

[jira] [Updated] (SUREFIRE-2133) Make anchors start *before* the headings

2022-12-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated SUREFIRE-2133: - Summary: Make anchors start *before* the headings (was: Don't wrap elements in anchor

[jira] [Updated] (SUREFIRE-2133) Don't wrap elements in anchors

2022-12-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated SUREFIRE-2133: - Issue Type: Improvement (was: Task) > Don't wrap elements in anchors > --

[jira] [Updated] (MSHARED-1174) Don't wrap elements in anchors

2022-12-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSHARED-1174: Issue Type: Improvement (was: Task) > Don't wrap elements in anchors > -

[jira] [Moved] (SUREFIRE-2133) Don't wrap elements in anchors

2022-12-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov moved DOXIA-683 to SUREFIRE-2133: Component/s: Maven Surefire Report Plugin

[jira] [Updated] (DOXIA-680) Don't wrap elements in anchors

2022-12-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated DOXIA-680: - Issue Type: Improvement (was: Task) > Don't wrap elements in anchors > --

[jira] [Created] (DOXIA-683) Don't wrap elements in anchors

2022-12-11 Thread Michael Osipov (Jira)
Michael Osipov created DOXIA-683: Summary: Don't wrap elements in anchors Key: DOXIA-683 URL: https://issues.apache.org/jira/browse/DOXIA-683 Project: Maven Doxia Issue Type: Task C

[GitHub] [maven-assembly-plugin] michael-o commented on pull request #102: [MASSEMBLY-973] Support zstd format

2022-12-11 Thread GitBox
michael-o commented on PR #102: URL: https://github.com/apache/maven-assembly-plugin/pull/102#issuecomment-1345646184 > @michael-o Do you want more changes? Should i squash these commits? Haven't found the time yet. Will try to complete this month. -- This is an automated message f

[GitHub] [maven-assembly-plugin] pleeplop commented on pull request #102: [MASSEMBLY-973] Support zstd format

2022-12-11 Thread GitBox
pleeplop commented on PR #102: URL: https://github.com/apache/maven-assembly-plugin/pull/102#issuecomment-1345643678 @michael-o Do you want more changes? Should i squash these commits? -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Commented] (MRESOLVER-307) Support listing of workspace artifacts

2022-12-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645846#comment-17645846 ] ASF GitHub Bot commented on MRESOLVER-307: -- cstamas commented on PR #230: URL

[GitHub] [maven-resolver] cstamas commented on pull request #230: MRESOLVER-307 - Support listing of workspace artifacts

2022-12-11 Thread GitBox
cstamas commented on PR #230: URL: https://github.com/apache/maven-resolver/pull/230#issuecomment-1345642240 This is for sure incompatible change (hence the build failure), so I'd be careful here: Maven implements this class, but also Tycho, m2e etc... so a LOT of breakage here... Id

[GitHub] [maven] cstamas closed pull request #904: Alternate transform API

2022-12-11 Thread GitBox
cstamas closed pull request #904: Alternate transform API URL: https://github.com/apache/maven/pull/904 -- 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:

[jira] [Commented] (MPOM-384) Allow to override streamLogsOnFailures parameter for m-invoker-p

2022-12-11 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MPOM-384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645845#comment-17645845 ] Hudson commented on MPOM-384: - Build succeeded in Jenkins: Maven » Maven TLP » maven-parent » m

[jira] [Closed] (MPOM-384) Allow to override streamLogsOnFailures parameter for m-invoker-p

2022-12-11 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MPOM-384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MPOM-384. Fix Version/s: MAVEN-39 Assignee: Slawomir Jaranowski Resolution: Fixed > All

[GitHub] [maven-parent] slawekjaranowski merged pull request #99: [MPOM-384] Allow to override streamLogsOnFailures parameter for m-invoker-p

2022-12-11 Thread GitBox
slawekjaranowski merged PR #99: URL: https://github.com/apache/maven-parent/pull/99 -- 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] [Commented] (MNG-7622) Reimplement Consumer POM feature

2022-12-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645843#comment-17645843 ] ASF GitHub Bot commented on MNG-7622: - cstamas commented on PR #907: URL: https://githu

[GitHub] [maven] cstamas commented on pull request #907: [MNG-7622] Maven Transformation and Consumer POM

2022-12-11 Thread GitBox
cstamas commented on PR #907: URL: https://github.com/apache/maven/pull/907#issuecomment-1345636848 This was more to address @rfscholte concerns... -- 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

[jira] [Commented] (MNG-7622) Reimplement Consumer POM feature

2022-12-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645842#comment-17645842 ] ASF GitHub Bot commented on MNG-7622: - michael-o commented on PR #907: URL: https://git

[GitHub] [maven] michael-o commented on pull request #907: [MNG-7622] Maven Transformation and Consumer POM

2022-12-11 Thread GitBox
michael-o commented on PR #907: URL: https://github.com/apache/maven/pull/907#issuecomment-1345635241 > And one more thing: > > * while artifact is added early, the content is NOT, content is added on very first consumerPom.getFile() call > > * it is being written to ra

[jira] [Commented] (MNG-7622) Reimplement Consumer POM feature

2022-12-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645841#comment-17645841 ] ASF GitHub Bot commented on MNG-7622: - cstamas commented on PR #907: URL: https://githu

[GitHub] [maven] cstamas commented on pull request #907: [MNG-7622] Maven Transformation and Consumer POM

2022-12-11 Thread GitBox
cstamas commented on PR #907: URL: https://github.com/apache/maven/pull/907#issuecomment-1345634598 And one more thing: * while artifact is added early, the content is NOT, content is added on very first consumerPom.getFile() call * it is being written to randomized file, so hard to "c

[jira] [Commented] (MNG-7622) Reimplement Consumer POM feature

2022-12-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645833#comment-17645833 ] ASF GitHub Bot commented on MNG-7622: - cstamas commented on PR #907: URL: https://githu

[GitHub] [maven] cstamas commented on pull request #907: [MNG-7622] Maven Transformation and Consumer POM

2022-12-11 Thread GitBox
cstamas commented on PR #907: URL: https://github.com/apache/maven/pull/907#issuecomment-1345629202 > Then it would also replace `.pompom` which is not what you want, no? I guess you want either exact `.pom` or starts with `.pom.`, on? Yes, I bet there are some rough edges we need to

[jira] [Commented] (MNG-7622) Reimplement Consumer POM feature

2022-12-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645831#comment-17645831 ] ASF GitHub Bot commented on MNG-7622: - michael-o commented on PR #907: URL: https://git

[GitHub] [maven] michael-o commented on pull request #907: [MNG-7622] Maven Transformation and Consumer POM

2022-12-11 Thread GitBox
michael-o commented on PR #907: URL: https://github.com/apache/maven/pull/907#issuecomment-1345628665 > One addendum: "at the end it will replace the actual POM with the consumer POM quite same as maven-shade-plugin"... a bit more: it intentionally use `startsWith` for extension, as it not

[jira] [Commented] (MNG-7622) Reimplement Consumer POM feature

2022-12-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645829#comment-17645829 ] ASF GitHub Bot commented on MNG-7622: - cstamas commented on PR #907: URL: https://githu

[GitHub] [maven] cstamas commented on pull request #907: [MNG-7622] Maven Transformation and Consumer POM

2022-12-11 Thread GitBox
cstamas commented on PR #907: URL: https://github.com/apache/maven/pull/907#issuecomment-1345627596 One addendum: "at the end it will replace the actual POM wioth the consumer POM quite same as maven-shade-plugin"... a bit more: it intentionally use `startsWith` for extension, as it not rep

[jira] [Commented] (MNG-7622) Reimplement Consumer POM feature

2022-12-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645828#comment-17645828 ] ASF GitHub Bot commented on MNG-7622: - michael-o commented on PR #907: URL: https://git

[GitHub] [maven] michael-o commented on pull request #907: [MNG-7622] Maven Transformation and Consumer POM

2022-12-11 Thread GitBox
michael-o commented on PR #907: URL: https://github.com/apache/maven/pull/907#issuecomment-1345626511 > Several "global" remarks: > > * re empty line: you are arguing with our new code formatter, not me 😄 Darn! > * re EXTENSION/"pom" - I did it intentionally like

[GitHub] [maven-reporting-impl] michael-o opened a new pull request, #16: [MSHARED-1174] Don't wrap elements in anchors

2022-12-11 Thread GitBox
michael-o opened a new pull request, #16: URL: https://github.com/apache/maven-reporting-impl/pull/16 This closes #16 -- 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 uns

[jira] [Commented] (MNG-7622) Reimplement Consumer POM feature

2022-12-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645825#comment-17645825 ] ASF GitHub Bot commented on MNG-7622: - cstamas commented on PR #907: URL: https://githu

[GitHub] [maven] cstamas commented on pull request #907: [MNG-7622] Maven Transformation and Consumer POM

2022-12-11 Thread GitBox
cstamas commented on PR #907: URL: https://github.com/apache/maven/pull/907#issuecomment-1345625479 Several "global" remarks: * re empty line: you are arguing with our new code formatter, not me :smile: * re EXTENSION/"pom" - I did it intentionally like this to make clear that we attac

[jira] [Moved] (MSHARED-1174) Don't wrap elements in anchors

2022-12-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov moved DOXIA-682 to MSHARED-1174: --- Component/s: maven-reporting-impl

[jira] [Updated] (MSHARED-1174) Don't wrap elements in anchors

2022-12-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSHARED-1174: Description: In the last improvement of the {{AbstractMavenReportRenderer}} elements were

[jira] [Created] (DOXIA-682) Don't wrap elements in anchors

2022-12-11 Thread Michael Osipov (Jira)
Michael Osipov created DOXIA-682: Summary: Don't wrap elements in anchors Key: DOXIA-682 URL: https://issues.apache.org/jira/browse/DOXIA-682 Project: Maven Doxia Issue Type: Task C

[jira] [Commented] (MNG-7622) Reimplement Consumer POM feature

2022-12-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645821#comment-17645821 ] ASF GitHub Bot commented on MNG-7622: - michael-o commented on code in PR #907: URL: htt

[GitHub] [maven] michael-o commented on a diff in pull request #907: [MNG-7622] Maven Transformation and Consumer POM

2022-12-11 Thread GitBox
michael-o commented on code in PR #907: URL: https://github.com/apache/maven/pull/907#discussion_r1045275559 ## maven-core/src/main/java/org/apache/maven/internal/transformation/ConsumerPomArtifactTransformer.java: ## @@ -0,0 +1,146 @@ +/* + * Licensed to the Apache Software Fou

[GitHub] [maven-doxia] dependabot[bot] opened a new pull request, #131: Bump commons-text from 1.9 to 1.10.0 in /doxia-core

2022-12-11 Thread GitBox
dependabot[bot] opened a new pull request, #131: URL: https://github.com/apache/maven-doxia/pull/131 Bumps commons-text from 1.9 to 1.10.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:comm

[jira] [Closed] (DOXIA-681) Upgrade Plexus Utils to 3.5.0

2022-12-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed DOXIA-681. Resolution: Fixed Fixed with [3734db142b44aa401072f378948d2dc6a8b963ce|https://gitbox.apache.org/re

[GitHub] [maven-doxia] dependabot[bot] commented on pull request #125: Bump plexus-utils from 3.4.2 to 3.5.0

2022-12-11 Thread GitBox
dependabot[bot] commented on PR #125: URL: https://github.com/apache/maven-doxia/pull/125#issuecomment-1345619570 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, l

[GitHub] [maven-doxia] michael-o closed pull request #125: Bump plexus-utils from 3.4.2 to 3.5.0

2022-12-11 Thread GitBox
michael-o closed pull request #125: Bump plexus-utils from 3.4.2 to 3.5.0 URL: https://github.com/apache/maven-doxia/pull/125 -- 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-doxia] michael-o commented on pull request #125: Bump plexus-utils from 3.4.2 to 3.5.0

2022-12-11 Thread GitBox
michael-o commented on PR #125: URL: https://github.com/apache/maven-doxia/pull/125#issuecomment-1345619558 Superseded by 3734db142b44aa401072f378948d2dc6a8b963ce. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[jira] [Created] (DOXIA-681) Upgrade Plexus Utils to 3.5.0

2022-12-11 Thread Michael Osipov (Jira)
Michael Osipov created DOXIA-681: Summary: Upgrade Plexus Utils to 3.5.0 Key: DOXIA-681 URL: https://issues.apache.org/jira/browse/DOXIA-681 Project: Maven Doxia Issue Type: Dependency upgrad

[jira] [Created] (MNG-7622) Reimplement Consumer POM feature

2022-12-11 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MNG-7622: Summary: Reimplement Consumer POM feature Key: MNG-7622 URL: https://issues.apache.org/jira/browse/MNG-7622 Project: Maven Issue Type: Task Compone

[jira] [Comment Edited] (MENFORCER-435) Get rid of maven-dependency-tree dependency

2022-12-11 Thread Andrzej Jarmoniuk (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645818#comment-17645818 ] Andrzej Jarmoniuk edited comment on MENFORCER-435 at 12/11/22 6:00 PM: -

[jira] [Closed] (MNG-7505) Remove ReportingConverter

2022-12-11 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MNG-7505. Fix Version/s: 4.0.0-alpha-3 (was: 4.0.x-candidate) Assignee: Guillaum

[jira] [Commented] (MNG-7505) Remove ReportingConverter

2022-12-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645817#comment-17645817 ] ASF GitHub Bot commented on MNG-7505: - gnodet merged PR #906: URL: https://github.com/a

[jira] [Commented] (MENFORCER-435) Get rid of maven-dependency-tree dependency

2022-12-11 Thread Andrzej Jarmoniuk (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645818#comment-17645818 ] Andrzej Jarmoniuk commented on MENFORCER-435: - Oh I didn't know you were w

[jira] [Commented] (MNG-7505) Remove ReportingConverter

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

[GitHub] [maven] gnodet merged pull request #906: [MNG-7505] Disable reportPlugins processing if m-site-p >= 3.7.0 is used

2022-12-11 Thread GitBox
gnodet merged PR #906: URL: https://github.com/apache/maven/pull/906 -- 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] (DOXIA-680) Don't wrap elements in anchors

2022-12-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645816#comment-17645816 ] ASF GitHub Bot commented on DOXIA-680: -- michael-o opened a new pull request, #130: UR

[GitHub] [maven-doxia] michael-o opened a new pull request, #130: [DOXIA-680] Don't wrap elements in anchors

2022-12-11 Thread GitBox
michael-o opened a new pull request, #130: URL: https://github.com/apache/maven-doxia/pull/130 This closes #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 to go to the specific comment. To unsubscri

[GitHub] [maven-site] michael-o commented on pull request #351: Using an SPDX identifier as the license name in example

2022-12-11 Thread GitBox
michael-o commented on PR #351: URL: https://github.com/apache/maven-site/pull/351#issuecomment-1345616098 > > Looking at https://spdx.org/licenses/ it differentiates between name and id. Here, we abuse our name as id. I consider this to be logically wrong. > > We have text: >

[GitHub] [maven-site] slawekjaranowski commented on pull request #351: Using an SPDX identifier as the license name in example

2022-12-11 Thread GitBox
slawekjaranowski commented on PR #351: URL: https://github.com/apache/maven-site/pull/351#issuecomment-1345614717 > Looking at https://spdx.org/licenses/ it differentiates between name and id. Here, we abuse our name as id. I consider this to be logically wrong. We have text: >

  1   2   >