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

Allow passing parameters to the run goals #82

Closed cescoffier closed 7 years ago

kameshsampath commented 7 years ago

any example that we could add to this ticket for better understanding - typically like what you pass/configure on plugin etc.,

cescoffier commented 7 years ago

Like:

vertx run MainVerticle -cluster -instances 2
kameshsampath commented 7 years ago

so typically vert.x specific arguments right ? if the user wishes to pass his custom arguments like vertx run MainVerticle myProp1 myProp2 ? I hope we are not looking for that here, if so then there are chances that vert.x might parse those arguments and might result in unsuccessful run

kameshsampath commented 7 years ago

WIP

cescoffier commented 7 years ago

Yes @kameshsampath. These parameters should be passed to the Launcher class.

kameshsampath commented 7 years ago

closing via #94 #93