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
Our modules dependency graph is a little different to spring boot project. When leverage the ${revision feature of
maven, only leaf pom version will be replaced to actual version defined in root pom, like 2.0.9.BUILD-SNAPSHOT. From
the community suggestion, we should leverage flatten-maven-plugin which may not works well with below state, and may
alter pom files in a lot of ways.
So we may just write some script to archive the target, and double check changes is need for each version upgrading.