You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brian Wyka (Jira)" <ji...@apache.org> on 2020/01/18 19:27:00 UTC

[jira] [Comment Edited] (MJAR-269) Add Skip Property to Skip Plugin Execution

    [ https://issues.apache.org/jira/browse/MJAR-269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17018677#comment-17018677 ] 

Brian Wyka edited comment on MJAR-269 at 1/18/20 7:26 PM:
----------------------------------------------------------

[~rfscholte], both of those plugins already have skip properties enabled:
 * maven-compiler-plugin: [https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#skipMain]
 * maven-resources-plgin: [https://maven.apache.org/plugins/maven-resources-plugin/resources-mojo.html#skip]

Calling *deploy:deploy* is a partial solution in this case for sure.  However, it prevents custom implementations of a pom which tie into the *deploy* phase from executing in this case, so not optimal or ideal, unfortunately.


was (Author: brianwyka):
[~rfscholte], both of those plugins already have skip properties enabled:
 * maven-compiler-plugin: [https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#skipMain]
 * maven-resources-plgin: [https://maven.apache.org/plugins/maven-resources-plugin/resources-mojo.html#skip]

Calling *deploy:deploy* is a partial solution in this case for sure.  However, it prevents custom implementations of a pom which tie into the *deploy* phase from executing in this case, so not optimal or idea, unfortunately.

> Add Skip Property to Skip Plugin Execution
> ------------------------------------------
>
>                 Key: MJAR-269
>                 URL: https://issues.apache.org/jira/browse/MJAR-269
>             Project: Maven JAR Plugin
>          Issue Type: New Feature
>            Reporter: Brian Wyka
>            Assignee: Robert Scholte
>            Priority: Minor
>              Labels: skip
>   Original Estimate: 96h
>          Time Spent: 20m
>  Remaining Estimate: 95h 40m
>
> Expose plugin configuration as well as a user property to allow the plugin execution to be skipped.
>  
> There are occasions when we do not always want to run jar plugin.
>  
> Example:
> In a build pipeline, we run different phases in different stages
>  
>  # Run install in isolation (we need jar here)
>  # Run deploy in isolation (we don't need jar again - so need a way to skip)
>  
> Currently there is only a hack to do this, by overriding the *default-jar* execution of the plugin and setting the phase to a user property, and then overriding that to a non-existent phase, to keep it from being attached to the maven lifecycle.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)