mirror of https://github.com/apache/kafka.git
MINOR: Fix directory name inconsistency in the Kafka Streams tutorial (#14541)
Reviewers: Bruno Cadonna <bruno@confluent.io>
This commit is contained in:
parent
dc0f0db864
commit
364bc3c5c4
|
@ -47,7 +47,7 @@
|
|||
-DarchetypeArtifactId=streams-quickstart-java \
|
||||
-DarchetypeVersion={{fullDotVersion}} \
|
||||
-DgroupId=streams.examples \
|
||||
-DartifactId=streams.examples \
|
||||
-DartifactId=streams-quickstart\
|
||||
-Dversion=0.1 \
|
||||
-Dpackage=myapps</code></pre>
|
||||
<p>
|
||||
|
@ -55,7 +55,7 @@
|
|||
Assuming the above parameter values are used, this command will create a project structure that looks like this:
|
||||
</p>
|
||||
|
||||
<pre class="line-numbers"><code class="language-bash">> tree streams.examples
|
||||
<pre class="line-numbers"><code class="language-bash">> tree streams-quickstart
|
||||
streams-quickstart
|
||||
|-- pom.xml
|
||||
|-- src
|
||||
|
|
Loading…
Reference in New Issue