[GitHub] [maven-mvnd] kameshsampath commented on issue #337: Add Apple M1 build.

2022-08-26 Thread GitBox
kameshsampath commented on issue #337: URL: https://github.com/apache/maven-mvnd/issues/337#issuecomment-1229076906 I am still waiting for this on M1, doing a build from source on M1 will help or I need to wait for official release? -- This is an automated message from the Apache Git Serv

[jira] [Commented] (MNG-7156) Parallel build can cause issues between clean and forked goals

2022-08-26 Thread David Elliott (Jira)
[ https://issues.apache.org/jira/browse/MNG-7156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585642#comment-17585642 ] David Elliott commented on MNG-7156: The added locking that allegedly fixed this issue

[jira] [Commented] (MPLUGIN-419) Allow @Parameter on setters methods

2022-08-26 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585620#comment-17585620 ] Michael Osipov commented on MPLUGIN-419: When is such a case? Do you have a use

[jira] [Closed] (MDEP-821) Bump mockito-core from 4.3.1 to 4.7.0

2022-08-26 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MDEP-821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MDEP-821. Resolution: Fixed > Bump mockito-core from 4.3.1 to 4.7.0 > -

[jira] [Created] (MDEP-821) Bump mockito-core from 4.3.1 to 4.7.0

2022-08-26 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MDEP-821: Summary: Bump mockito-core from 4.3.1 to 4.7.0 Key: MDEP-821 URL: https://issues.apache.org/jira/browse/MDEP-821 Project: Maven Dependency Plugin Iss

[GitHub] [maven-dependency-plugin] dependabot[bot] opened a new pull request, #238: Bump jettyVersion from 9.4.45.v20220203 to 9.4.48.v20220622

2022-08-26 Thread GitBox
dependabot[bot] opened a new pull request, #238: URL: https://github.com/apache/maven-dependency-plugin/pull/238 Bumps `jettyVersion` from 9.4.45.v20220203 to 9.4.48.v20220622. Updates `jetty-server` from 9.4.45.v20220203 to 9.4.48.v20220622 Release notes Sourced from https://git

[GitHub] [maven-dependency-plugin] slawekjaranowski merged pull request #234: Bump mockito-core from 4.3.1 to 4.7.0

2022-08-26 Thread GitBox
slawekjaranowski merged PR #234: URL: https://github.com/apache/maven-dependency-plugin/pull/234 -- 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-

[jira] [Updated] (MPLUGIN-419) Allow @Parameter on setters methods

2022-08-26 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated MPLUGIN-419: Description: We needn't filed for Mojo parameters. When setters method exist it i

[jira] [Updated] (MDEP-819) Unable to delete with purge-local-repository

2022-08-26 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MDEP-819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MDEP-819: Fix Version/s: waiting-for-feedback > Unable to delete with purge-local-repository >

[jira] [Commented] (MPLUGIN-419) Allow @Parameter on setters methods

2022-08-26 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585612#comment-17585612 ] Michael Osipov commented on MPLUGIN-419: I don't understand the description. I t

[jira] [Created] (MPLUGIN-419) Allow @Parameter on setters methods

2022-08-26 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MPLUGIN-419: --- Summary: Allow @Parameter on setters methods Key: MPLUGIN-419 URL: https://issues.apache.org/jira/browse/MPLUGIN-419 Project: Maven Plugin Tools

[jira] [Commented] (MPLUGIN-417) report and descriptor goal need to evaluate Javadoc comments differently

2022-08-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585611#comment-17585611 ] ASF GitHub Bot commented on MPLUGIN-417: slawekjaranowski commented on code in P

[GitHub] [maven-plugin-tools] slawekjaranowski commented on a diff in pull request #139: MPLUGIN-417 Descriptor with plain text by default

2022-08-26 Thread GitBox
slawekjaranowski commented on code in PR #139: URL: https://github.com/apache/maven-plugin-tools/pull/139#discussion_r956426452 ## maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/AbstractGeneratorMojo.java: ## @@ -43,12 +42,6 @@ @Parameter( defaultValue = "

[jira] [Commented] (MPLUGIN-417) report and descriptor goal need to evaluate Javadoc comments differently

2022-08-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585608#comment-17585608 ] ASF GitHub Bot commented on MPLUGIN-417: slawekjaranowski commented on code in P

[GitHub] [maven-plugin-tools] slawekjaranowski commented on a diff in pull request #139: MPLUGIN-417 Descriptor with plain text by default

2022-08-26 Thread GitBox
slawekjaranowski commented on code in PR #139: URL: https://github.com/apache/maven-plugin-tools/pull/139#discussion_r956423748 ## maven-plugin-tools-java/src/main/java/org/apache/maven/tools/plugin/extractor/javadoc/JavaJavadocMojoDescriptorExtractor.java: ## @@ -56,11 +56,13 @

[GitHub] [maven-integration-testing] hboutemy commented on pull request #190: [MNG-7353] Add missing dependencies to bootstrap.txt

2022-08-26 Thread GitBox
hboutemy commented on PR #190: URL: https://github.com/apache/maven-integration-testing/pull/190#issuecomment-1228880820 The ITs don't at all use the fact that any version is LATEST, then using 2.7 and 2.8 instead of 3.0.0 and 3.1.1 is strictly the same result (I know, I wrote initial IT)

[jira] [Created] (MDEP-820) dependency:go-offline does not download plugin dependencies

2022-08-26 Thread Benjamin Asbach (Jira)
Benjamin Asbach created MDEP-820: Summary: dependency:go-offline does not download plugin dependencies Key: MDEP-820 URL: https://issues.apache.org/jira/browse/MDEP-820 Project: Maven Dependency Plugi

[jira] [Commented] (MRESOLVER-270) Maven resolver makes bad repository choices when resolving version ranges

2022-08-26 Thread Henning Schmiedehausen (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585599#comment-17585599 ] Henning Schmiedehausen commented on MRESOLVER-270: -- BTW, here is an e

[jira] [Commented] (MRESOLVER-270) Maven resolver makes bad repository choices when resolving version ranges

2022-08-26 Thread Henning Schmiedehausen (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585596#comment-17585596 ] Henning Schmiedehausen commented on MRESOLVER-270: -- The problem is th

[jira] [Updated] (MNG-7533) jar v2.6 has medium (CVE-2021-29425) Prisma vulnerability associated with maven v3.8.6

2022-08-26 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-7533: Fix Version/s: waiting-for-feedback > jar v2.6 has medium (CVE-2021-29425) Prisma vulnerability assoc

[jira] [Commented] (MRESOLVER-270) Maven resolver makes bad repository choices when resolving version ranges

2022-08-26 Thread Jira
[ https://issues.apache.org/jira/browse/MRESOLVER-270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585591#comment-17585591 ] Tamás Cservenák commented on MRESOLVER-270: --- I agree here, but IMHO: * the

[jira] [Commented] (MRESOLVER-270) Maven resolver makes bad repository choices when resolving version ranges

2022-08-26 Thread Henning Schmiedehausen (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585589#comment-17585589 ] Henning Schmiedehausen commented on MRESOLVER-270: -- first wins is a r

[jira] [Comment Edited] (MRESOLVER-270) Maven resolver makes bad repository choices when resolving version ranges

2022-08-26 Thread Jira
[ https://issues.apache.org/jira/browse/MRESOLVER-270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585586#comment-17585586 ] Tamás Cservenák edited comment on MRESOLVER-270 at 8/26/22 6:33 PM:

[jira] [Commented] (MRESOLVER-270) Maven resolver makes bad repository choices when resolving version ranges

2022-08-26 Thread Jira
[ https://issues.apache.org/jira/browse/MRESOLVER-270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585586#comment-17585586 ] Tamás Cservenák commented on MRESOLVER-270: --- The more I think about this mor

[jira] [Comment Edited] (MRESOLVER-270) Maven resolver makes bad repository choices when resolving version ranges

2022-08-26 Thread Jira
[ https://issues.apache.org/jira/browse/MRESOLVER-270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585586#comment-17585586 ] Tamás Cservenák edited comment on MRESOLVER-270 at 8/26/22 6:31 PM:

[jira] [Commented] (MPLUGIN-417) report and descriptor goal need to evaluate Javadoc comments differently

2022-08-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585582#comment-17585582 ] ASF GitHub Bot commented on MPLUGIN-417: kwin commented on code in PR #139: URL:

[jira] [Commented] (MPLUGIN-417) report and descriptor goal need to evaluate Javadoc comments differently

2022-08-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585583#comment-17585583 ] ASF GitHub Bot commented on MPLUGIN-417: kwin commented on code in PR #139: URL:

[GitHub] [maven-plugin-tools] kwin commented on a diff in pull request #139: MPLUGIN-417 Descriptor with plain text by default

2022-08-26 Thread GitBox
kwin commented on code in PR #139: URL: https://github.com/apache/maven-plugin-tools/pull/139#discussion_r956314886 ## maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/AbstractGeneratorMojo.java: ## @@ -43,12 +42,6 @@ @Parameter( defaultValue = "${project}",

[GitHub] [maven-plugin-tools] kwin commented on a diff in pull request #139: MPLUGIN-417 Descriptor with plain text by default

2022-08-26 Thread GitBox
kwin commented on code in PR #139: URL: https://github.com/apache/maven-plugin-tools/pull/139#discussion_r956314886 ## maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/AbstractGeneratorMojo.java: ## @@ -43,12 +42,6 @@ @Parameter( defaultValue = "${project}",

[jira] [Comment Edited] (MRESOLVER-270) Maven resolver makes bad repository choices when resolving version ranges

2022-08-26 Thread Jira
[ https://issues.apache.org/jira/browse/MRESOLVER-270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585581#comment-17585581 ] Tamás Cservenák edited comment on MRESOLVER-270 at 8/26/22 6:25 PM:

[jira] [Commented] (MRESOLVER-270) Maven resolver makes bad repository choices when resolving version ranges

2022-08-26 Thread Jira
[ https://issues.apache.org/jira/browse/MRESOLVER-270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585581#comment-17585581 ] Tamás Cservenák commented on MRESOLVER-270: --- Questions that are not really c

[jira] [Commented] (MPLUGIN-417) report and descriptor goal need to evaluate Javadoc comments differently

2022-08-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585580#comment-17585580 ] ASF GitHub Bot commented on MPLUGIN-417: kwin commented on code in PR #139: URL:

[GitHub] [maven-plugin-tools] kwin commented on a diff in pull request #139: MPLUGIN-417 Descriptor with plain text by default

2022-08-26 Thread GitBox
kwin commented on code in PR #139: URL: https://github.com/apache/maven-plugin-tools/pull/139#discussion_r956313386 ## maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/AbstractGeneratorMojo.java: ## @@ -88,44 +81,7 @@ public void execute() return;

[jira] [Commented] (MPLUGIN-417) report and descriptor goal need to evaluate Javadoc comments differently

2022-08-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585579#comment-17585579 ] ASF GitHub Bot commented on MPLUGIN-417: slawekjaranowski commented on code in P

[GitHub] [maven-plugin-tools] slawekjaranowski commented on a diff in pull request #139: MPLUGIN-417 Descriptor with plain text by default

2022-08-26 Thread GitBox
slawekjaranowski commented on code in PR #139: URL: https://github.com/apache/maven-plugin-tools/pull/139#discussion_r956255139 ## maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/AbstractGeneratorMojo.java: ## @@ -43,12 +42,6 @@ @Parameter( defaultValue = "

[jira] [Commented] (MRESOLVER-270) Maven resolver makes bad repository choices when resolving version ranges

2022-08-26 Thread Jira
[ https://issues.apache.org/jira/browse/MRESOLVER-270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585578#comment-17585578 ] Tamás Cservenák commented on MRESOLVER-270: --- Something is fishy, and need to

[GitHub] [maven] hgschmie commented on a diff in pull request #789: [MNG-7529] Maven resolver makes bad repository choices

2022-08-26 Thread GitBox
hgschmie commented on code in PR #789: URL: https://github.com/apache/maven/pull/789#discussion_r956268261 ## maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/DefaultVersionRangeResolver.java: ## @@ -195,6 +199,18 @@ private Map getVersions( Repository

[jira] [Commented] (MNG-7529) Maven resolver makes bad repository choices when resolving version ranges

2022-08-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585571#comment-17585571 ] ASF GitHub Bot commented on MNG-7529: - hgschmie commented on code in PR #789: URL: http

[jira] [Commented] (MNG-7529) Maven resolver makes bad repository choices when resolving version ranges

2022-08-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585570#comment-17585570 ] ASF GitHub Bot commented on MNG-7529: - hgschmie commented on code in PR #789: URL: http

[GitHub] [maven] hgschmie commented on a diff in pull request #789: [MNG-7529] Maven resolver makes bad repository choices

2022-08-26 Thread GitBox
hgschmie commented on code in PR #789: URL: https://github.com/apache/maven/pull/789#discussion_r956268261 ## maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/DefaultVersionRangeResolver.java: ## @@ -195,6 +199,18 @@ private Map getVersions( Repository

[jira] [Commented] (MRESOLVER-270) Maven resolver makes bad repository choices when resolving version ranges

2022-08-26 Thread Henning Schmiedehausen (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585567#comment-17585567 ] Henning Schmiedehausen commented on MRESOLVER-270: -- Hey Tamas, Yes,

[GitHub] [maven-integration-testing] hgschmie merged pull request #189: [MNG-7529] Integration test for MNG-7529

2022-08-26 Thread GitBox
hgschmie merged PR #189: URL: https://github.com/apache/maven-integration-testing/pull/189 -- 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-unsubs

[jira] [Updated] (SUREFIRE-2114) Surefire is going to kill self fork JVM. The exit has elapsed 30 seconds after System.exit(0).

2022-08-26 Thread Kamalpreet (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kamalpreet updated SUREFIRE-2114: - Attachment: surefire.log > Surefire is going to kill self fork JVM. The exit has elapsed 30 s

[jira] [Commented] (MRESOLVER-270) Maven resolver makes bad repository choices when resolving version ranges

2022-08-26 Thread Jira
[ https://issues.apache.org/jira/browse/MRESOLVER-270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585560#comment-17585560 ] Tamás Cservenák commented on MRESOLVER-270: --- Also, in your snippet the two U

[jira] [Commented] (MRESOLVER-270) Maven resolver makes bad repository choices when resolving version ranges

2022-08-26 Thread Jira
[ https://issues.apache.org/jira/browse/MRESOLVER-270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585559#comment-17585559 ] Tamás Cservenák commented on MRESOLVER-270: --- A question: is your snapshots r

[jira] [Commented] (MNG-7529) Maven resolver makes bad repository choices when resolving version ranges

2022-08-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585552#comment-17585552 ] ASF GitHub Bot commented on MNG-7529: - cstamas commented on code in PR #789: URL: https

[GitHub] [maven] cstamas commented on a diff in pull request #789: [MNG-7529] Maven resolver makes bad repository choices

2022-08-26 Thread GitBox
cstamas commented on code in PR #789: URL: https://github.com/apache/maven/pull/789#discussion_r956235765 ## maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/DefaultVersionRangeResolver.java: ## @@ -195,6 +199,18 @@ private Map getVersions( RepositoryS

[jira] [Commented] (MNG-7533) jar v2.6 has medium (CVE-2021-29425) Prisma vulnerability associated with maven v3.8.6

2022-08-26 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585528#comment-17585528 ] Michael Osipov commented on MNG-7533: - The dependency isn't used: {noformat} [INFO] ---

[jira] [Comment Edited] (MNG-7533) jar v2.6 has medium (CVE-2021-29425) Prisma vulnerability associated with maven v3.8.6

2022-08-26 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585528#comment-17585528 ] Michael Osipov edited comment on MNG-7533 at 8/26/22 4:28 PM: --

[GitHub] [maven-build-cache-extension] eltsovalex commented on pull request #24: added possibility to skip cache lookup per project or globally

2022-08-26 Thread GitBox
eltsovalex commented on PR #24: URL: https://github.com/apache/maven-build-cache-extension/pull/24#issuecomment-1228645084 Sorry, I do not have an MNG number yet to add as a proper commit comment But basically this PR is about adding 2 new features which are required to use this extensio

[GitHub] [maven-build-cache-extension] eltsovalex opened a new pull request, #24: added possibility to skip cache lookup per project or globally

2022-08-26 Thread GitBox
eltsovalex opened a new pull request, #24: URL: https://github.com/apache/maven-build-cache-extension/pull/24 added possibility to skip generated sources restore on per-project level added some logging Following this checklist to help us incorporate your contribution quickly and

[jira] [Updated] (MPLUGIN-417) report and descriptor goal need to evaluate Javadoc comments differently

2022-08-26 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated MPLUGIN-417: Fix Version/s: 3.7.0 > report and descriptor goal need to evaluate Javadoc comments differ

[jira] [Updated] (MPLUGIN-9) Add link to javadoc in configuration description page for user defined types of Mojos.

2022-08-26 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-9?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated MPLUGIN-9: -- Fix Version/s: 3.7.0 > Add link to javadoc in configuration description page for user defined ty

[jira] [Assigned] (MPLUGIN-9) Add link to javadoc in configuration description page for user defined types of Mojos.

2022-08-26 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-9?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus reassigned MPLUGIN-9: - Assignee: Konrad Windszus > Add link to javadoc in configuration description page for use

[jira] [Created] (MNG-7533) jar v2.6 has medium (CVE-2021-29425) Prisma vulnerability associated with maven v3.8.6

2022-08-26 Thread John Roddy (Jira)
John Roddy created MNG-7533: --- Summary: jar v2.6 has medium (CVE-2021-29425) Prisma vulnerability associated with maven v3.8.6 Key: MNG-7533 URL: https://issues.apache.org/jira/browse/MNG-7533 Project: Maven

[jira] [Commented] (MPLUGIN-417) report and descriptor goal need to evaluate Javadoc comments differently

2022-08-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585441#comment-17585441 ] ASF GitHub Bot commented on MPLUGIN-417: kwin commented on code in PR #139: URL:

[GitHub] [maven-enforcer] dependabot[bot] opened a new pull request, #182: Bump maven-dependency-tree from 3.1.1 to 3.2.0

2022-08-26 Thread GitBox
dependabot[bot] opened a new pull request, #182: URL: https://github.com/apache/maven-enforcer/pull/182 Bumps [maven-dependency-tree](https://github.com/apache/maven-dependency-tree) from 3.1.1 to 3.2.0. Release notes Sourced from https://github.com/apache/maven-dependency-tree/re

[GitHub] [maven-plugin-tools] kwin commented on a diff in pull request #139: MPLUGIN-417 Descriptor with plain text by default

2022-08-26 Thread GitBox
kwin commented on code in PR #139: URL: https://github.com/apache/maven-plugin-tools/pull/139#discussion_r956151146 ## maven-script/maven-plugin-tools-beanshell/src/main/java/org/apache/maven/tools/plugin/extractor/beanshell/BeanshellMojoDescriptorExtractor.java: ## @@ -131,6 +1

[jira] [Commented] (MPLUGIN-417) report and descriptor goal need to evaluate Javadoc comments differently

2022-08-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585440#comment-17585440 ] ASF GitHub Bot commented on MPLUGIN-417: kwin commented on code in PR #139: URL:

[GitHub] [maven-plugin-tools] kwin commented on a diff in pull request #139: MPLUGIN-417 Descriptor with plain text by default

2022-08-26 Thread GitBox
kwin commented on code in PR #139: URL: https://github.com/apache/maven-plugin-tools/pull/139#discussion_r956150516 ## maven-plugin-tools-java/src/main/java/org/apache/maven/tools/plugin/extractor/javadoc/JavaJavadocMojoDescriptorExtractor.java: ## @@ -56,11 +56,13 @@ /** *

[jira] [Commented] (MJAVADOC-727) Make methods from JavadocUtil public which deal with retrieving "package-list"/"element-list"

2022-08-26 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585436#comment-17585436 ] Slawomir Jaranowski commented on MJAVADOC-727: -- As I good see mentioned me

[GitHub] [maven-filtering] gnodet opened a new pull request, #46: Switch to maven 4 and the new api

2022-08-26 Thread GitBox
gnodet opened a new pull request, #46: URL: https://github.com/apache/maven-filtering/pull/46 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/MSHARED) filed

[GitHub] [maven-resources-plugin] gnodet opened a new pull request, #35: Switch to maven 4 and the new api

2022-08-26 Thread GitBox
gnodet opened a new pull request, #35: URL: https://github.com/apache/maven-resources-plugin/pull/35 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/MRESOURCES) fil

[jira] [Comment Edited] (MJAVADOC-727) Make methods from JavadocUtil public which deal with retrieving "package-list"/"element-list"

2022-08-26 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585416#comment-17585416 ] Konrad Windszus edited comment on MJAVADOC-727 at 8/26/22 2:36 PM: --

[GitHub] [maven-dependency-plugin] slawekjaranowski commented on pull request #234: Bump mockito-core from 4.3.1 to 4.7.0

2022-08-26 Thread GitBox
slawekjaranowski commented on PR #234: URL: https://github.com/apache/maven-dependency-plugin/pull/234#issuecomment-1228568979 @dependabot recreate -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[jira] [Commented] (MJAVADOC-727) Make methods from JavadocUtil public which deal with retrieving "package-list"/"element-list"

2022-08-26 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585416#comment-17585416 ] Konrad Windszus commented on MJAVADOC-727: -- [~sjaranowski] I am also fine movi

[jira] [Commented] (MJAVADOC-727) Make methods from JavadocUtil public which deal with retrieving "package-list"/"element-list"

2022-08-26 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585412#comment-17585412 ] Slawomir Jaranowski commented on MJAVADOC-727: -- How you want to reach meth

[jira] [Updated] (MJAVADOC-727) Make methods from JavadocUtil public which deal with retrieving "package-list"/"element-list"

2022-08-26 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated MJAVADOC-727: - Description: The functionality added in MPLUGIN-417 requires linking to javadoc class p

[jira] [Commented] (MDEP-819) Unable to delete with purge-local-repository

2022-08-26 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MDEP-819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585404#comment-17585404 ] Michael Osipov commented on MDEP-819: - Windows file locking, open file handle, permissi

[jira] [Moved] (MSCRIPTING-10) Page Not Found on majority of Maven Scripting Plugin pages

2022-08-26 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSCRIPTING-10?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov moved MNGSITE-490 to MSCRIPTING-10: -- Key: MSCRIPTING-10 (was: MNGSITE-490) Project: Mave

[jira] [Created] (MNGSITE-490) Page Not Found on majority of Maven Scripting Plugin pages

2022-08-26 Thread Milan Kubec (Jira)
Milan Kubec created MNGSITE-490: --- Summary: Page Not Found on majority of Maven Scripting Plugin pages Key: MNGSITE-490 URL: https://issues.apache.org/jira/browse/MNGSITE-490 Project: Maven Project Web Si

[jira] [Updated] (MJAVADOC-727) Make methods from JavadocUtil public which deal with retrieving "package-list"/"element-list"

2022-08-26 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated MJAVADOC-727: - Description: The functionality added in MPLUGIN-417 requires linking to javadoc class p

[jira] [Created] (MDEP-819) Unable to delete with purge-local-repository

2022-08-26 Thread Delany (Jira)
Delany created MDEP-819: --- Summary: Unable to delete with purge-local-repository Key: MDEP-819 URL: https://issues.apache.org/jira/browse/MDEP-819 Project: Maven Dependency Plugin Issue Type: Bug

[jira] [Created] (MJAVADOC-727) Make methods from JavadocUtil public which deal with retrieving "package-list"/"element-list"

2022-08-26 Thread Konrad Windszus (Jira)
Konrad Windszus created MJAVADOC-727: Summary: Make methods from JavadocUtil public which deal with retrieving "package-list"/"element-list" Key: MJAVADOC-727 URL: https://issues.apache.org/jira/browse/MJAVADO

[jira] [Closed] (MDEP-818) Bump plexus-io from 3.2.0 to 3.4.0

2022-08-26 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MDEP-818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MDEP-818. Resolution: Fixed > Bump plexus-io from 3.2.0 to 3.4.0 > -- >

[GitHub] [maven-dependency-plugin] dependabot[bot] opened a new pull request, #237: Bump maven-dependency-analyzer from 1.12.0 to 1.13.0

2022-08-26 Thread GitBox
dependabot[bot] opened a new pull request, #237: URL: https://github.com/apache/maven-dependency-plugin/pull/237 Bumps [maven-dependency-analyzer](https://github.com/apache/maven-dependency-analyzer) from 1.12.0 to 1.13.0. Commits https://github.com/apache/maven-dependency-ana

[jira] [Created] (MDEP-818) Bump plexus-io from 3.2.0 to 3.4.0

2022-08-26 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MDEP-818: Summary: Bump plexus-io from 3.2.0 to 3.4.0 Key: MDEP-818 URL: https://issues.apache.org/jira/browse/MDEP-818 Project: Maven Dependency Plugin Issue

[GitHub] [maven-dependency-plugin] slawekjaranowski merged pull request #232: Bump plexus-io from 3.2.0 to 3.4.0

2022-08-26 Thread GitBox
slawekjaranowski merged PR #232: URL: https://github.com/apache/maven-dependency-plugin/pull/232 -- 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-

[jira] [Assigned] (MDEP-806) Dependency tree in verbose mode for war is empty

2022-08-26 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MDEP-806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski reassigned MDEP-806: Assignee: Slawomir Jaranowski > Dependency tree in verbose mode for war is empty > -

[jira] [Commented] (MPMD-353) API incompatibility with jansi after upgrading m-shared-utils

2022-08-26 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MPMD-353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585369#comment-17585369 ] Michael Osipov commented on MPMD-353: - [~adangel], my opinion: Yes, this bug is annoyin

[GitHub] [maven-pmd-plugin] michael-o commented on pull request #91: [MPMD-353] - API incompatibility with jansi after upgrading m-shared-…

2022-08-26 Thread GitBox
michael-o commented on PR #91: URL: https://github.com/apache/maven-pmd-plugin/pull/91#issuecomment-1228489243 I wonder why it was necessary before? Was behavior of Jansi in previously different? -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[jira] [Updated] (MPMD-353) API incompatibility with jansi after upgrading m-shared-utils

2022-08-26 Thread Andreas Dangel (Jira)
[ https://issues.apache.org/jira/browse/MPMD-353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Dangel updated MPMD-353: Description: Affected maven versions: * 3.5.3 * 3.6.3 *Not* affected maven versions: * 3.2.5 * 3.3

[jira] [Commented] (MPMD-353) API incompatibility with jansi after upgrading m-shared-utils

2022-08-26 Thread Andreas Dangel (Jira)
[ https://issues.apache.org/jira/browse/MPMD-353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585359#comment-17585359 ] Andreas Dangel commented on MPMD-353: - I've tested the original suggestion {quote}Maybe

[GitHub] [maven-pmd-plugin] adangel opened a new pull request, #91: [MPMD-353] - API incompatibility with jansi after upgrading m-shared-…

2022-08-26 Thread GitBox
adangel opened a new pull request, #91: URL: https://github.com/apache/maven-pmd-plugin/pull/91 …utils The call to `MessageUtils.setColorEnabled()` is not needed. Log output from PMD is correctly colored depending on the maven settings. No special handling is needed. https

[jira] [Updated] (MPMD-353) API incompatibility with jansi after upgrading m-shared-utils

2022-08-26 Thread Andreas Dangel (Jira)
[ https://issues.apache.org/jira/browse/MPMD-353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Dangel updated MPMD-353: Summary: API incompatibility with jansi after upgrading m-shared-utils (was: An API incompatibility

[jira] [Assigned] (MPMD-353) API incompatibility with jansi after upgrading m-shared-utils

2022-08-26 Thread Andreas Dangel (Jira)
[ https://issues.apache.org/jira/browse/MPMD-353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Dangel reassigned MPMD-353: --- Assignee: Andreas Dangel > API incompatibility with jansi after upgrading m-shared-utils > ---

[jira] [Updated] (SUREFIRE-2114) Surefire is going to kill self fork JVM. The exit has elapsed 30 seconds after System.exit(0).

2022-08-26 Thread Kamalpreet (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kamalpreet updated SUREFIRE-2114: - Description: Hi Team,  I'm using maven surefire plugin (Latest Version) to execute tests on t

[jira] [Updated] (MPLUGIN-417) report and descriptor goal need to evaluate Javadoc comments differently

2022-08-26 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated MPLUGIN-417: Description: Currently it is not explicitly specified in [https://maven.apache.org/ref/3.

[jira] [Updated] (MPLUGIN-417) report and descriptor goal need to evaluate Javadoc comments differently

2022-08-26 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated MPLUGIN-417: Description: Currently it is not explicitly specified in [https://maven.apache.org/ref/3.

[jira] [Updated] (MPLUGIN-417) report and descriptor goal need to evaluate Javadoc comments differently

2022-08-26 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated MPLUGIN-417: Summary: report and descriptor goal need to evaluate Javadoc comments differently (was: r

[GitHub] [maven-enforcer] slachiewicz merged pull request #168: Bump mrm-maven-plugin from 1.3.0 to 1.4.1

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

[GitHub] [maven-enforcer] slachiewicz merged pull request #164: Bump maven-plugin-testing-harness from 3.1.0 to 3.3.0

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

[GitHub] [maven-enforcer] slachiewicz merged pull request #181: Bump mockito.version from 4.6.1 to 4.7.0

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

[jira] [Commented] (MDEP-599) Upgrade parent to 31

2022-08-26 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MDEP-599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585248#comment-17585248 ] Hudson commented on MDEP-599: - Build succeeded in Jenkins: Maven » Maven TLP » maven-dependency

[GitHub] [maven-dependency-plugin] slawekjaranowski merged pull request #214: Bump junit from 4.12 to 4.13.1 in /src/it/projects/mdep-599-analyze-java9

2022-08-26 Thread GitBox
slawekjaranowski merged PR #214: URL: https://github.com/apache/maven-dependency-plugin/pull/214 -- 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-

[GitHub] [maven-dependency-plugin] slawekjaranowski merged pull request #212: Bump jsoup from 1.13.1 to 1.14.2 in /src/it/projects/analyze-testDependencyWithNonTestScope

2022-08-26 Thread GitBox
slawekjaranowski merged PR #212: URL: https://github.com/apache/maven-dependency-plugin/pull/212 -- 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-

[GitHub] [maven-dependency-plugin] slawekjaranowski commented on pull request #236: Bump jsoup from 1.15.2 to 1.15.3

2022-08-26 Thread GitBox
slawekjaranowski commented on PR #236: URL: https://github.com/apache/maven-dependency-plugin/pull/236#issuecomment-1228163533 @dependabot recreate -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[GitHub] [maven-dependency-plugin] slawekjaranowski merged pull request #213: Bump junit from 4.12 to 4.13.1 in /src/it/projects/analyze-testDependencyWithNonTestScope

2022-08-26 Thread GitBox
slawekjaranowski merged PR #213: URL: https://github.com/apache/maven-dependency-plugin/pull/213 -- 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-