mirror of https://github.com/apache/maven.git
05b748ff6a
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. |
||
---|---|---|
.. | ||
src | ||
lifecycle-executor.txt | ||
plugin-manager.txt | ||
pom.xml |