maven/maven-model
pazderski 39641ac803 [MNG-6983] Plugin key can get out of sync with artifactId and groupId
The plugin key is build as combination of artifactId and groupId but not
updated if either of these two ids change.
This can be a problem if artifactId or groupId is a variable. The calculated
key will likely contain the unresolved property and is not updated once the
variable is interpolated.

This closes #372
2020-10-03 12:51:51 +02:00
..
src [MNG-6983] Plugin key can get out of sync with artifactId and groupId 2020-10-03 12:51:51 +02:00
pom.xml [MNG-6824] ModelMerger is broken 2019-12-21 15:03:04 +01:00