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
Hi,
We observe a huge decrease about performance since plugin version 2.13.0 when launching update-properties with -U (--update-snapshots) with a simple pom like :
Since 2.13.0, the goal no longer ignores parent poms, which fixes #367. As a side effect, resolution of all the properties must take longer.
There's a feature toggle which you can use to revert to the old behaviour, which disables that extra property resolution: please set the includeParent parameter to false (this parameter was introduced in 2.14.0 following similar reports about decreased performance caused by resolution of properties defined in parent poms).
Hi,
We observe a huge decrease about performance since plugin version 2.13.0 when launching update-properties with -U (--update-snapshots) with a simple pom like :
With version 2.12.0 :
With 2.15.0 (but we observe that since 2.13.0), the same command without -U is acceptable
But if we left the -U, it takes more than 5 minutes
Thanks for your help to investigate this problem.
Regards,
Fred.
The text was updated successfully, but these errors were encountered: