[MDEPLOY-313] Update to parent 41, cleanup by cstamas · Pull Request #47 · apache/maven-deploy-plugin (original) (raw)

In general perform a cleanup of plugin, apply updates where needed. The plugin now builds against 3.9.x latest, and minimum is left as is (3.2.5).

A notable change along that above is removal of "baked in" packaging, now plugin relies completely and only on what project and artifact tells, there is no "if this is POM" check anymore. The new "BOM UT" shows this in action. Has to be noted though, that the UT tests ONLY the plugin, to use BOM packaging you need Maven that knows what it is (Maven 3 w/ extension or Maven 4 that has it OOTB).


https://issues.apache.org/jira/browse/MDEPLOY-313