Skip to content

Commit

Permalink
correct names for using the archetype
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Dec 5, 2024
1 parent 478c783 commit a7380aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/modules/java/pages/author-your-first-service.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ mvn archetype:generate ^

+
.Fill in:
* groupId: `io.akka`
* artifactId: `akka-javasdk-archetype`
* version: `{akka-javasdk-version}`
* package: `io.akka`
* groupId: `com.example`
* artifactId: `helloworld`
* version: `1.0-SNAPSHOT`
* package: `helloword`

. Navigate to the new project directory.

Expand Down

0 comments on commit a7380aa

Please sign in to comment.