You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With PR #129 it is now possible to define Maven plugins that can be executed during the build of the master build.
However when this Maven plugin has different executions then all executions are executed.
Suggestion:
Introduces the configuration options retainExecutions.
The retainExecutions is a list of strings. Each string has the format <groupId>:<artifactId>:<excutionId>
All Executions that are not defined in this options are not executed during the master build.
With PR #129 it is now possible to define Maven plugins that can be executed during the build of the master build.
However when this Maven plugin has different executions then all executions are executed.
Suggestion:
Introduces the configuration options
retainExecutions
.The
retainExecutions
is a list of strings. Each string has the format<groupId>:<artifactId>:<excutionId>
All Executions that are not defined in this options are not executed during the master build.
Example:
The text was updated successfully, but these errors were encountered: