Skip to content
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

[MNG-5561] Plugin relocation loses configuration #642

Closed
wants to merge 1 commit into from

Commits on Dec 30, 2021

  1. [MNG-5561] Plugin relocation loses configuration

    Previously, to locate plugin configuration in the project the plugin descriptor
    was read and the GA were extracted. This always worked because the GA from the
    model and the GA from plugin descriptor (plugin.xml) were identical. When a
    plugin is relocated the target artifact is read, thus its plugin descriptor as
    well. Naturally, the GA of new (relocated) does not correspond to the old
    (static) one in the model. Therefore, the configuration is not found.
    New approach is to use the original plugin GA to locate the configuration in
    the model regardless of relocation.
    michael-o committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    05b748f View commit details
    Browse the repository at this point in the history