-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
versions-maven-plugin:2.9.0:display-plugin-updates hangs #538
Comments
It seems to hang in line https://github.com/mojohaus/versions-maven-plugin/blob/8bb0dc2ef17cfafdbc9dcbc93e2561fedfc996b2/src/main/java/org/codehaus/mojo/versions/DisplayPluginUpdatesMojo.java#L1484 while calling
|
i can reproduce the problem with this project - strange. |
the current code is using a deprecated ModelInterpolator from maven-compat. in #549 i tried to switch to a newer, non-deprecated version with a slightly different signature. i'm not 100% sure if it does the same thing, but it solves the hanging problems, and the ITs seem to run fine as well. @kwin can you cross-check? |
@stefanseifert I tested with some projects and it looks good to me. I am not familiar with the Maven API you use either, so I can just guess from the results that it is doing the right thing. |
The plugin hangs during goal
versions-maven-plugin:2.9.0:display-plugin-updates
This didn't happen with older versions.
You can reproduce by executing it on project https://github.com/adobe/aem-core-wcm-components (or just the module "bundles/core").
Debug log is exposing
And then hangs.
The text was updated successfully, but these errors were encountered: