Has the 2.0.8 release been finalized yet? I have just submitted a patch
to an issue that is affecting my workflow and I would like it to be
included. If possible, could someone take a look at MNG-3265 [1] and
commit the attached patch? The maven-model Extension.equals() method is
throwing NPEs when
I am currently working with the maven-model project and have found an
issue in the generated RepositoryBase class. It seems the "equals"
method violates the contract of "equals" by immediately casting the
input parameter to RepositoryBase. This causes a ClassCastException if
anything besides a Repo