andrzejj0
andrzejj0
> I'm not really able to debug this further, but just one last note: googling for StringSearchModelInterpolator suggests it has been superseded in Maven 3.6.x, by StringVisitorModelInterpolator: [MNG-6799](https://issues.apache.org/jira/browse/MNG-6799) (so I...
Verified that the PR #549 fixes the problem. I have verified that it did occur with the commit right before it (619d36cb) and it is fixed with commit 82c6e1cd. The...
@slachiewicz the issue can be closed (resolved in 2.10.0)
And by the way, should anyone be interested in getting to the root cause of that issue (which does not lie within this project, but in maven-compat), the model (also...
I think it's a bug and not an enhancement. These allow...updates flags are not orthogonal, but indeed imply themselves. And while it's theoretically possible to e.g. only allow major updates,...
The implementation of the model interpolator class which is causing the problem has been replaced as early as of 2.10.0 (but it's not even part of this plugin). I was...
@slachiewicz seems to be resolved, I wasn't able to reproduce it
Looking into it. I know it's an old one.
RevertMojo only recovers the old copy of the root pom.xml from the backup in the .versionsBackup file en relies on Maven itself to process all files in the reactor. This...
Hi there. Do you still need this feature @reallyinsane ?