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

vertx:run fails when sources are not compiled yet #77

Closed cescoffier closed 7 years ago

cescoffier commented 7 years ago

When launching:

 mvn clean vertx:run

as I get the following ClassNotFoundException:

 java.lang.ClassNotFoundException: ...RestApplication

We should process the resources and compiles the classes in this case. However, I believe it would make more sense to run the 'compile' phase for the user and not the specific plugins (resources and source compilation).