Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qoomon authored Feb 16, 2021
1 parent c24db9e commit bd2d24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ Create `${basedir}/.mvn/maven-git-versioning-extension.xml`.
# Miscellaneous Hints

### Commandline To Print Project Version
`mvn --non-recursive exec:exec -Dexec.executable='echo' -Dexec.args='${project.version}' -q`
`mvn help:evaluate -Dexpression=project.version -q -DforceStdout`

### Reproducible builds ###
The reproducible builds feature (https://maven.apache.org/guides/mini/guide-reproducible-builds.html) newly introduced in maven can be easily supported with this extension by using the latest commit timestamp as build timestamps.
Expand Down

0 comments on commit bd2d24a

Please sign in to comment.