vertx-maven-starter icon indicating copy to clipboard operation
vertx-maven-starter copied to clipboard

Update project to use vertx-maven-plugin

Open rgmz opened this issue 5 years ago • 2 comments

As per #3 and https://github.com/vert-x3/vertx-guide-for-java-devs/issues/10 this uses the Vertx-Maven-Plugin to run the application normally, run the application with hot redeploys, package the the fat jar, and provide a remote debugger (to name a few); rather than using the Exec Maven Plugin, custom redeploy scripts, Maven Shade Plugin, and nothing respectively.

In my experience the Vertx Maven Plugin has made development a breeze and I would encourage others to use it. Please let me know if you feel otherwise.

rgmz avatar Sep 30 '18 03:09 rgmz

Also did you sign the Eclipse CLA?

cescoffier avatar Oct 03 '18 06:10 cescoffier

Also did you sign the Eclipse CLA?

I did. :+1:

rgmz avatar Oct 03 '18 15:10 rgmz