Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

main verticle property in redeploy.sh is hardcoded #10

Open
GordonTrang opened this issue Jun 29, 2017 · 2 comments
Open

main verticle property in redeploy.sh is hardcoded #10

GordonTrang opened this issue Jun 29, 2017 · 2 comments

Comments

@GordonTrang
Copy link

Instead of redeploy.sh using hard-coded value, it should pick it up from pom.xml

@jponge
Copy link
Member

jponge commented Jun 29, 2017

Since redeploy.sh isn't generated, how would you do that?

@jponge jponge added this to Backlog in Development Apr 26, 2018
@rgmz
Copy link

rgmz commented Aug 13, 2018

Using the Vert.x Maven Plugin you can define the main verticle in pom.xml as such:

<properties>
    <vertx.verticle>io.vertx.guides.wiki.MainVerticle</vertx.verticle>
</properties>

and then run it (with or without hot redeploy) using mvn vertx:run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development
  
Backlog
Development

No branches or pull requests

3 participants