You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Jonathan Haber (JIRA)" <ji...@apache.org> on 2019/03/28 17:23:00 UTC

[jira] [Updated] (MSHADE-251) Add skip parameter to shade goal

     [ https://issues.apache.org/jira/browse/MSHADE-251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Haber updated MSHADE-251:
----------------------------------
    Description: 
Most Maven plugins have a skip parameter but not the shade plugin. Our use-case is that we have multiple ways of packaging apps for deployment (using the shade plugin is one such way). We have these packaging plugins defined in our shared parent POM and projects can use Maven properties to control which ones to skip and which to execute.

We've added this feature on our fork (which you can view [here|[https://github.com/HubSpot/maven-plugins/compare/3fb23118d33d842e56a05cc94388d0b40f1bd7e3...811af68429b3728eaef1f8fc42a32bdb2571a8b1]]). It's not much code and having a skip parameter can be a lifesaver when you need it, so I was hoping this feature could get added. Let me know what you think.

Thanks,
 Jonathan

  was:
Most Maven plugins have a skip parameter but not the shade plugin. Our use-case is that we have multiple ways of packaging apps for deployment (using the shade plugin is one such way). We have these packaging plugins defined in our shared parent POM and projects can use Maven properties to control which ones to skip and which to execute.

We've added this feature on our fork (which you can view [[here||https://github.com/apache/maven-plugins/compare/trunk...HubSpot:trunk#diff-6b66e6d0c4e731a87b1aabd2060671c2R381] [https://github.com/HubSpot/maven-plugins/compare/3fb23118d33d842e56a05cc94388d0b40f1bd7e3...811af68429b3728eaef1f8fc42a32bdb2571a8b1] []|https://github.com/apache/maven-plugins/compare/trunk...HubSpot:trunk#diff-6b66e6d0c4e731a87b1aabd2060671c2R381]). It's not much code and having a skip parameter can be a lifesaver when you need it, so I was hoping this feature could get added. Let me know what you think.

Thanks,
 Jonathan


> Add skip parameter to shade goal
> --------------------------------
>
>                 Key: MSHADE-251
>                 URL: https://issues.apache.org/jira/browse/MSHADE-251
>             Project: Maven Shade Plugin
>          Issue Type: New Feature
>            Reporter: Jonathan Haber
>            Priority: Minor
>
> Most Maven plugins have a skip parameter but not the shade plugin. Our use-case is that we have multiple ways of packaging apps for deployment (using the shade plugin is one such way). We have these packaging plugins defined in our shared parent POM and projects can use Maven properties to control which ones to skip and which to execute.
> We've added this feature on our fork (which you can view [here|[https://github.com/HubSpot/maven-plugins/compare/3fb23118d33d842e56a05cc94388d0b40f1bd7e3...811af68429b3728eaef1f8fc42a32bdb2571a8b1]]). It's not much code and having a skip parameter can be a lifesaver when you need it, so I was hoping this feature could get added. Let me know what you think.
> Thanks,
>  Jonathan



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)