maven/maven-plugin-api
Tamas Cservenak cc51006f29
[MNG-6776] Inconsistent list of parameters for MojoDescriptor (#584)
It may lead to confusion as parameters (list) and
parametersMap (map) may "fall apart" easily.

Also, parametersMap did not honor parameter
ordering while parameters list makes it look
that order is important.
Simply, rebuild the map always and retain
ordering as well.

Added UT and also removed some cruft provided
by java8.

---

https://issues.apache.org/jira/browse/MNG-7309
2022-02-14 12:26:51 +01:00
..
src [MNG-6776] Inconsistent list of parameters for MojoDescriptor (#584) 2022-02-14 12:26:51 +01:00
pom.xml Updating version in preparation for Maven 4 2020-11-27 12:22:47 +01:00