[MPLUGIN-376] Drop legacy dependencies by cstamas · Pull Request #42 · apache/maven-plugin-tools (original) (raw)

Plugin used a lot of legacy code, misused Mojo test case
and used old Junit 3.x TestCase, and missed some
dependencies (junit mostly).

Changes:


Project cleaned up locally with help of apache/maven-parent#33
(locally modified parent and bashed POMs as long there were enforcer failures).


This PR continues work done in #37 and will be merged AFTER IT.