Skip to content

Commit 9b4e162

Browse files
committed
README: fix up reference to executable jar
1 parent da3c5ae commit 9b4e162

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,14 @@ docker-compose works on your host:
105105

106106
mvn install
107107

108-
If all goes well, an executable über-jar is built in
109-
`clients/target/clients-<version>-exec.jar` for the basic Java clients. The
110-
automated tests actually spin up Kafka on localhost, and so take a while to
111-
complete. To skip the tests during development iterations, use `mvn install
112-
-DskipTests` instead.
108+
If all goes well, an executable jar is built in
109+
`clients/target/clients-<version>.jar` for the basic Java clients. The automated
110+
tests actually spin up Kafka on localhost, and so take a while to complete. To
111+
skip the tests during development iterations, use `mvn install -DskipTests`
112+
instead.
113113

114114
The jar-file can be executed simply by running `./run` from the project
115-
top directory, or alternatively using `java -jar clients/target/clients-*-exec.jar`.
115+
top directory, or alternatively using `java -jar clients/target/clients-*.jar`.
116116

117117
### Running a Kafka environment on localhost <a name="local-kafka"/>
118118

0 commit comments

Comments
 (0)