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

2022-12-05 Thread GitBox
kwin commented on code in PR #128: URL: https://github.com/apache/maven-doxia/pull/128#discussion_r1040615055 ## doxia-modules/doxia-module-markdown/src/main/java/org/apache/maven/doxia/module/markdown/MarkdownSink.java: ## @@ -0,0 +1,1180 @@ +package

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

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

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

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

[GitHub] [maven-wagon] dependabot[bot] opened a new pull request, #87: Bump commons-net from 3.6 to 3.9.0 in /wagon-providers/wagon-ftp

2022-12-05 Thread GitBox
dependabot[bot] opened a new pull request, #87: URL: https://github.com/apache/maven-wagon/pull/87 Bumps commons-net from 3.6 to 3.9.0. [![Dependabot compatibility

[GitHub] [maven-dependency-tree] dependabot[bot] opened a new pull request, #32: Bump commons-net from 3.2 to 3.9.0 in /src/it/reactor/module-y-deps-x

2022-12-05 Thread GitBox
dependabot[bot] opened a new pull request, #32: URL: https://github.com/apache/maven-dependency-tree/pull/32 Bumps commons-net from 3.2 to 3.9.0. [![Dependabot compatibility

[GitHub] [maven-site] dependabot[bot] opened a new pull request, #349: Bump maven-site-plugin from 4.0.0-M3 to 4.0.0-M4

2022-12-05 Thread GitBox
dependabot[bot] opened a new pull request, #349: URL: https://github.com/apache/maven-site/pull/349 Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 4.0.0-M3 to 4.0.0-M4. Commits

[jira] [Updated] (MSHARED-480) Use maven-site-plugin's site.xml to use site's skin instead of default when run as mojo

2022-12-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSHARED-480: --- Summary: Use maven-site-plugin's site.xml to use site's skin instead of default when run as

[jira] [Updated] (MSHARED-480) use maven-site-plugin's site.xml to use site's skin instead of default when run as mojo

2022-12-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSHARED-480: --- Issue Type: Improvement (was: Bug) > use maven-site-plugin's site.xml to use site's skin

[GitHub] [maven-resolver] cstamas opened a new pull request, #226: Alternate transform API

2022-12-05 Thread GitBox
cstamas opened a new pull request, #226: URL: https://github.com/apache/maven-resolver/pull/226 Is WIP, just some ideas... Alternate transformation API, that is: - logically simpler, as it ALWAYS get applied (unlike branching like FileTransformer) - by default just uses

[jira] [Closed] (MPOM-376) Spotless importOrder should be taken into consideration

2022-12-05 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MPOM-376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MPOM-376. Resolution: Fixed > Spotless importOrder should be taken into consideration >

[jira] [Commented] (MPOM-376) Spotless importOrder should be taken into consideration

2022-12-05 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MPOM-376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643556#comment-17643556 ] Hudson commented on MPOM-376: - Build succeeded in Jenkins: Maven » Maven TLP » maven-parent » master #71 See

[GitHub] [maven-parent] slawekjaranowski merged pull request #97: [MPOM-376] Spotless importOrder should be taken into consideration

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

[jira] [Created] (MSHADE-435) Add parameter to ignore project artifact for excludes filtering

2022-12-05 Thread Marcono1234 (Jira)
Marcono1234 created MSHADE-435: -- Summary: Add parameter to ignore project artifact for excludes filtering Key: MSHADE-435 URL: https://issues.apache.org/jira/browse/MSHADE-435 Project: Maven Shade

[GitHub] [maven-surefire] dependabot[bot] opened a new pull request, #580: Bump javassist from 3.29.0-GA to 3.29.2-GA

2022-12-05 Thread GitBox
dependabot[bot] opened a new pull request, #580: URL: https://github.com/apache/maven-surefire/pull/580 Bumps [javassist](https://github.com/jboss-javassist/javassist) from 3.29.0-GA to 3.29.2-GA. Release notes Sourced from

[GitHub] [maven-parent] kwin commented on a diff in pull request #97: [MPOM-376] Spotless importOrder should be taken into consideration

2022-12-05 Thread GitBox
kwin commented on code in PR #97: URL: https://github.com/apache/maven-parent/pull/97#discussion_r1039945219 ## pom.xml: ## @@ -1166,11 +1166,11 @@ under the License. 2.27.1 + Review Comment: A comment why the order is

[jira] [Assigned] (MPOM-376) Spotless importOrder should be taken into consideration

2022-12-05 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MPOM-376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski reassigned MPOM-376: Assignee: Slawomir Jaranowski > Spotless importOrder should be taken into

[jira] [Updated] (MPOM-376) Spotless importOrder should be taken into consideration

2022-12-05 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MPOM-376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated MPOM-376: - Fix Version/s: MAVEN-39 > Spotless importOrder should be taken into consideration >

[GitHub] [maven-parent] slawekjaranowski opened a new pull request, #97: [MPOM-376] Spotless importOrder should be taken into consideration

2022-12-05 Thread GitBox
slawekjaranowski opened a new pull request, #97: URL: https://github.com/apache/maven-parent/pull/97 Spotless formatters must be placed in correct order in configuration -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[jira] [Closed] (MNG-7568) [WARNING] The requested profile "ABCDEF" could not be activated because it does not exist.

2022-12-05 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MNG-7568. > [WARNING] The requested profile "ABCDEF" could not be activated because it > does not exist. >

[jira] [Commented] (MNG-7576) Restore compatibility with maven 3

2022-12-05 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643458#comment-17643458 ] Hudson commented on MNG-7576: - Build succeeded in Jenkins: Maven » Maven TLP » maven » master #150 See

[jira] [Commented] (MNG-7618) Use goalPrefix instead of artifactId to display mojos being executed

2022-12-05 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643444#comment-17643444 ] Hudson commented on MNG-7618: - Build succeeded in Jenkins: Maven » Maven TLP » maven » master #149 See

[jira] [Commented] (MNG-7576) Restore compatibility with maven 3

2022-12-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643442#comment-17643442 ] ASF GitHub Bot commented on MNG-7576: - gnodet merged PR #903: URL:

[GitHub] [maven] gnodet merged pull request #903: [MNG-7576] Restore compatibility for flatten-maven-plugin

2022-12-05 Thread GitBox
gnodet merged PR #903: URL: https://github.com/apache/maven/pull/903 -- 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] (MNG-7576) Restore compatibility with maven 3

2022-12-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643428#comment-17643428 ] ASF GitHub Bot commented on MNG-7576: - gnodet opened a new pull request, #903: URL:

[GitHub] [maven] gnodet opened a new pull request, #903: [MNG-7576] Restore compatibility for flatten-maven-plugin

2022-12-05 Thread GitBox
gnodet opened a new pull request, #903: URL: https://github.com/apache/maven/pull/903 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/MNG) filed for the

[jira] [Commented] (MNG-7619) Maven should explain why an artifact is present in local repository

2022-12-05 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643427#comment-17643427 ] Hudson commented on MNG-7619: - Build succeeded in Jenkins: Maven » Maven TLP » maven » master #148 See

[jira] [Commented] (MNG-7619) Maven should explain why an artifact is present in local repository

2022-12-05 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643423#comment-17643423 ] Hudson commented on MNG-7619: - Build succeeded in Jenkins: Maven » Maven TLP » maven » maven-3.9.x #96 See

[jira] [Closed] (MNG-6609) Profile activation by packaging

2022-12-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MNG-6609. --- > Profile activation by packaging > > > Key: MNG-6609 >

[GitHub] [maven-integration-testing] gnodet merged pull request #217: [MNG-7618] Fix display for plugins

2022-12-05 Thread GitBox
gnodet merged PR #217: URL: https://github.com/apache/maven-integration-testing/pull/217 -- 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] [Closed] (MNG-7618) Use goalPrefix instead of artifactId to display mojos being executed

2022-12-05 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MNG-7618. Resolution: Fixed > Use goalPrefix instead of artifactId to display mojos being executed >

[jira] [Commented] (MNG-7618) Use goalPrefix instead of artifactId to display mojos being executed

2022-12-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643421#comment-17643421 ] ASF GitHub Bot commented on MNG-7618: - gnodet merged PR #898: URL:

[GitHub] [maven] gnodet merged pull request #898: [MNG-7618] Use goalPrefix instead of artifactId to display mojos being executed

2022-12-05 Thread GitBox
gnodet merged PR #898: URL: https://github.com/apache/maven/pull/898 -- 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] [Assigned] (MNG-7619) Maven should explain why an artifact is present in local repository

2022-12-05 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak reassigned MNG-7619: Assignee: Tamas Cservenak > Maven should explain why an artifact is present in local

[jira] [Closed] (MNG-7619) Maven should explain why an artifact is present in local repository

2022-12-05 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MNG-7619. Resolution: Fixed > Maven should explain why an artifact is present in local repository >

[jira] [Commented] (MNG-7619) Maven should explain why an artifact is present in local repository

2022-12-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643402#comment-17643402 ] ASF GitHub Bot commented on MNG-7619: - cstamas merged PR #900: URL:

[jira] [Commented] (MNG-7619) Maven should explain why an artifact is present in local repository

2022-12-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643403#comment-17643403 ] ASF GitHub Bot commented on MNG-7619: - cstamas merged PR #902: URL:

[GitHub] [maven] cstamas merged pull request #902: [MNG-7619] Reverse Dependency Tree

2022-12-05 Thread GitBox
cstamas merged PR #902: URL: https://github.com/apache/maven/pull/902 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [maven] cstamas merged pull request #900: [MNG-7619] Reverse Dependency Tree

2022-12-05 Thread GitBox
cstamas merged PR #900: URL: https://github.com/apache/maven/pull/900 -- 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] [Closed] (MNGSITE-501) Clarify JDK activation element

2022-12-05 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MNGSITE-501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus closed MNGSITE-501. --- > Clarify JDK activation element > -- > > Key:

[jira] [Resolved] (MNGSITE-501) Clarify JDK activation element

2022-12-05 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MNGSITE-501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus resolved MNGSITE-501. - Resolution: Fixed > Clarify JDK activation element > -- > >

[jira] [Updated] (MPOM-375) Add license header automatically to all files

2022-12-05 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MPOM-375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated MPOM-375: - Description: Currently license headers are only added to some java files. One should leverage

[jira] [Updated] (MPOM-375) Add license header automatically to all files

2022-12-05 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MPOM-375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated MPOM-375: - Description: Currently license headers are only added to java files. One should leverage option

[jira] [Commented] (MPOM-376) Spotless importOrder should be taken into consideration

2022-12-05 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MPOM-376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643346#comment-17643346 ] Konrad Windszus commented on MPOM-376: -- This is because palantir also defines an import order

[jira] [Closed] (MPOM-373) Execute spotless before rat

2022-12-05 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MPOM-373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus closed MPOM-373. > Execute spotless before rat > --- > > Key: MPOM-373 >

[jira] [Assigned] (MPOM-373) Execute spotless before rat

2022-12-05 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MPOM-373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus reassigned MPOM-373: Assignee: Konrad Windszus > Execute spotless before rat > --- > >

[jira] [Commented] (MPOM-373) Execute spotless before rat

2022-12-05 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MPOM-373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643316#comment-17643316 ] Hudson commented on MPOM-373: - Build succeeded in Jenkins: Maven » Maven TLP » maven-parent » master #69 See

[jira] [Resolved] (MPOM-373) Execute spotless before rat

2022-12-05 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MPOM-373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus resolved MPOM-373. -- Resolution: Fixed > Execute spotless before rat > --- > >

[GitHub] [maven-parent] kwin merged pull request #96: [MPOM-373] Execute spotless-m-p before apache-rat-plugin

2022-12-05 Thread GitBox
kwin merged PR #96: URL: https://github.com/apache/maven-parent/pull/96 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [maven-dist-tool] dependabot[bot] closed pull request #21: Bump maven-reporting-exec from 2.0.0-M1 to 2.0.0-M2

2022-12-05 Thread GitBox
dependabot[bot] closed pull request #21: Bump maven-reporting-exec from 2.0.0-M1 to 2.0.0-M2 URL: https://github.com/apache/maven-dist-tool/pull/21 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [maven-dist-tool] dependabot[bot] opened a new pull request, #24: Bump maven-reporting-exec from 2.0.0-M1 to 2.0.0-M3

2022-12-05 Thread GitBox
dependabot[bot] opened a new pull request, #24: URL: https://github.com/apache/maven-dist-tool/pull/24 Bumps [maven-reporting-exec](https://github.com/apache/maven-reporting-exec) from 2.0.0-M1 to 2.0.0-M3. Commits

[jira] [Comment Edited] (MPOM-374) Autoformat *.groovy files

2022-12-05 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MPOM-374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643293#comment-17643293 ] Konrad Windszus edited comment on MPOM-374 at 12/5/22 11:56 AM: At least

[jira] [Commented] (MPOM-374) Autoformat *.groovy files

2022-12-05 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MPOM-374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643293#comment-17643293 ] Konrad Windszus commented on MPOM-374: -- At least adding the license header does not work for groovy

[GitHub] [maven-jarsigner-plugin] danshome commented on pull request #2: Mark verify and sign Mojos thread safe

2022-12-05 Thread GitBox
danshome commented on PR #2: URL: https://github.com/apache/maven-jarsigner-plugin/pull/2#issuecomment-1337189131 @slachiewicz When will this change be merged into the master? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Created] (MPOM-376) Spotless importOrder should be taken into consideration

2022-12-05 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MPOM-376: Summary: Spotless importOrder should be taken into consideration Key: MPOM-376 URL: https://issues.apache.org/jira/browse/MPOM-376 Project: Maven POMs

[jira] [Commented] (MPLUGIN-444) JavadocLinkGenerator.createLink: Support nested binary class names

2022-12-05 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643264#comment-17643264 ] Hudson commented on MPLUGIN-444: Build succeeded in Jenkins: Maven » Maven TLP » maven-plugin-tools »

[jira] [Updated] (MPOM-375) Add license header automatically to all files

2022-12-05 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MPOM-375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated MPOM-375: - Description: Currently license headers are only added to java files. One should leverage option

[jira] [Created] (MPOM-375) Add license header automatically to all files

2022-12-05 Thread Konrad Windszus (Jira)
Konrad Windszus created MPOM-375: Summary: Add license header automatically to all files Key: MPOM-375 URL: https://issues.apache.org/jira/browse/MPOM-375 Project: Maven POMs Issue Type:

[jira] [Created] (MPOM-374) Autoformat *.groovy files

2022-12-05 Thread Konrad Windszus (Jira)
Konrad Windszus created MPOM-374: Summary: Autoformat *.groovy files Key: MPOM-374 URL: https://issues.apache.org/jira/browse/MPOM-374 Project: Maven POMs Issue Type: Improvement

[jira] [Updated] (MPOM-373) Execute spotless before rat

2022-12-05 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MPOM-373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated MPOM-373: - Description: {{apache-rat-plugin:check}} should be executed after a reformatting with

[jira] [Created] (MPOM-373) Execute spotless before rat

2022-12-05 Thread Konrad Windszus (Jira)
Konrad Windszus created MPOM-373: Summary: Execute spotless before rat Key: MPOM-373 URL: https://issues.apache.org/jira/browse/MPOM-373 Project: Maven POMs Issue Type: Improvement

[jira] [Commented] (MNG-7611) java.lang.IllegalStateException: Required Java version 1.8 is not met by current version: 17.0.5

2022-12-05 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643242#comment-17643242 ] Hudson commented on MNG-7611: - Build succeeded in Jenkins: Maven » Maven TLP » maven-plugin-tools » master #91

[jira] [Commented] (MPLUGIN-443) Javadoc reference containing a link label with spaces are not detected

2022-12-05 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643243#comment-17643243 ] Hudson commented on MPLUGIN-443: Build succeeded in Jenkins: Maven » Maven TLP » maven-plugin-tools »

[jira] [Resolved] (MPLUGIN-444) JavadocLinkGenerator.createLink: Support nested binary class names

2022-12-05 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus resolved MPLUGIN-444. - Resolution: Fixed > JavadocLinkGenerator.createLink: Support nested binary class names

[jira] [Commented] (MPLUGIN-444) JavadocLinkGenerator.createLink: Support nested binary class names

2022-12-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643219#comment-17643219 ] ASF GitHub Bot commented on MPLUGIN-444: kwin merged PR #178: URL:

[GitHub] [maven-plugin-tools] kwin merged pull request #178: [MPLUGIN-444] JavadocLinkGenerator.createLink: Support nested binary

2022-12-05 Thread GitBox
kwin merged PR #178: URL: https://github.com/apache/maven-plugin-tools/pull/178 -- 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] [Resolved] (MPLUGIN-443) Javadoc reference containing a link label with spaces are not detected

2022-12-05 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus resolved MPLUGIN-443. - Resolution: Fixed > Javadoc reference containing a link label with spaces are not

[jira] [Commented] (MPLUGIN-443) Javadoc reference containing a link label with spaces are not detected

2022-12-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643218#comment-17643218 ] ASF GitHub Bot commented on MPLUGIN-443: kwin merged PR #177: URL:

[jira] [Commented] (MNG-7611) java.lang.IllegalStateException: Required Java version 1.8 is not met by current version: 17.0.5

2022-12-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643217#comment-17643217 ] ASF GitHub Bot commented on MNG-7611: - kwin merged PR #184: URL:

[GitHub] [maven-plugin-tools] kwin merged pull request #177: [MPLUGIN-443] Detect javadoc link labels with spaces

2022-12-05 Thread GitBox
kwin merged PR #177: URL: https://github.com/apache/maven-plugin-tools/pull/177 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [maven-plugin-tools] kwin merged pull request #184: [MNG-7611] Change semantics of plugin descriptor's "requiredJavaVersion"

2022-12-05 Thread GitBox
kwin merged PR #184: URL: https://github.com/apache/maven-plugin-tools/pull/184 -- 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] (MNG-7598) Enforce binary backwards-compatibility with Maven 3 of all exported packages

2022-12-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643216#comment-17643216 ] ASF GitHub Bot commented on MNG-7598: - kwin commented on PR #874: URL:

[GitHub] [maven] kwin commented on pull request #874: [MNG-7598] Enforce binary backwards-compatibility

2022-12-05 Thread GitBox
kwin commented on PR #874: URL: https://github.com/apache/maven/pull/874#issuecomment-1337080224 @gnodet Any objection to merge this (after fixing the conflicts)? -- 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-501) Clarify JDK activation element

2022-12-05 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNGSITE-501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643195#comment-17643195 ] Hudson commented on MNGSITE-501: Build succeeded in Jenkins: Maven » Maven TLP » maven-site » master

[jira] [Commented] (MNGSITE-501) Clarify JDK activation element

2022-12-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNGSITE-501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643193#comment-17643193 ] ASF GitHub Bot commented on MNGSITE-501: kwin merged PR #346: URL:

[GitHub] [maven-site] kwin merged pull request #346: [MNGSITE-501] Clarify profile jdk activation

2022-12-05 Thread GitBox
kwin merged PR #346: URL: https://github.com/apache/maven-site/pull/346 -- 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] (MNG-7609) Clarify documentation of extension descriptor

2022-12-05 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643187#comment-17643187 ] Hudson commented on MNG-7609: - Build succeeded in Jenkins: Maven » Maven TLP » maven » master #147 See

[GitHub] [maven-invoker-plugin] olamy commented on pull request #154: [MINVOKER-312] change to groovy groupId org.apache.groovy and bump version to 4.x support jdk19

2022-12-05 Thread GitBox
olamy commented on PR #154: URL: https://github.com/apache/maven-invoker-plugin/pull/154#issuecomment-1337033917 > We need also update https://maven.apache.org/plugins/maven-invoker-plugin/groovy-version.html > > Info about import `groovy.xml..` packages can be useful good

[GitHub] [maven-invoker-plugin] slawekjaranowski commented on pull request #154: [MINVOKER-312] change to groovy groupId org.apache.groovy and bump version to 4.x support jdk19

2022-12-05 Thread GitBox
slawekjaranowski commented on PR #154: URL: https://github.com/apache/maven-invoker-plugin/pull/154#issuecomment-1337012874 We need also update https://maven.apache.org/plugins/maven-invoker-plugin/groovy-version.html Info about import `groovy.xml..` packages can be useful --

[jira] [Resolved] (MNG-7609) Clarify documentation of extension descriptor

2022-12-05 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MNG-7609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus resolved MNG-7609. -- Fix Version/s: 4.0.0 4.0.0-alpha-3 Assignee: Konrad Windszus

[jira] [Commented] (MNG-7609) Clarify documentation of extension descriptor

2022-12-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17643174#comment-17643174 ] ASF GitHub Bot commented on MNG-7609: - kwin merged PR #896: URL:

[GitHub] [maven] kwin merged pull request #896: [MNG-7609] Clarify extension descriptor documentation

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

[GitHub] [maven-install-plugin] slawekjaranowski commented on pull request #48: Bump maven-plugins from 37 to 38

2022-12-05 Thread GitBox
slawekjaranowski commented on PR #48: URL: https://github.com/apache/maven-install-plugin/pull/48#issuecomment-1336971291 Please check checkstyle site report https://issues.apache.org/jira/browse/MPOM-371 -- This is an automated message from the Apache Git Service. To respond to the