-
Notifications
You must be signed in to change notification settings - Fork 268
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:display-extension-updates doesn't work for core extensions #1182
Comments
I forgot to mention that this happens for |
Reproduced |
@theit too bad you didn't see this before we released 2.18.0 |
Yes sorry. When I tried this on the command line to figure out what exact command is causing this bug, the versions plugin informed me that a new version of itself was available... :-) |
According to this comment in PR #908 the versions plugin should be able to discover updates for core extensions defined in
.mvn/extensions.xml
. At least for me this doesn't work (correctly).The
extensions.xml
in one of our projects has the following content:Executing this command:
I'd assume that I'm being informed there's a newer version 9.10.0 for
me.qoomon:maven-git-versioning-extension
, but... No.What puzzles me is that by using the goal
display-plugin-updates
a warning is printed about a missing version declaration for a plugin that isn't declared in the plugins section of the pom:Funny: As you can see in the console output the newest version is now shown...
The text was updated successfully, but these errors were encountered: