Documentation update (release instructions).

This commit is contained in:
Gilles Sadowski 2022-07-25 15:18:23 +02:00
parent f94991f224
commit 4ef2d3b8c2
1 changed files with 5 additions and 3 deletions

View File

@ -80,11 +80,13 @@ Preliminary checks:
(1)
As a first optional step, you can test that everything works locally, i.e.
that the build process can create all the necessary artifacts. The command
that the build process can create all the necessary artifacts. The commands
$ mvn clean deploy -Prelease -Ptest-deploy
$ mvn -Prelease-notes changes:announcement-generate
$ mvn clean site deploy -Prelease -Ptest-deploy
should create the artifacts in the "target/deploy".
should create the artifacts in the "target/deploy" (note that the "JAVA_HOME"
environment variable msut be defined to point to a valid JDK installation).
(2)