Skip to content

Commit

Permalink
MINOR: Fix directory name inconsistency in the Kafka Streams tutorial (
Browse files Browse the repository at this point in the history
…apache#14541)

Reviewers: Bruno Cadonna <[email protected]>
  • Loading branch information
mjsax authored and AnatolyPopov committed Feb 16, 2024
1 parent 7157958 commit 39ca582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/streams/tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ <h4 class="anchor-heading"><a id="tutorial_maven_setup" class="anchor-link"></a>
-DarchetypeArtifactId=streams-quickstart-java \
-DarchetypeVersion={{fullDotVersion}} \
-DgroupId=streams.examples \
-DartifactId=streams.examples \
-DartifactId=streams-quickstart\
-Dversion=0.1 \
-Dpackage=myapps</code></pre>
<p>
You can use a different value for <code>groupId</code>, <code>artifactId</code> and <code>package</code> parameters if you like.
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">&gt; tree streams.examples
<pre class="line-numbers"><code class="language-bash">&gt; tree streams-quickstart
streams-quickstart
|-- pom.xml
|-- src
Expand Down

0 comments on commit 39ca582

Please sign in to comment.