File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -105,14 +105,14 @@ docker-compose works on your host:
105
105
106
106
mvn install
107
107
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.
113
113
114
114
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 ` .
116
116
117
117
### Running a Kafka environment on localhost <a name =" local-kafka " />
118
118
You can’t perform that action at this time.
0 commit comments