[jira] [Updated] (MNG-7566) Allow a Maven plugin to require a Java version through its plugin descriptor

2022-12-01 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MNG-7566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated MNG-7566: - Fix Version/s: 4.0.0-alpha-3 > Allow a Maven plugin to require a Java version through its plugin de

[GitHub] [maven] michael-o commented on a diff in pull request #888: [MNG-7611] Change semantics of plugin descriptor's "requiredJavaVersion"

2022-12-01 Thread GitBox
michael-o commented on code in PR #888: URL: https://github.com/apache/maven/pull/888#discussion_r1036802620 ## maven-core/src/main/java/org/apache/maven/plugin/internal/MavenPluginJavaPrerequisiteChecker.java: ## @@ -18,26 +18,57 @@ */ package org.apache.maven.plugin.interna

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

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

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

2022-12-01 Thread GitBox
kwin opened a new pull request, #184: URL: https://github.com/apache/maven-plugin-tools/pull/184 Generate simple version constraints automatically Fix Javadoc -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

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

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

[GitHub] [maven] kwin commented on a diff in pull request #888: [MNG-7611] Change semantics of plugin descriptor's "requiredJavaVersion"

2022-12-01 Thread GitBox
kwin commented on code in PR #888: URL: https://github.com/apache/maven/pull/888#discussion_r1036814051 ## maven-core/src/main/java/org/apache/maven/plugin/internal/MavenPluginJavaPrerequisiteChecker.java: ## @@ -18,26 +18,57 @@ */ package org.apache.maven.plugin.internal;

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

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

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

2022-12-01 Thread GitBox
kwin commented on PR #178: URL: https://github.com/apache/maven-plugin-tools/pull/178#issuecomment-194561 > Will this also handle nested-nested classes? Yes, it does, I added a test for this in https://github.com/apache/maven-plugin-tools/pull/178/commits/ff47800d2a3e0f4e0cffd75d

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

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

[GitHub] [maven-compiler-plugin] project25o1 opened a new pull request, #158: [MCOMPILER-512] - Defining maven.compiler.release as empty string end…

2022-12-01 Thread GitBox
project25o1 opened a new pull request, #158: URL: https://github.com/apache/maven-compiler-plugin/pull/158 …s with NumberFormatException in testColeMojo Use getRelease() when accessing release configuration parameter and check if empty before trying to use it. Following this ch

[jira] [Updated] (MCOMPILER-512) Defining maven.compiler.release as empty string ends with NumberFormatException in testCompileMojo

2022-12-01 Thread Holger Mense (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holger Mense updated MCOMPILER-512: --- Flags: Patch > Defining maven.compiler.release as empty string ends with > NumberFormatEx

[GitHub] [maven] cstamas commented on pull request #883: [MNG-6609] Profile activation based on packaging

2022-12-01 Thread GitBox
cstamas commented on PR #883: URL: https://github.com/apache/maven/pull/883#issuecomment-1333554347 IT fixed https://github.com/apache/maven-integration-testing/pull/214#pullrequestreview-1200730814 So am to merge this PR. -- This is an automated message from the Apache Git Service

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

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

[GitHub] [maven-mvnd] landrus opened a new issue, #747: Using an openjdk 8 my modules fail with compilation issues due to not finding javax.annotation

2022-12-01 Thread GitBox
landrus opened a new issue, #747: URL: https://github.com/apache/maven-mvnd/issues/747 I configured mvnd to use openjdk 1.8.0_352, which builds our software correctly using normal mvn. When I build with mvnd I get compilation issue where the javax.annotation package cannot be found T

[jira] [Commented] (MNG-7606) Maven 3.9.0-SNAPSHOT cannot build Maven 4.0.0-SNAPSHOT

2022-12-01 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17641841#comment-17641841 ] Tamas Cservenak commented on MNG-7606: -- IT added as [https://github.com/apache/maven-i

[GitHub] [maven-integration-testing] cstamas merged pull request #214: [MNG-7606] add IT

2022-12-01 Thread GitBox
cstamas merged PR #214: URL: https://github.com/apache/maven-integration-testing/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-unsubsc

[GitHub] [maven] cstamas merged pull request #883: [MNG-6609] Profile activation based on packaging

2022-12-01 Thread GitBox
cstamas merged PR #883: URL: https://github.com/apache/maven/pull/883 -- 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.or

[jira] [Created] (MPOM-372) Automatically format source files during Eclipse incremental build

2022-12-01 Thread Konrad Windszus (Jira)
Konrad Windszus created MPOM-372: Summary: Automatically format source files during Eclipse incremental build Key: MPOM-372 URL: https://issues.apache.org/jira/browse/MPOM-372 Project: Maven POMs

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

2022-12-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-6609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17641859#comment-17641859 ] ASF GitHub Bot commented on MNG-6609: - cstamas merged PR #883: URL: https://github.com/

[jira] [Updated] (MPOM-372) Automatically format source files during Eclipse incremental build

2022-12-01 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MPOM-372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated MPOM-372: - Description: Each source file should be auto-formatted after an incremental build is triggered in E

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

2022-12-01 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MNG-6609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus resolved MNG-6609. -- Resolution: Fixed > Profile activation by packaging > > >

[jira] [Created] (MNGSITE-502) Document activation based on packaging

2022-12-01 Thread Konrad Windszus (Jira)
Konrad Windszus created MNGSITE-502: --- Summary: Document activation based on packaging Key: MNGSITE-502 URL: https://issues.apache.org/jira/browse/MNGSITE-502 Project: Maven Project Web Site

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

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

[jira] [Commented] (MNG-7606) Maven 3.9.0-SNAPSHOT cannot build Maven 4.0.0-SNAPSHOT

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

[jira] [Closed] (MNG-7606) Maven 3.9.0-SNAPSHOT cannot build Maven 4.0.0-SNAPSHOT

2022-12-01 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MNG-7606. Resolution: Fixed > Maven 3.9.0-SNAPSHOT cannot build Maven 4.0.0-SNAPSHOT >

[GitHub] [maven] cstamas commented on pull request #859: [3.9.x] [MNG-7473] Backport Maven BOM to 3.9.0

2022-12-01 Thread GitBox
cstamas commented on PR #859: URL: https://github.com/apache/maven/pull/859#issuecomment-1333697430 Am backing out from backporting BOM, it makes no sense as is IMHO -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [maven] cstamas closed pull request #859: [3.9.x] [MNG-7473] Backport Maven BOM to 3.9.0

2022-12-01 Thread GitBox
cstamas closed pull request #859: [3.9.x] [MNG-7473] Backport Maven BOM to 3.9.0 URL: https://github.com/apache/maven/pull/859 -- 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. T

[jira] [Commented] (MNG-7473) Backport Maven BOM to Maven 3.9.x

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

[jira] [Commented] (MNG-7473) Backport Maven BOM to Maven 3.9.x

2022-12-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17641883#comment-17641883 ] ASF GitHub Bot commented on MNG-7473: - cstamas closed pull request #859: [3.9.x] [MNG-7

[jira] [Closed] (MNG-7473) Backport Maven BOM to Maven 3.9.x

2022-12-01 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MNG-7473. Resolution: Won't Fix Backed out from it, it makes no sense to do it "as is". > Backport Maven BOM t

[jira] [Updated] (MNG-7587) Update sisu to a version supporting at least Java 17

2022-12-01 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MNG-7587: - Fix Version/s: 4.0.x-candidate (was: 3.9.0-candidate) > Update sisu to a ver

[GitHub] [maven] cstamas merged pull request #884: [MNG-7607] Add M4 Transport API

2022-12-01 Thread GitBox
cstamas merged PR #884: URL: https://github.com/apache/maven/pull/884 -- 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.or

[jira] [Assigned] (MNG-7607) Add Transport to new Immutable API

2022-12-01 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak reassigned MNG-7607: Assignee: Tamas Cservenak > Add Transport to new Immutable API > ---

[jira] [Closed] (MNG-7607) Add Transport to new Immutable API

2022-12-01 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MNG-7607. Resolution: Fixed > Add Transport to new Immutable API > -- > >

[jira] [Commented] (MNG-7607) Add Transport to new Immutable API

2022-12-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17641896#comment-17641896 ] ASF GitHub Bot commented on MNG-7607: - cstamas merged PR #884: URL: https://github.com/

[GitHub] [maven-plugin-tools] dependabot[bot] opened a new pull request, #185: Bump httpcore from 4.4.15 to 4.4.16

2022-12-01 Thread GitBox
dependabot[bot] opened a new pull request, #185: URL: https://github.com/apache/maven-plugin-tools/pull/185 Bumps httpcore from 4.4.15 to 4.4.16. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.httpco

[jira] [Commented] (MNG-7607) Add Transport to new Immutable API

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

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

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

[jira] [Commented] (MNG-7606) Maven 3.9.0-SNAPSHOT cannot build Maven 4.0.0-SNAPSHOT

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

Maven build hanging -- how to collect diagnostics?

2022-12-01 Thread John Lilley
Greetings, I have a maven build for a somewhat complex tree of projects, where I find that a multi-thread build will hang unless “clean” is done first. A single-thread build is fine. The hang seems to occur at one of the “Installing…” messages, but of course being multi-threaded it is unclear

[jira] [Created] (MNG-7612) Chained Local Repository

2022-12-01 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MNG-7612: Summary: Chained Local Repository Key: MNG-7612 URL: https://issues.apache.org/jira/browse/MNG-7612 Project: Maven Issue Type: New Feature

Re: Maven build hanging -- how to collect diagnostics?

2022-12-01 Thread Tamás Cservenák
Please use the Maven User list, this list (issues) is for automated JIRA emails and is probably filtered/archived by many of us. Also, please specify Maven version, Java version (that Maven uses). https://maven.apache.org/mailing-lists.html Thanks T On Thu, Dec 1, 2022 at 4:50 PM John Lilley w

[jira] [Updated] (MNG-7612) Chained Local Repository

2022-12-01 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MNG-7612: - Description: New feature: Chained Local Repository Manager (CLRM). This new feature is not somethi

[jira] [Updated] (MNG-7612) Chained Local Repository

2022-12-01 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MNG-7612: - Description: New feature: Chained Local Repository Manager (CLRM). This new feature is not somethi

[jira] [Updated] (MNG-7612) Chained Local Repository

2022-12-01 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MNG-7612: - Description: New feature: Chained Local Repository Manager (CLRM). This new feature is not somethi

[jira] [Created] (MSHARED-1170) Upgrade Parent to 38

2022-12-01 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MSHARED-1170: Summary: Upgrade Parent to 38 Key: MSHARED-1170 URL: https://issues.apache.org/jira/browse/MSHARED-1170 Project: Maven Shared Components Issu

[jira] [Updated] (MNG-7612) Chained Local Repository

2022-12-01 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MNG-7612: - Description: New feature: Chained Local Repository Manager (CLRM). This new feature is not somethi

[jira] [Created] (MSHARED-1171) New IntelliJ code style formatter

2022-12-01 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MSHARED-1171: Summary: New IntelliJ code style formatter Key: MSHARED-1171 URL: https://issues.apache.org/jira/browse/MSHARED-1171 Project: Maven Shared Components

[jira] [Updated] (MSHARED-1170) Upgrade Parent to 38

2022-12-01 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated MSHARED-1170: - Fix Version/s: maven-shared-resources-6 > Upgrade Parent to 38 > --

[GitHub] [maven] cstamas commented on pull request #450: [MNG-7097] Plugin Dependency Resolution Improvement

2022-12-01 Thread GitBox
cstamas commented on PR #450: URL: https://github.com/apache/maven/pull/450#issuecomment-1334328876 Closing as https://issues.apache.org/jira/browse/MPLUGIN-372 solves all this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [maven] cstamas closed pull request #450: [MNG-7097] Plugin Dependency Resolution Improvement

2022-12-01 Thread GitBox
cstamas closed pull request #450: [MNG-7097] Plugin Dependency Resolution Improvement URL: https://github.com/apache/maven/pull/450 -- 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 comme

[jira] [Commented] (MNG-7097) Plugin Dependency Resolution: don't download Maven-provided artifacts

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

[jira] [Commented] (MNG-7097) Plugin Dependency Resolution: don't download Maven-provided artifacts

2022-12-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17642148#comment-17642148 ] ASF GitHub Bot commented on MNG-7097: - cstamas closed pull request #450: [MNG-7097] Plu

[jira] [Closed] (MNG-7097) Plugin Dependency Resolution: don't download Maven-provided artifacts

2022-12-01 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MNG-7097. Resolution: Won't Fix Fixed by MPLUGIN-372 that actually solves very much the problem. > Plugin Depe

[GitHub] [maven] gnodet commented on a diff in pull request #888: [MNG-7611] Change semantics of plugin descriptor's "requiredJavaVersion"

2022-12-01 Thread GitBox
gnodet commented on code in PR #888: URL: https://github.com/apache/maven/pull/888#discussion_r1037528525 ## maven-core/src/main/java/org/apache/maven/plugin/internal/MavenPluginJavaPrerequisiteChecker.java: ## @@ -18,26 +18,57 @@ */ package org.apache.maven.plugin.internal;

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

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

[GitHub] [maven] michael-o commented on a diff in pull request #888: [MNG-7611] Change semantics of plugin descriptor's "requiredJavaVersion"

2022-12-01 Thread GitBox
michael-o commented on code in PR #888: URL: https://github.com/apache/maven/pull/888#discussion_r1037533787 ## maven-core/src/main/java/org/apache/maven/plugin/internal/MavenPluginJavaPrerequisiteChecker.java: ## @@ -18,26 +18,57 @@ */ package org.apache.maven.plugin.interna

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

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

[GitHub] [maven] slawekjaranowski opened a new pull request, #889: [MNG-7612] Chained LRM

2022-12-01 Thread GitBox
slawekjaranowski opened a new pull request, #889: URL: https://github.com/apache/maven/pull/889 Adds new feature: Chained Local Repository Manager. --- https://issues.apache.org/jira/browse/MNG-7612 Following this checklist to help us incorporate your contribution quic

[jira] [Commented] (MNG-7612) Chained Local Repository

2022-12-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17642160#comment-17642160 ] ASF GitHub Bot commented on MNG-7612: - slawekjaranowski opened a new pull request, #889

[GitHub] [maven] slawekjaranowski commented on pull request #875: Chained LRM

2022-12-01 Thread GitBox
slawekjaranowski commented on PR #875: URL: https://github.com/apache/maven/pull/875#issuecomment-1334429080 Suppressed by: #889 -- 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 comme

[GitHub] [maven] slawekjaranowski closed pull request #875: Chained LRM

2022-12-01 Thread GitBox
slawekjaranowski closed pull request #875: Chained LRM URL: https://github.com/apache/maven/pull/875 -- 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: iss

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

2022-12-01 Thread GitBox
michael-o commented on PR #108: URL: https://github.com/apache/maven-site-plugin/pull/108#issuecomment-1334429493 Superseded. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment

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

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

[GitHub] [maven-site-plugin] dependabot[bot] commented on pull request #108: Bump plexus-archiver from 4.4.0 to 4.6.0

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

[GitHub] [maven-site-plugin] michael-o commented on pull request #106: Bump plexus-utils from 3.4.2 to 3.5.0

2022-12-01 Thread GitBox
michael-o commented on PR #106: URL: https://github.com/apache/maven-site-plugin/pull/106#issuecomment-1334429553 Superseded. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment

[GitHub] [maven-site-plugin] michael-o closed pull request #106: Bump plexus-utils from 3.4.2 to 3.5.0

2022-12-01 Thread GitBox
michael-o closed pull request #106: Bump plexus-utils from 3.4.2 to 3.5.0 URL: https://github.com/apache/maven-site-plugin/pull/106 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific commen

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

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

[GitHub] [maven-site-plugin] michael-o commented on pull request #114: Bump maven-reporting-api from 4.0.0-M2 to 4.0.0-M3

2022-12-01 Thread GitBox
michael-o commented on PR #114: URL: https://github.com/apache/maven-site-plugin/pull/114#issuecomment-1334429664 Superseded. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment

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

2022-12-01 Thread GitBox
michael-o closed pull request #114: Bump maven-reporting-api from 4.0.0-M2 to 4.0.0-M3 URL: https://github.com/apache/maven-site-plugin/pull/114 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the s

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

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

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

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

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

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

[GitHub] [maven] gnodet merged pull request #866: [MNG-7596] Upgrade to plexus 3.5.0

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

[jira] [Commented] (MNG-7596) Upgrade to plexus-utils 3.5.0

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

[GitHub] [maven-project-info-reports-plugin] michael-o opened a new pull request, #43: Prepare for Doxia 2.0.0

2022-12-01 Thread GitBox
michael-o opened a new pull request, #43: URL: https://github.com/apache/maven-project-info-reports-plugin/pull/43 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/M

[GitHub] [maven-project-info-reports-plugin] michael-o commented on pull request #39: Preparation for Doxia 2.0.0

2022-12-01 Thread GitBox
michael-o commented on PR #39: URL: https://github.com/apache/maven-project-info-reports-plugin/pull/39#issuecomment-1334449756 Superseded by #43. -- 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-project-info-reports-plugin] michael-o closed pull request #39: Preparation for Doxia 2.0.0

2022-12-01 Thread GitBox
michael-o closed pull request #39: Preparation for Doxia 2.0.0 URL: https://github.com/apache/maven-project-info-reports-plugin/pull/39 -- 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 co

[GitHub] [maven-script-interpreter] olamy opened a new pull request, #84: Add release drafter

2022-12-01 Thread GitBox
olamy opened a new pull request, #84: URL: https://github.com/apache/maven-script-interpreter/pull/84 Signed-off-by: Olivier Lamy -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [maven-script-interpreter] olamy merged pull request #84: Add release drafter

2022-12-01 Thread GitBox
olamy merged PR #84: URL: https://github.com/apache/maven-script-interpreter/pull/84 -- 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...@

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

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

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

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

[jira] [Commented] (MNG-7596) Upgrade to plexus-utils 3.5.0

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

[GitHub] [maven] slawekjaranowski opened a new pull request, #890: [MNG-7612] Chained LRM

2022-12-01 Thread GitBox
slawekjaranowski opened a new pull request, #890: URL: https://github.com/apache/maven/pull/890 Adds new feature: Chained Local Repository Manager. --- https://issues.apache.org/jira/browse/MNG-7612 Following this checklist to help us incorporate your contribution quic

[GitHub] [maven] slawekjaranowski commented on pull request #889: [MNG-7612] Chained LRM

2022-12-01 Thread GitBox
slawekjaranowski commented on PR #889: URL: https://github.com/apache/maven/pull/889#issuecomment-1334502021 suppressed by #890 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific commen

[GitHub] [maven] slawekjaranowski closed pull request #889: [MNG-7612] Chained LRM

2022-12-01 Thread GitBox
slawekjaranowski closed pull request #889: [MNG-7612] Chained LRM URL: https://github.com/apache/maven/pull/889 -- 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,

[jira] [Commented] (MNG-7612) Chained Local Repository

2022-12-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17642188#comment-17642188 ] ASF GitHub Bot commented on MNG-7612: - slawekjaranowski opened a new pull request, #890

[jira] [Commented] (MNG-7612) Chained Local Repository

2022-12-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17642189#comment-17642189 ] ASF GitHub Bot commented on MNG-7612: - slawekjaranowski commented on PR #889: URL: http

[jira] [Commented] (MNG-7612) Chained Local Repository

2022-12-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17642190#comment-17642190 ] ASF GitHub Bot commented on MNG-7612: - slawekjaranowski closed pull request #889: [MNG-

[GitHub] [maven-script-interpreter] olamy merged pull request #83: Bump maven-shared-components from 37 to 38

2022-12-01 Thread GitBox
olamy merged PR #83: URL: https://github.com/apache/maven-script-interpreter/pull/83 -- 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...@

[GitHub] [maven-script-interpreter] slawekjaranowski commented on pull request #83: Bump maven-shared-components from 37 to 38

2022-12-01 Thread GitBox
slawekjaranowski commented on PR #83: URL: https://github.com/apache/maven-script-interpreter/pull/83#issuecomment-1334515384 Please check output of checkstyle report in site https://issues.apache.org/jira/browse/MPOM-371 -- This is an automated message from the Apache Git Service. To

[jira] [Updated] (MPOM-371) Fix checkstyle configuration

2022-12-01 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MPOM-371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated MPOM-371: - Description: We have new checkstyle configuration in shared-resource but old one is used.

[GitHub] [maven-invoker-plugin] dependabot[bot] merged pull request #150: Bump mockito-core from 4.6.1 to 4.9.0

2022-12-01 Thread GitBox
dependabot[bot] merged PR #150: URL: https://github.com/apache/maven-invoker-plugin/pull/150 -- 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-unsu

[GitHub] [maven-invoker-plugin] dependabot[bot] merged pull request #149: Bump plexus-utils from 3.4.2 to 3.5.0

2022-12-01 Thread GitBox
dependabot[bot] merged PR #149: URL: https://github.com/apache/maven-invoker-plugin/pull/149 -- 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-unsu

[jira] [Created] (MNG-7613) Upgrade Apache Maven parent POM to version 38

2022-12-01 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MNG-7613: Summary: Upgrade Apache Maven parent POM to version 38 Key: MNG-7613 URL: https://issues.apache.org/jira/browse/MNG-7613 Project: Maven Issue Type: D

[GitHub] [maven] slawekjaranowski opened a new pull request, #891: Mng 7613

2022-12-01 Thread GitBox
slawekjaranowski opened a new pull request, #891: URL: https://github.com/apache/maven/pull/891 Following this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MNG) filed

[jira] [Created] (MDEP-840) Unused declared dependencies found but dependency is used?

2022-12-01 Thread Joe Barnett (Jira)
Joe Barnett created MDEP-840: Summary: Unused declared dependencies found but dependency is used? Key: MDEP-840 URL: https://issues.apache.org/jira/browse/MDEP-840 Project: Maven Dependency Plugin

[jira] [Updated] (MDEP-840) Unused declared dependencies found but dependency is used?

2022-12-01 Thread Joe Barnett (Jira)
[ https://issues.apache.org/jira/browse/MDEP-840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Barnett updated MDEP-840: - Description: We have a class here: [https://github.com/trib3/leakycauldron/blob/main/testing/src/main/kotl

[GitHub] [maven-script-interpreter] olamy commented on pull request #83: Bump maven-shared-components from 37 to 38

2022-12-01 Thread GitBox
olamy commented on PR #83: URL: https://github.com/apache/maven-script-interpreter/pull/83#issuecomment-1334671669 If it's only the site report who really cares as long as the build pass... -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [maven-enforcer] fdfea commented on pull request #136: [MENFORCER-411] DependencyConvergence takes include/exclude parameters to filter errors

2022-12-01 Thread GitBox
fdfea commented on PR #136: URL: https://github.com/apache/maven-enforcer/pull/136#issuecomment-1334697686 @slawekjaranowski Updated -- 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 c

  1   2   >