Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
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.
Attachments
Issue Links
- links to