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
{{ message }}
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.
Workflow isn't taken from a child pom at all.
If a parent pom has a workflow defined in its tina plugin a workflow in a child pom is not used at all.
Steps to reproduce
have a parent pom that has a <workflow></workflow> in it's plugin configuration
have a submodul that has an additional configuration of the plugin in its pom, including an extra workflow step in its configuration via <workflow></workflow>
execute submodules pom -> extra workflow step is not executed
Acceptance Criteria
all workflow steps (project + project's parent) get executed
check for overwrites -> if step in project contradicts that of parent, it should overwrite that configuration
Definition of Done
Acceptance criteria fulfilled
A test case is created to reproduce the bug
A PR is created, the CI infrastructure reports green, the bug test case proves that bug is fixed
The PR is reviewed and approved
No TODOs left in the code unless explained in the ticket, if something else is still open, this is summarized in a comment in the issue
Documentation is updated
The text was updated successfully, but these errors were encountered:
Summary of the Bug
Workflow isn't taken from a child pom at all.
If a parent pom has a workflow defined in its tina plugin a workflow in a child pom is not used at all.
Steps to reproduce
<workflow></workflow>
in it's plugin configuration<workflow></workflow>
Acceptance Criteria
Definition of Done
The text was updated successfully, but these errors were encountered: