Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Fix typo in user commands guide. #159

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/user-command-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ The Maven model also exposes several variables:
* `{{artifact-version}}`
* `{{artifact-path}}`
* `{{project-name}}`
* `{{project-descriptoin}}`
* `{{project-description}}`
* `{{maven-model}` - This is the https://maven.apache.org/ref/3.9.0/maven-model/apidocs/org/apache/maven/model/Model.html[org.apache.maven.model.Model] class.
* `{{maven-properties}}` - This is a Java properties object that has, as keys, the values of each entry in the POM's `<properties>` section.
* `{{java-version}}` - This looks for a Maven Property named `java.version` in the POM. If the value is `1.8`, it is converted to a value of `8`.
Expand Down