Closed cescoffier closed 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).
When launching:
as I get the following ClassNotFoundException:
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).