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
What is the full stack trace of any errors you encountered?
No stacktrace, just incorrect output
The thing is that both rules ChangeTagValue & RemoveXmlTag work fine by themselves. So I I keep the latter, it'll remove the version just fine. Well, and the former will always change the groupId.
However, combining them into the same recipe makes the latter not work anymore.
The text was updated successfully, but these errors were encountered:
What version of OpenRewrite are you using?
I am using
How are you running OpenRewrite?
I am using the Maven plugin, and my project is a multi module project.
What did you expect to see?
I have this in my war-pom file:
And expected to see:
What did you see instead?
What is the full stack trace of any errors you encountered?
No stacktrace, just incorrect output
The thing is that both rules
ChangeTagValue
&RemoveXmlTag
work fine by themselves. So I I keep the latter, it'll remove the version just fine. Well, and the former will always change the groupId.However, combining them into the same recipe makes the latter not work anymore.
The text was updated successfully, but these errors were encountered: