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
That the groupId would be replaced by ${some.variable}.
What did you see instead?
That the groupId was replaced by com.example.ws4.
[WARNING] Changes have been made to war\pom.xml by:
[WARNING] org.openrewrite.xml.AddOrUpdateChildTag: {parentXPath=//dependency[groupId="com.example.ws4"], newChildTag=<groupId>com.example.ws4</groupId>}
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?
mvn rewrite:run
What is the smallest, simplest way to reproduce the problem?
What did you expect to see?
That the
groupId
would be replaced by${some.variable}
.What did you see instead?
That the
groupId
was replaced bycom.example.ws4
.The text was updated successfully, but these errors were encountered: