fabric8io / vertx-maven-plugin

Vert.x Maven Plugin - moved to https://github.com/reactiverse/vertx-maven-plugin
https://github.com/reactiverse/vertx-maven-plugin
Apache License 2.0
25 stars 5 forks source link

Improve redeploy integration tests #49

Closed cescoffier closed 7 years ago

cescoffier commented 7 years ago

Use a new approach for checking the behavior of the redeployment:

  1. happens
    1. has the desired effect on both Maven and the Vert.x application

As the Maven process is kept alive the traditional verifier approach (as mention in #47) cannot be used and so a specific invoker and verifier have been implemented to better control the Maven process (and kill it ;-))

kameshsampath commented 7 years ago

Looks good to me, if you are ok I can merge it.