[jira] [Updated] (MSOURCES-150) Skip creation of sources jar when sources are empty

2025-03-01 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSOURCES-150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MSOURCES-150: - Description: The {{maven-jar-plugin}} can be configured with {{skipIfEmpty}} to skip th

[jira] [Updated] (MSOURCES-150) Skip creation of sources jar when sources are empty

2025-03-01 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSOURCES-150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MSOURCES-150: - Description: The {{maven-jar-plugin}} can be configured with {{skipIfEmpty}} to skip th

[jira] [Updated] (MSOURCES-150) Skip creation of sources jar when sources are empty

2025-03-01 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSOURCES-150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MSOURCES-150: - Summary: Skip creation of sources jar when sources are empty (was: Skip creating of so

[jira] [Created] (MSOURCES-150) Skip creating of sources jar when artifact is empty

2025-03-01 Thread Peter De Maeyer (Jira)
Peter De Maeyer created MSOURCES-150: Summary: Skip creating of sources jar when artifact is empty Key: MSOURCES-150 URL: https://issues.apache.org/jira/browse/MSOURCES-150 Project: Maven Source Pl

[jira] [Updated] (MSOURCES-124) Sources and test sources should have separate artifact types

2025-03-01 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSOURCES-124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MSOURCES-124: - Description: Imagine a project that has main and test sources, resulting in 4 artifacts

[jira] [Commented] (MCLEAN-125) Don't clean files put in the output directory by previous modules during the same build

2025-02-02 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17923047#comment-17923047 ] Peter De Maeyer commented on MCLEAN-125: Okay, then I propose you decline the cor

[jira] [Updated] (MCLEAN-125) Don't clean files put in the output directory by previous modules during the same build

2025-01-23 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MCLEAN-125: --- Description: In complex multi-module projects with custom plugins, there is often a situatio

[jira] [Updated] (MCLEAN-126) Use Path instead of File paradigm as much as possible

2025-01-19 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MCLEAN-126: --- Description: The code currently uses a combination of old {{File}} API and new {{Path}} API.

[jira] [Updated] (MCLEAN-126) Use Path instead of File paradigm as much as possible

2025-01-19 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MCLEAN-126: --- Description: The code currently uses a combination of old {{File}} API and new {{Path}} API.

[jira] [Commented] (MCLEAN-124) Provide more accurate reason when can not delete a resource

2024-11-12 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17897452#comment-17897452 ] Peter De Maeyer commented on MCLEAN-124: By the way, I notice a lot of clutter in

[jira] [Comment Edited] (MCLEAN-124) Provide more accurate reason when can not delete a resource

2024-11-12 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17897449#comment-17897449 ] Peter De Maeyer edited comment on MCLEAN-124 at 11/12/24 10:21 AM:

[jira] [Comment Edited] (MCLEAN-124) Provide more accurate reason when can not delete a resource

2024-11-12 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17897449#comment-17897449 ] Peter De Maeyer edited comment on MCLEAN-124 at 11/12/24 10:21 AM:

[jira] [Commented] (MCLEAN-124) Provide more accurate reason when can not delete a resource

2024-11-12 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17897449#comment-17897449 ] Peter De Maeyer commented on MCLEAN-124: No, I did not have such a plan, because

[jira] [Commented] (MCLEAN-102) Fast is slower on windows with many cores

2024-11-11 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17897271#comment-17897271 ] Peter De Maeyer commented on MCLEAN-102: There is not much to go on in this issue

[jira] (MCLEAN-117) Threading issue with fast=true on multi-module project.

2024-11-11 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-117 ] Peter De Maeyer deleted comment on MCLEAN-117: was (Author: peterdm): I think there is another limitation. Looking at the code {{Cleaner.delete}}, {{fast}} mode together with {{includes/e

[jira] [Comment Edited] (MCLEAN-117) Threading issue with fast=true on multi-module project.

2024-11-11 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17897270#comment-17897270 ] Peter De Maeyer edited comment on MCLEAN-117 at 11/11/24 8:12 PM: -

[jira] [Comment Edited] (MCLEAN-117) Threading issue with fast=true on multi-module project.

2024-11-11 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17897270#comment-17897270 ] Peter De Maeyer edited comment on MCLEAN-117 at 11/11/24 8:11 PM: -

[jira] [Commented] (MCLEAN-117) Threading issue with fast=true on multi-module project.

2024-11-11 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17897270#comment-17897270 ] Peter De Maeyer commented on MCLEAN-117: I think there is another limitation. Loo

[jira] [Commented] (MCLEAN-125) Don't clean files put in the output directory by previous modules during the same build

2024-11-11 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17897265#comment-17897265 ] Peter De Maeyer commented on MCLEAN-125: I hope this gets merged into the 3.x bra

[jira] [Updated] (MCLEAN-125) Don't clean files put in the output directory by previous modules during the same build

2024-11-11 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MCLEAN-125: --- Description: In complex multi-module projects with custom plugins, there is often a situatio

[jira] [Updated] (MCLEAN-125) Don't clean files put in the output directory by previous modules during the same build

2024-11-11 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MCLEAN-125: --- Summary: Don't clean files put in the output directory by previous modules during the same bu

[jira] [Comment Edited] (MCLEAN-126) Use Path instead of File paradigm as much as possible

2024-11-11 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17897111#comment-17897111 ] Peter De Maeyer edited comment on MCLEAN-126 at 11/11/24 8:21 AM: -

[jira] [Commented] (MCLEAN-126) Use Path instead of File paradigm as much as possible

2024-11-11 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17897111#comment-17897111 ] Peter De Maeyer commented on MCLEAN-126: I made a PR with minimal "like for like"

[jira] [Created] (MCLEAN-126) Use Path instead of File paradigm as much as possible

2024-11-10 Thread Peter De Maeyer (Jira)
Peter De Maeyer created MCLEAN-126: -- Summary: Use Path instead of File paradigm as much as possible Key: MCLEAN-126 URL: https://issues.apache.org/jira/browse/MCLEAN-126 Project: Maven Clean Plugin

[jira] [Comment Edited] (MCLEAN-124) Provide more accurate reason when can not delete a resource

2024-11-10 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17897036#comment-17897036 ] Peter De Maeyer edited comment on MCLEAN-124 at 11/10/24 6:46 PM: -

[jira] [Commented] (MCLEAN-124) Provide more accurate reason when can not delete a resource

2024-11-10 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17897036#comment-17897036 ] Peter De Maeyer commented on MCLEAN-124: I think the fix version should be {{next

[jira] [Comment Edited] (MCLEAN-124) Provide more accurate reason when can not delete a resource

2024-11-07 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17896187#comment-17896187 ] Peter De Maeyer edited comment on MCLEAN-124 at 11/7/24 7:58 AM: --

[jira] [Comment Edited] (MCLEAN-124) Provide more accurate reason when can not delete a resource

2024-11-07 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17896187#comment-17896187 ] Peter De Maeyer edited comment on MCLEAN-124 at 11/7/24 7:58 AM: --

[jira] [Commented] (MCLEAN-124) Provide more accurate reason when can not delete a resource

2024-11-06 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17896187#comment-17896187 ] Peter De Maeyer commented on MCLEAN-124: I created a PR for this, leveraging Java

[jira] [Comment Edited] (MCLEAN-124) Provide more accurate reason when can not delete a resource

2024-11-06 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17895979#comment-17895979 ] Peter De Maeyer edited comment on MCLEAN-124 at 11/6/24 7:42 PM: --

[jira] [Comment Edited] (MCLEAN-124) Provide more accurate reason when can not delete a resource

2024-11-06 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17895979#comment-17895979 ] Peter De Maeyer edited comment on MCLEAN-124 at 11/6/24 4:28 PM: --

[jira] [Comment Edited] (MCLEAN-110) Utils.createSymlink should be replace by Java 7 code

2024-11-06 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17895962#comment-17895962 ] Peter De Maeyer edited comment on MCLEAN-110 at 11/6/24 1:40 PM: --

[jira] [Comment Edited] (MCLEAN-110) Utils.createSymlink should be replace by Java 7 code

2024-11-06 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17895962#comment-17895962 ] Peter De Maeyer edited comment on MCLEAN-110 at 11/6/24 1:39 PM: --

[jira] [Commented] (MCLEAN-124) Provide more accurate reason when can not delete a resource

2024-11-06 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17895979#comment-17895979 ] Peter De Maeyer commented on MCLEAN-124: The stack trace is coming from {{Cleaner

[jira] [Commented] (MCLEAN-110) Utils.createSymlink should be replace by Java 7 code

2024-11-06 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17895962#comment-17895962 ] Peter De Maeyer commented on MCLEAN-110: I created a PR where I removed {{Utils.c

[jira] [Updated] (MCLEAN-125) Clean all modules in multi-module project beforehand

2024-11-05 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MCLEAN-125: --- Description: In complex multi-module projects with custom plugins, there is often a situatio

[jira] [Created] (MCLEAN-125) Clean all modules in multi-module project beforehand

2024-11-05 Thread Peter De Maeyer (Jira)
Peter De Maeyer created MCLEAN-125: -- Summary: Clean all modules in multi-module project beforehand Key: MCLEAN-125 URL: https://issues.apache.org/jira/browse/MCLEAN-125 Project: Maven Clean Plugin

[jira] [Commented] (MENFORCER-477) failWhenParentIsSnapshot does not respect onlyWhenRelease

2023-04-07 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17709776#comment-17709776 ] Peter De Maeyer commented on MENFORCER-477: --- This is not a bug after all. I

[jira] [Updated] (MENFORCER-477) failWhenParentIsSnapshot does not respect onlyWhenRelease

2023-04-07 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MENFORCER-477: -- Description: I have a snapshot project that has a snapshot parent. At release time,

[jira] [Commented] (MENFORCER-477) failWhenParentIsSnapshot does not respect onlyWhenRelease

2023-04-06 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17709517#comment-17709517 ] Peter De Maeyer commented on MENFORCER-477: --- Yes, I tried with 3.3.0, the be

[jira] [Updated] (MENFORCER-477) failWhenParentIsSnapshot does not respect onlyWhenRelease

2023-04-06 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MENFORCER-477: -- Affects Version/s: 3.3.0 > failWhenParentIsSnapshot does not respect onlyWhenRelease

[jira] [Updated] (MENFORCER-477) failWhenParentIsSnapshot does not respect onlyWhenRelease

2023-04-06 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MENFORCER-477: -- Description: I have a snapshot project that has a snapshot parent. At release time,

[jira] [Updated] (MENFORCER-477) failWhenParentIsSnapshot does not respect onlyWhenRelease

2023-04-06 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MENFORCER-477: -- Description: I have a snapshot project that has a snapshot parent. At release time,

[jira] [Updated] (MENFORCER-477) failWhenParentIsSnapshot does not respect onlyWhenRelease

2023-04-06 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MENFORCER-477: -- Description: I have a snapshot project that has a snapshot parent. At release time,

[jira] [Updated] (MENFORCER-477) failWhenParentIsSnapshot does not respect onlyWhenRelease

2023-04-06 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MENFORCER-477: -- Description: I have a snapshot project that has a snapshot parent. At release time,

[jira] [Updated] (MENFORCER-477) failWhenParentIsSnapshot does not respect onlyWhenRelease

2023-04-06 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MENFORCER-477: -- Description: I have a snapshot project that has a snapshot parent. At release time,

[jira] [Updated] (MENFORCER-477) failWhenParentIsSnapshot does not respect onlyWhenRelease

2023-04-06 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MENFORCER-477: -- Description: I have a snapshot project that has a snapshot parent. At release time,

[jira] [Updated] (MENFORCER-477) failWhenParentIsSnapshot does not respect onlyWhenRelease

2023-04-06 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MENFORCER-477: -- Description: I have a snapshot project that has a snapshot parent. At release time,

[jira] [Updated] (MENFORCER-477) failWhenParentIsSnapshot does not respect onlyWhenRelease

2023-04-06 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MENFORCER-477: -- Description: I have a snapshot project that has a snapshot parent. At release time,

[jira] [Created] (MENFORCER-477) failWhenParentIsSnapshot does not respect onlyWhenRelease

2023-04-06 Thread Peter De Maeyer (Jira)
Peter De Maeyer created MENFORCER-477: - Summary: failWhenParentIsSnapshot does not respect onlyWhenRelease Key: MENFORCER-477 URL: https://issues.apache.org/jira/browse/MENFORCER-477 Project: Maven

[jira] [Updated] (MENFORCER-477) failWhenParentIsSnapshot does not respect onlyWhenRelease

2023-04-06 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MENFORCER-477: -- Description: I have a snapshot project that has a snapshot parent. At release time,

[jira] [Comment Edited] (MINSTALL-151) Projects without primary artifacts, but with attachment artifacts fail install

2022-11-01 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MINSTALL-151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17627326#comment-17627326 ] Peter De Maeyer edited comment on MINSTALL-151 at 11/1/22 8:53 PM: --

[jira] [Commented] (MINSTALL-151) Projects without primary artifacts, but with attachment artifacts fail install

2022-11-01 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MINSTALL-151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17627326#comment-17627326 ] Peter De Maeyer commented on MINSTALL-151: -- My use case: some of my submodules

[jira] [Comment Edited] (MNG-6608) Why can't project.version in pom.xml be set as a variable?

2020-12-18 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MNG-6608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17251336#comment-17251336 ] Peter De Maeyer edited comment on MNG-6608 at 12/18/20, 9:34 PM:

[jira] [Commented] (MNG-6608) Why can't project.version in pom.xml be set as a variable?

2020-12-17 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MNG-6608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17251336#comment-17251336 ] Peter De Maeyer commented on MNG-6608: -- My observation: for practical purposes, the ci

[jira] [Commented] (MSHADE-339) Shaded test jar has wrong type "jar"

2020-01-11 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17013572#comment-17013572 ] Peter De Maeyer commented on MSHADE-339: I updated the pull request with the "att

[jira] [Commented] (MSHADE-342) Many integration tests fail when run in isolation

2020-01-02 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17007010#comment-17007010 ] Peter De Maeyer commented on MSHADE-342: {quote} I don't know if running every se

[jira] [Comment Edited] (MSHADE-339) Shaded test jar has wrong type "jar"

2020-01-01 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17006478#comment-17006478 ] Peter De Maeyer edited comment on MSHADE-339 at 1/1/20 8:55 PM: ---

[jira] [Commented] (MSHADE-339) Shaded test jar has wrong type "jar"

2020-01-01 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17006478#comment-17006478 ] Peter De Maeyer commented on MSHADE-339: In terms of file distribution, indeed yo

[jira] [Commented] (MSHADE-342) Many integration tests fail when run in isolation

2020-01-01 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17006476#comment-17006476 ] Peter De Maeyer commented on MSHADE-342: That feels like a workaround and no real

[jira] [Commented] (MSHADE-343) Shaded artifact has no version when finalName is set

2019-12-30 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17005805#comment-17005805 ] Peter De Maeyer commented on MSHADE-343: I jumped the gun on this one, this is no

[jira] [Updated] (MSHADE-343) Shaded artifact has no version when finalName is set

2019-12-30 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MSHADE-343: --- Description: {{ShadeMojo.shadedArtifactFile}} omits the version in the shaded artifact file

[jira] [Updated] (MSHADE-343) Shaded artifact has no version when finalName is set

2019-12-30 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MSHADE-343: --- Description: {{ShadeMojo.shadedArtifactFile}} omits the version in the shaded artifact file

[jira] [Updated] (MSHADE-343) Shaded artifact has no version when finalName is set

2019-12-30 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MSHADE-343: --- Description: {{ShadeMojo.shadedArtifactFile}} omits the version in the shaded artifact file

[jira] [Created] (MSHADE-343) Shaded artifact has no version when finalName is set

2019-12-30 Thread Peter De Maeyer (Jira)
Peter De Maeyer created MSHADE-343: -- Summary: Shaded artifact has no version when finalName is set Key: MSHADE-343 URL: https://issues.apache.org/jira/browse/MSHADE-343 Project: Maven Shade Plugin

[jira] [Updated] (MSHADE-286) Shading fails when a dependency's main artifact does not exist

2019-12-30 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MSHADE-286: --- Description: Shading fails when a dependency's main artifact does not exist, see the methods

[jira] [Comment Edited] (MSHADE-339) Shaded test jar has wrong type "jar"

2019-12-30 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17005051#comment-17005051 ] Peter De Maeyer edited comment on MSHADE-339 at 12/30/19 9:31 AM: -

[jira] [Comment Edited] (MSHADE-339) Shaded test jar has wrong type "jar"

2019-12-29 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17005051#comment-17005051 ] Peter De Maeyer edited comment on MSHADE-339 at 12/30/19 7:38 AM: -

[jira] [Comment Edited] (MSHADE-339) Shaded test jar has wrong type "jar"

2019-12-29 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17005051#comment-17005051 ] Peter De Maeyer edited comment on MSHADE-339 at 12/29/19 9:54 PM: -

[jira] [Comment Edited] (MSHADE-339) Shaded test jar has wrong type "jar"

2019-12-29 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17005051#comment-17005051 ] Peter De Maeyer edited comment on MSHADE-339 at 12/29/19 9:53 PM: -

[jira] [Commented] (MSHADE-339) Shaded test jar has wrong type "jar"

2019-12-29 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17005051#comment-17005051 ] Peter De Maeyer commented on MSHADE-339: {quote} IMHO if we consider that the Mav

[jira] [Updated] (MSHADE-342) Many integration tests fail when run in isolation

2019-12-29 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MSHADE-342: --- Description: Maven invoker plugin supports running ITs in isolation, but many ITs fail when

[jira] [Commented] (MSHADE-342) Many integration tests fail when run in isolation

2019-12-29 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17004828#comment-17004828 ] Peter De Maeyer commented on MSHADE-342: {quote} this IT should be defined as a s

[jira] [Updated] (MSHADE-342) Many integration tests fail when run in isolation

2019-12-29 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MSHADE-342: --- Description: Maven invoker plugin supports running ITs in isolation, but many ITs fail when

[jira] [Updated] (MSHADE-342) Many integration tests fail when run in isolation

2019-12-29 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MSHADE-342: --- Description: Maven invoker plugin supports running ITs in isolation, but many ITs fail when

[jira] [Updated] (MSHADE-342) Many integration tests fail when run in isolation

2019-12-29 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MSHADE-342: --- Summary: Many integration tests fail when run in isolation (was: Many ITs fail when run in i

[jira] [Updated] (MSHADE-342) Many ITs fail when run in isolation

2019-12-29 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MSHADE-342: --- Description: Maven invoker plugin supports running ITs in isolation, but many ITs fail when

[jira] [Updated] (MSHADE-342) Many ITs fail when run in isolation

2019-12-29 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MSHADE-342: --- Summary: Many ITs fail when run in isolation (was: Many ITs don't run in isolation) > Many

[jira] [Commented] (MSHADE-342) Many ITs don't run in isolation

2019-12-29 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17004699#comment-17004699 ] Peter De Maeyer commented on MSHADE-342: It's on my to-do list to fix this, but i

[jira] [Created] (MSHADE-342) Many ITs don't run in isolation

2019-12-29 Thread Peter De Maeyer (Jira)
Peter De Maeyer created MSHADE-342: -- Summary: Many ITs don't run in isolation Key: MSHADE-342 URL: https://issues.apache.org/jira/browse/MSHADE-342 Project: Maven Shade Plugin Issue Type: Bu

[jira] [Comment Edited] (MSHADE-339) Shaded test jar has wrong type "jar"

2019-12-28 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17004566#comment-17004566 ] Peter De Maeyer edited comment on MSHADE-339 at 12/28/19 8:00 PM: -

[jira] [Commented] (MSHADE-339) Shaded test jar has wrong type "jar"

2019-12-28 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17004566#comment-17004566 ] Peter De Maeyer commented on MSHADE-339: {quote} fear there is absolutely no IT

[jira] [Commented] (MSHADE-339) Shaded test jar has wrong type "jar"

2019-12-28 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17004443#comment-17004443 ] Peter De Maeyer commented on MSHADE-339: {quote} perhaps it's just the attribute

[jira] [Comment Edited] (MSHADE-339) Shaded test jar has wrong type "jar"

2019-12-27 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17004341#comment-17004341 ] Peter De Maeyer edited comment on MSHADE-339 at 12/27/19 10:38 PM:

[jira] [Commented] (MSHADE-339) Shaded test jar has wrong type "jar"

2019-12-27 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17004341#comment-17004341 ] Peter De Maeyer commented on MSHADE-339: {quote} and while at it, shouldn't the "

[jira] [Comment Edited] (MSHADE-286) Shading fails when a dependency's main artifact does not exist

2019-12-25 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17003368#comment-17003368 ] Peter De Maeyer edited comment on MSHADE-286 at 12/25/19 8:41 PM: -

[jira] [Commented] (MSHADE-286) Shading fails when a dependency's main artifact does not exist

2019-12-25 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17003368#comment-17003368 ] Peter De Maeyer commented on MSHADE-286: I'm working on a solution on a branch in

[jira] [Updated] (MSHADE-286) Shading fails when a dependency's main artifact does not exist

2019-12-25 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MSHADE-286: --- Description: Shading fails when a dependency's main artifact does not exist, see the methods

[jira] [Updated] (MSHADE-286) Shading fails when a dependency's main artifact does not exist

2019-12-25 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MSHADE-286: --- Issue Type: Bug (was: Improvement) > Shading fails when a dependency's main artifact does no

[jira] [Updated] (MSHADE-286) Shading fails when a dependency's main artifact does not exist

2019-12-25 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MSHADE-286: --- Summary: Shading fails when a dependency's main artifact does not exist (was: Artifacts to b

[jira] [Updated] (MSHADE-286) Artifacts to be included for shading are not consistently checked for existence

2019-12-25 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MSHADE-286: --- Description: While looking at {{ShadeMojo.execute}}, I noticed that the artifacts to be incl

[jira] [Commented] (MSHADE-340) Shaded test jar artifact is not attached

2019-12-25 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17003366#comment-17003366 ] Peter De Maeyer commented on MSHADE-340: Integration test added illustrating scen

[jira] [Updated] (MSHADE-340) Shaded test jar artifact is not attached

2019-12-25 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MSHADE-340: --- Description: When {{shadedArtifactAttached=true}} and {{shadeTestJar=true}}, the shaded test

[jira] [Updated] (MSHADE-339) Shaded test jar has wrong type "jar"

2019-12-22 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MSHADE-339: --- Description: The shaded test jar has the wrong type "jar". It should be "test-jar". was:Th

[jira] [Updated] (MSHADE-339) Shaded test jar has wrong type "jar"

2019-12-22 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MSHADE-339: --- Description: The shaded test jar has the wrong type "jar" - that should be "test-jar". (was:

[jira] [Created] (MSHADE-340) Shaded test jar artifact is not attached

2019-12-22 Thread Peter De Maeyer (Jira)
Peter De Maeyer created MSHADE-340: -- Summary: Shaded test jar artifact is not attached Key: MSHADE-340 URL: https://issues.apache.org/jira/browse/MSHADE-340 Project: Maven Shade Plugin Issue

[jira] [Updated] (MSHADE-339) Shaded test jar has wrong type "jar"

2019-12-22 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MSHADE-339: --- Description: The shaded test jar introduced in the context of MSHADE-285 has the wrong type "

[jira] [Updated] (MSHADE-339) Shaded test jar has wrong type "jar"

2019-12-22 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated MSHADE-339: --- Description: The shaded test jar introduced in the context of MSHADE-285 has the wrong type

[jira] [Created] (MSHADE-339) Shaded test jar has wrong type "jar"

2019-12-22 Thread Peter De Maeyer (Jira)
Peter De Maeyer created MSHADE-339: -- Summary: Shaded test jar has wrong type "jar" Key: MSHADE-339 URL: https://issues.apache.org/jira/browse/MSHADE-339 Project: Maven Shade Plugin Issue Typ

[jira] [Commented] (MSOURCES-125) Shaded test jar has wrong type "jar"

2019-12-22 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/MSOURCES-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17001976#comment-17001976 ] Peter De Maeyer commented on MSOURCES-125: -- Oops, wrong project... This should

  1   2   >