Skip to content

Commit b91c586

Browse files
authored
Additional step for IDE invocation
1 parent bb0a21a commit b91c586

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

maven-verticles/maven-verticle/README.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
This project is very similar to the maven-simplest project but instead of embedding Vert.x it shows an example
44
of writing the code as a verticle.
55

6-
You can run it directly in your IDE by creating a run configuration that uses the main class `io.vertx.core.Launcher`
7-
and passes in the arguments `run io.vertx.example.HelloWorldVerticle`.
6+
You can run it directly in your IDE by creating a run configuration that uses the main class `io.vertx.core.Launcher`, passes in the arguments `run io.vertx.example.HelloWorldVerticle`, and specify using the classpath of module `maven-verticle`.
87

98
The pom.xml uses the Maven shade plugin to assemble the application and all it's dependencies into a single "fat" jar.
109

0 commit comments

Comments
 (0)