Skip to content

Commit

Permalink
Update archetype version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed Mar 11, 2021
1 parent 4f52001 commit 41aa74f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ $ cd my-projects
$ mvn archetype:generate \
-DarchetypeGroupId=org.exist-db \
-DarchetypeArtifactId=exist-apps-archetype \
-DarchetypeVersion=2.0.0
-DarchetypeVersion=2.1.0
```

*NOTE*: the above will generate a project for eXist-db 5.0.0, if you want a project for eXist-db 4.7.1, then use `archetypeVersion=1.10.1i` instead.
*NOTE*: the above will generate a project for eXist-db 5.0.0, if you want a project for eXist-db 4.7.1, then use `archetypeVersion=1.10.1` instead.

Maven will then prompt you for a `groupId`, `artifactId`, `version`, and `package` for your project. You need only specify the `groupId` and `artifactId`, for the others you may accept the defaults.

Expand Down

0 comments on commit 41aa74f

Please sign in to comment.