reactiverse / vertx-maven-plugin

A Maven plugin for pimping the build of your Vert.x applications
https://reactiverse.io/vertx-maven-plugin/
Apache License 2.0
74 stars 15 forks source link

Vert.x run goals fails even if verticle name is set in properties #637

Closed tsegismont closed 1 week ago

tsegismont commented 1 month ago

In POM file properties:

  <properties>
    <vertx.verticle>product.ProductVerticle</vertx.verticle>
  </properties>
[INFO] Launching Vert.x Application
14:09:30.412 [main] ERROR io.vertx.launcher.application.VertxApplication - If the <mainVerticle> parameter is not provided, the 'Main-Verticle' manifest attribute must be provided.
io.vertx.launcher.application.impl.CommandException
tsegismont commented 1 week ago

This happens if the custom main class is not detected as a launcher. See #645