[jira] [Commented] (MNG-8051) Combine dependency scopes instead of overriding

2024-06-05 Thread James Howe (Jira)
[ https://issues.apache.org/jira/browse/MNG-8051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17852391#comment-17852391 ] James Howe commented on MNG-8051: - **I** have no control over how these dependencies requir

[jira] [Comment Edited] (MNG-8051) Combine dependency scopes instead of overriding

2024-06-05 Thread James Howe (Jira)
[ https://issues.apache.org/jira/browse/MNG-8051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17852391#comment-17852391 ] James Howe edited comment on MNG-8051 at 6/5/24 11:03 AM: -- *I* hav

[jira] [Created] (MNG-8051) Combine dependency scopes instead of overriding

2024-02-13 Thread James Howe (Jira)
James Howe created MNG-8051: --- Summary: Combine dependency scopes instead of overriding Key: MNG-8051 URL: https://issues.apache.org/jira/browse/MNG-8051 Project: Maven Issue Type: Improvement

[jira] [Updated] (MNG-8051) Combine dependency scopes instead of overriding

2024-02-13 Thread James Howe (Jira)
[ https://issues.apache.org/jira/browse/MNG-8051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Howe updated MNG-8051: Description: I discovered this situation when combining these dependencies: {code:xml} org.hibernate.orm

[jira] [Commented] (MNG-5540) Simplyfied form of overridden scope on transitive dependencies

2024-02-13 Thread James Howe (Jira)
[ https://issues.apache.org/jira/browse/MNG-5540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17816954#comment-17816954 ] James Howe commented on MNG-5540: - You can do this with dependency management: {code:xml}

[jira] [Commented] (MNG-7717) Maven warns wrongly about ${localRepository} expression

2023-03-21 Thread James Howe (Jira)
[ https://issues.apache.org/jira/browse/MNG-7717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17703131#comment-17703131 ] James Howe commented on MNG-7717: - This seems to have been introduced in 3.9.1, not fixed?

[jira] [Commented] (MENFORCER-417) requireUpperBoundDeps doesn't work when dependencies are managed

2022-06-22 Thread James Howe (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17557401#comment-17557401 ] James Howe commented on MENFORCER-417: -- I found the cause, and I think it's not a

[jira] [Updated] (MENFORCER-417) requireUpperBoundDeps doesn't work when dependencies are managed

2022-06-22 Thread James Howe (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Howe updated MENFORCER-417: - Affects Version/s: 3.1.0 > requireUpperBoundDeps doesn't work when dependencies are managed >

[jira] [Updated] (MENFORCER-417) requireUpperBoundDeps doesn't work when dependencies are managed

2022-05-10 Thread James Howe (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Howe updated MENFORCER-417: - Summary: requireUpperBoundDeps doesn't work when dependencies are managed (was: requireUpperB

[jira] [Updated] (MENFORCER-417) requireUpperBoundDeps doesn't account for dependencyManagement

2022-05-10 Thread James Howe (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Howe updated MENFORCER-417: - Description: {code:xml}   {code} Example false-positive in a project using spring-boot-depe

[jira] [Updated] (MENFORCER-417) requireUpperBoundDeps doesn't account for dependencyManagement

2022-05-10 Thread James Howe (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Howe updated MENFORCER-417: - Description: {code:xml}   {code} Example false-positive in a project using spring-boot-depe

[jira] [Updated] (MENFORCER-417) requireUpperBoundDeps doesn't account for dependencyManagement

2022-05-10 Thread James Howe (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Howe updated MENFORCER-417: - Description: {code:xml}   {code} Example false-positive in a project using spring-boot-depe

[jira] [Created] (MENFORCER-417) requireUpperBoundDeps doesn't account for dependencyManagement

2022-05-10 Thread James Howe (Jira)
James Howe created MENFORCER-417: Summary: requireUpperBoundDeps doesn't account for dependencyManagement Key: MENFORCER-417 URL: https://issues.apache.org/jira/browse/MENFORCER-417 Project: Maven Enf

[jira] [Commented] (MCOMPILER-391) annotationProcessorPaths have to follow dependencyManagement rules

2021-10-06 Thread James Howe (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17424916#comment-17424916 ] James Howe commented on MCOMPILER-391: -- [~rfscholte] is the NPE MSHARED-998? > a

[jira] [Commented] (MCOMPILER-272) When annotationProcessorPaths has multiple entries, only the transitive dependencies of the first entry are added

2021-08-02 Thread James Howe (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17391709#comment-17391709 ] James Howe commented on MCOMPILER-272: -- Still not fixed in 3.8.1. It looks like i

[jira] [Commented] (MNG-3058) Allow artifact aliases

2017-01-18 Thread James Howe (JIRA)
[ https://issues.apache.org/jira/browse/MNG-3058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15828190#comment-15828190 ] James Howe commented on MNG-3058: - Is there a way to do this as a consumer, without relying

[jira] [Commented] (MSHADE-116) IncludeResourceTransformer could allow

2016-08-02 Thread James Howe (JIRA)
[ https://issues.apache.org/jira/browse/MSHADE-116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15404202#comment-15404202 ] James Howe commented on MSHADE-116: --- Well yes, I too would like to not have to list ever

[jira] [Commented] (MSHADE-116) IncludeResourceTransformer could allow

2016-08-02 Thread James Howe (JIRA)
[ https://issues.apache.org/jira/browse/MSHADE-116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15403803#comment-15403803 ] James Howe commented on MSHADE-116: --- [~michael-o] Seems silly that feature requests get

[jira] [Created] (MSHADE-233) IncludeResourceTransformer should (be configurable to) error if file doesn't exist.

2016-08-02 Thread James Howe (JIRA)
James Howe created MSHADE-233: - Summary: IncludeResourceTransformer should (be configurable to) error if file doesn't exist. Key: MSHADE-233 URL: https://issues.apache.org/jira/browse/MSHADE-233 Project:

[jira] [Commented] (MDEP-266) Add parameter to configure copy-dependencies to also copy optional dependencies

2016-05-04 Thread James Howe (JIRA)
[ https://issues.apache.org/jira/browse/MDEP-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15270964#comment-15270964 ] James Howe commented on MDEP-266: - This is certainly still an issue, at least with optional