Hey gang.
I think it's been known for a while that the maven eclipse plugin that
a lot of projects have been using has been EOLed for a while now. It looks like
Eclipse's Neon release has that functionality now built-in via the Import Maven
functionality. As that Eclipse release approaches a year old, is it time to
disable the mvn eclipse test by default? or even remove it completely?
It *does* cause problems; maven complains about it being a badly
formatted plugin, etc, etc, which means we can't build a (more) useful test
that alerts on maven warnings/errors.
Thoughts?